Remote pairing setting does not work on 10.8.2

As the title suggests, the pairing option in Security & Privacy simply does not work. If I pair my mac, other remotes still work, if I turn the reciever off, other remotes still work.
Is there a kext that I can delete to really disable the reciever?

Hi,
here are some more informations about the problem.
The root CA certificate is imported as trusted in the system keychain of the server and the client. A certificate evaluation returns "valid certificates, trusted ...".
The client bind fails with this messages, e.g. Kerio Control is able the use LDAPS, so it seams just the problem with the trustability of the certificates. Keychain trusts the certificates, OD client bind not, this is not so consistent.
Any idee?
Thanks
Henri
2013-03-14 19:39:02.776804 CET - Trigger - notified opendirectoryd:nodes;lastServerChanged;/LDAPv3/ldaps://macpro....:636
2013-03-14 19:39:02.793467 CET - 71825.330426.330427, Module: AppleODClientLDAP - unable to create connection to LDAP server - ldap_search_ext_s for the ro
otDSE failed with error 'server connection failed' (-1) error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed (self signed cert
ificate in certificate chain)
2013-03-14 19:39:02.793501 CE
CONNECTED(00000003)
depth=1 /C=DE/...
Certificate chain
0 s:/CN=macpro...
   i:/C=DE//OU=IT/CN=*.office.../emailAddress=admin@...
verify error:num=19:self signed certificate in certificate chain
verify return:0

Similar Messages

  • Remote for iPod does not work for MENU

    I have just bought a 30GB iPod and the A/V connection Kit which includes a Remote. The menu function of the Remote has no effect on the iPod.
    One reply to such question stated, quote ... it does not work ... it is meant for the front row software.
    In the documentation provided with the A/V connection Kit, there was nothing re the limitation in functionality of the unit.
    Could someone pls explain to me what is meant by "front row software" in relation to the iPod ?
    Tks for assistance.
    jc
    ps I am new to these things !!!

    Thank you for promt reply.
    In reading the documentation more carefully, it does state without going into details, that the Menu button is for other Apple applications.
    Tks again
    jc

  • Silverlight 5 binding on a property with logic in its setter does not work as expected when debug is attached

    My problem is pretty easy to reproduce.
    I created a project from scratch with a view model.
    As you can see in the setter of "Age" property I have a simple logic.
        public class MainViewModel : INotifyPropertyChanged
                public event PropertyChangedEventHandler PropertyChanged;
                private int age;
                public int Age
                    get
                        return age;
                    set
                        /*Age has to be over 18* - a simple condition in the setter*/
                        age = value;
                        if(age <= 18)
                            age = 18;
                        OnPropertyChanged("Age");
                public MainViewModel(int age)
                    this.Age = age;
                private void OnPropertyChanged(string propertyName)
                    if (this.PropertyChanged != null)
                        PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
    In the MainPage.xaml 
         <Grid x:Name="LayoutRoot" Background="White">
                <TextBox 
                    Text="{Binding Path=Age, Mode=TwoWay}" 
                    HorizontalAlignment="Left"
                    Width="100"
                    Height="25"/>
                <TextBlock
                    Text="{Binding Path=Age, Mode=OneWay}"
                    HorizontalAlignment="Right"
                    Width="100"
                    Height="25"/>
            </Grid>
    And MainPage.xaml.cs I simply instantiate the view model and set it as a DataContext.
        public partial class MainPage : UserControl
            private MainViewModel mvm;
            public MainPage()
                InitializeComponent();
                mvm = new MainViewModel(20);
                this.DataContext = mvm;
    I expect that this code will limit set the Age to 18 if the value entered in the TextBox is lower than 18.
    Scenario: Insert into TextBox the value "5" and press tab (for the binding the take effect, TextBox needs to lose the focus)
    Case 1: Debugger is attached =>
    TextBox value will be "5" and TextBlock value will be "18" as expected. - WRONG
    Case 2: Debugger is NOT attached => 
    TextBox value will be "18" and TextBlock value will be "18" - CORRECT
    It seems that when debugger is attached the binding does not work as expected on the object that triggered the update of the property value. This happens only if the property to which we are binding has some logic into the setter or getter.
    Has something changed in SL5 and logic in setters is not allowed anymore?
    Configuration:
    VisualStudio 2010 SP1
    SL 5 Tools 5.1.30214.0
    SL5 sdk 5.0.61118.0
    IE 10
    Thanks!                                       

    Inputting the value and changing it straight away is relatively rare.
    Very few people are now using Silverlight because it's kind of deprecated...
    This is why nobody has reported this.
    I certainly never noticed this problem and I have a number of live Silverlight systems out there.
    Some of which are huge.
    If you want a "fix":
    private void OnPropertyChanged(string propertyName)
    if (this.PropertyChanged != null)
    //PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
    Storyboard sb = new Storyboard();
    sb.Duration = new Duration(new TimeSpan(0, 0, 0, 0, 100));
    sb.Completed += delegate
    PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
    sb.Begin();
    The fact this works is interesting because (I think ) it means the textbox can't be updated at the point the propertychanged is raised.
    Please don't forget to upvote posts which you like and mark those which answer your question.
    My latest Technet article - Dynamic XAML

  • FPN SP12: Remote Delta Linking does not work

    We have two portals, both running NW70 SP12.  The Producer portal is a BI portal, the consumer is a plain EP.  SSO has been implemented, and the consumer has been registered on the producer.  Remote Role Assignment works, and content from remote roles is visible on the consumer.  The producer portal object is called BI_Portal, and the consumer portal object is called EP_Portal.
    While RRA is working, Remote Delta Linking is not.
    I can browse the producer PCD from the consumer and copy the selected iView to the consumer PCD.  I can then take the copied iView and place it in a role.  Once I grant the consumer role to a user, the item then shows up in the navigation structure.  However, when clicking on the iView, I get the following error in the Producer log file:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Unexpected error - Unable to get IView: fpn:EP_Portal/pcd:portal_content/ca.company.fld_comp/ca.company.fld_projects/ca.company.fld_fed_con/ca.company.rl_loc_fed_con/fld_my_work/fld_loc_fed_con/ca.company.iv_sd_org:Uql7CRb%2FAHAgS69lwbBcoA%3D%3D:1:
    Now, this error appears on the producer portal - why is the path fpn:EP_Portal in there?  I think what's happening is that the wrong fpn object is being placed in the iView object, so when the request hits the producer portal, the portal runtime can't find the object since the object fpn:EP_Portal doesn't exist.Or, perhaps I don't understand what the fpn: locator is supposed to mean.
    If you use the PCD Inspector, the iView attribute FpnLocator is what contains the fpn:EP_Portal/ string.  I've tried modifying it to point at the local portal, but that doesn't work either.
    Anyone else at this service pack level get RDL working?

    I'm a bit confused:
    EP_Portal is the name I entered for the consumer portal when I registered with the producer.  So, when I go the producer portal, EP_Portal is listed as one of the consumers.  Therefore, EP_Portal is the name of the consumer, as seen on the producer.
    And, where do I specify the P4 port?  There is not property for the consumer PCD entry - the only port number I can specify is the external network port, which is in this case 52000 (for the BI Portal).
    The only other port number I can set is in the URL of the Consumer.  The web dispatcher is running on the consumer, so the url does not specify a port number. 
    Are you saying that this URL should point at the P4 port on the consumer?

  • Remote Logon Tab does not work

    Hello All,
    We have a standard ABAP RFC Connection from our Dev system to our Prod system. We have maintained the connection with a Dialog user and the connection tests and authorization tests works fine. However when i test the 'Remote Logon' tab , nothing happens. We do not have an error message as well. So I turned on the RFC trace and the entries in the dev_rfc and dev_rd are as below;
    Dev_RFC:
    **** Trace file opened at 20140708 115142 AUS Eastern Standard Time, SAP-REL 640,0,414 RFC-VER 3 1368070 MT-SL
    >>>> [1] SID          : R/3  <ac: 844> K 10.200.1.31 >>> CLOSE abrfcio.c 2679 (86262062)
      -{E3128536-7394-41B0-9DD0-FDE742DFD323}
    ==== Delta HO 0,  0 LOG DROPPED
    DEV_RD:
    *** trace for connection 6 enabled ***
    GwIHandleRq: own_index: 0
    GwIHandleRq: set act rq type DEALLOCATE
    R3DEAL(86262062, cpic_vector=0, ..)
    I am the client (0)
    R3DEAL: state of conn/index 6/0: RESET
    R3DEAL: send return code to cpic partner
    GwISendRc: send appc_rc/sap_rc/status 18/0/0 to conn/target/client 6/1/20
    GwGetMemory: allocated 000000000BCE6000 (len=192)
    GwGetMemory: act_overflow_size = 460 (+ 192)
    GwSetCPICState: state of conn/index 6/1: RESET
    GwSendToClient: send data to conn/target/client 6/1/20
    OUT:
    ReqType     : CPIC         SysIdx  : 20     ReqLen  : 80     ReqId   : 0
    CommIdx     : 13           ConnIdx : 6      ReqVer  : 6      Trace   : 0
    conn        : 6            wp_no   : -1     ReqBlk  : -1
    RqType      : SAP_SEND     Prot    : INT    UID     : 31769  Mode    : 0
    User        :              SapRc   : 0      AppcRc  : 18     ConvId  : 86262062
    Vector      :
    Info        : SYNC_CPIC_FUNCTION
    Info3       : GW_WITH_CODE_PAGE
    NiIWrite: write 80, 1 packs, MESG_IO, hdl 23, data complete
    GwFreeMemory: free 000000000BCE6000 (len=192)
    GwFreeMemory: act_overflow_size = 268 (- 192)
    GwSendToClient: 80 bytes send to conn/target/client 6/1/20
    GwSendToClient: decrement conv_no of client 20: 0
    GwFreeMemory: free 000000000BCE4000 (len=268)
    GwFreeMemory: act_overflow_size = 0 (- 268)
    GwIDelR3Conn: idx/conv = ((0/0) | (-1/0)), delete conv 6 from conv-table
    GwClearConn: conv_no/tcp_conv_no/sna_conv_no: 3/3/0
    GwClearConn: free r3 conv info
    GwClearConn: free buffer info
    GwFiSearchConvId: deleted 86262062 local, conn=6
    GwListInsert: insert elem 6 into conn_free_list (at begin)
    GwListInsert: 497 elems in conn_free_list
    GwListRemove: elem 6 not in conn_search_list
    GwListRemove: elem 6 not in conn_write_list
    GwListRemove: remove elem 6 from conn_inuse_list
    GwListRemove: 3 elems in conn_inuse_list
    *** trace switched off ***
    There are no error messages in ST22 and SM21. After reading a couple of posts in SDN; I changed the password of the dialog user to a password consisting only of alphabets and upper case only but that did not help either.
    I did go through the SAP Notes ; 704206 and 189077 , however we are not using a saprouter string for the connection. We are using the local gateway connection.
    Point to note is that the same RFC connection which we have also set up in our Quality system gives us the remote log in prompt.
    I also checked the hosts and services files on both the servers and both seem to have the same entries.
    System Details:
    Release - 620
    Kernel Patch - 640 Patch 414
    Please do share if you have any ideas on how to resolve the issue. Do let me know if you need additional information.
    Thanks
    Surajit

    Hello Adil,
    Appreciate your feedback on this.
    Our network team confirms that the set up between Dev and Prod is exactly same as the set up bw QA and Prod. As the connection bw QA and Prod works , they are suspecting some other area to be the cause of this issue.
    Thanks
    Surajit

  • Manually manager music setting does not work

    My ipod 2nd gen 4 gb will not allow me to manually sync. It is set to manually manage music = checked, and yet every time I connect it, it automatically syncs.
    Any ideas?

    Try restoring your iPod. Restoring will erase the iPod's hard drive, reload the software and put it back to default settings. Once the restore is complete follow the on screen instructions and it should connect to iTunes and give you a prompt to automatically update your library onto the fresh installation. If you want to update manually choose no and it will default to manual mode: Restoring iPod to factory settings with iTunes 7

  • EA1/EA2/RC1/2.1.1 - copy from result set does not work as expected

    When I highlight a field in the result set and press "command+c" (I am on Mac) or use "Copy" from the menu, then content of the field is not copied to clipboard. You have to go to edit mode, mark the whole content of the field and then use "Copy".
    By the way, should I describe all the bugs that I have found so far in this forum or is there any other "official" bug reporting?
    Regards,
    Sven

    We have picked up keyboard mapping issues with the Mac, so I'll check on this one.
    For all early adopter bugs and queries, yes please used this forum. If you can mark you query with EA1 and you have done, then that's great.
    Sue

  • HT4183 The "Trust" setting does not work with 10.8.2, even openssl s_client -connect ...:636 returned CONNECTED(00000003) verify return:1

    even openssl s_client -connect ...:636 returned
    CONNECTED(00000003)
    verify return:1
    No client certificate CA names sent
    SSL handshake has read 1518 bytes and written 456 bytes
    New, TLSv1/SSLv3, Cipher is AES256-SHA
    Server public key is 2048 bit
    Secure Renegotiation IS supported
    Compression: NONE
    Expansion: NONE
    SSL-Session:
        Protocol  : TLSv1
        Cipher    : AES256-SHA
    Key-Arg   : None
        Start Time: 1363044139
        Timeout   : 300 (sec)
        Verify return code: 0 (ok)
    Connect to OD without SSL works fine.
    Anybody else?
    Henri

    Hi,
    here are some more informations about the problem.
    The root CA certificate is imported as trusted in the system keychain of the server and the client. A certificate evaluation returns "valid certificates, trusted ...".
    The client bind fails with this messages, e.g. Kerio Control is able the use LDAPS, so it seams just the problem with the trustability of the certificates. Keychain trusts the certificates, OD client bind not, this is not so consistent.
    Any idee?
    Thanks
    Henri
    2013-03-14 19:39:02.776804 CET - Trigger - notified opendirectoryd:nodes;lastServerChanged;/LDAPv3/ldaps://macpro....:636
    2013-03-14 19:39:02.793467 CET - 71825.330426.330427, Module: AppleODClientLDAP - unable to create connection to LDAP server - ldap_search_ext_s for the ro
    otDSE failed with error 'server connection failed' (-1) error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed (self signed cert
    ificate in certificate chain)
    2013-03-14 19:39:02.793501 CE
    CONNECTED(00000003)
    depth=1 /C=DE/...
    Certificate chain
    0 s:/CN=macpro...
       i:/C=DE//OU=IT/CN=*.office.../emailAddress=admin@...
    verify error:num=19:self signed certificate in certificate chain
    verify return:0

  • Xfce 4.8 panel autohide setting does not works (solved)

    Hi,
        i have installed the new version but although i have deselected the autohide option the panel still autohides itself, when i uncheck the options the icons change his position to give space to the panel but still i have to go there with the mouse to see it, maybe i am missing something?
    Last edited by skuda (2011-01-18 18:05:13)

    I had this problem as well. Just to clarify what skuda said: The autohide setting is working just fine - the panel isn't hidden, but invisible. Change "Opacity->Leave" from 0 to 100 to solve the problem.

  • Rule set does not work

    My ruleset doesnn't work..please help... i get this error message...
    An error occurred:
    java.rmi.RemoteException: Exception in non-transactional EJB invoke:
    javax.ejb.EJBException: org.xml.sax.SAXException:
    java.rmi.RemoteException: java.io.IOException: Stream closed
    at
    com.beasys.commerce.axiom.reasoning.rules.RuleManagerBean.load(RuleManagerBean.java:419)
    at
    com.beasys.commerce.axiom.reasoning.rules.RuleManagerBeanEOImpl.load(RuleManagerBeanEOImpl.java:281)
    at
    com.beasys.commerce.axiom.reasoning.rules.RuleManagerBeanEOImpl_ServiceStub.load(RuleManagerBeanEOImpl_ServiceStub.java:277)
    at
    jsp_compiled._tools._rules._view_rulesheet._jspService(_view_rulesheet.java:122)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:141)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:154)
    at
    com.beasys.commerce.foundation.flow.ServletDestinationHandler.handleDestination(ServletDestinationHandler.java:51)
    at
    com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:448)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:761)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:708)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    ; nested exception is:
    javax.ejb.EJBException: org.xml.sax.SAXException:
    java.rmi.RemoteException: java.io.IOException: Stream closed
    javax.ejb.EJBException: org.xml.sax.SAXException:
    java.rmi.RemoteException: java.io.IOException: Stream closed
    at
    com.beasys.commerce.axiom.reasoning.rules.RuleManagerBean.load(RuleManagerBean.java:419)
    at
    com.beasys.commerce.axiom.reasoning.rules.RuleManagerBeanEOImpl.load(RuleManagerBeanEOImpl.java:281)
    at
    com.beasys.commerce.axiom.reasoning.rules.RuleManagerBeanEOImpl_ServiceStub.load(RuleManagerBeanEOImpl_ServiceStub.java:277)
    at
    jsp_compiled._tools._rules._view_rulesheet._jspService(_view_rulesheet.java:122)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:141)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:154)
    at
    com.beasys.commerce.foundation.flow.ServletDestinationHandler.handleDestination(ServletDestinationHandler.java:51)
    at
    com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:448)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:761)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:708)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Thanks in advance
    Hay

    What oci driver works with wlps?
    TIA
    Lloyd Smith
    "Chris Plenio" <[email protected]> wrote:
    >
    we had the same issue, it was related to our database. We are running
    Oracle 8.1.6
    and they had to replace the OCI driver to make it work.
    Chris
    HAY <[email protected]> wrote:
    My ruleset doesnn't work..please help... i get this error message...
    An error occurred:
    java.rmi.RemoteException: Exception in non-transactional EJB invoke:
    javax.ejb.EJBException: org.xml.sax.SAXException:
    java.rmi.RemoteException: java.io.IOException: Stream closed
    at
    com.beasys.commerce.axiom.reasoning.rules.RuleManagerBean.load(RuleManagerBean.java:419)
    at
    com.beasys.commerce.axiom.reasoning.rules.RuleManagerBeanEOImpl.load(RuleManagerBeanEOImpl.java:281)
    at
    com.beasys.commerce.axiom.reasoning.rules.RuleManagerBeanEOImpl_ServiceStub.load(RuleManagerBeanEOImpl_ServiceStub.java:277)
    at
    jsp_compiled._tools._rules._view_rulesheet._jspService(_view_rulesheet.java:122)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:141)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:154)
    at
    com.beasys.commerce.foundation.flow.ServletDestinationHandler.handleDestination(ServletDestinationHandler.java:51)
    at
    com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:448)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:761)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:708)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    ; nested exception is:
    javax.ejb.EJBException: org.xml.sax.SAXException:
    java.rmi.RemoteException: java.io.IOException: Stream closed
    javax.ejb.EJBException: org.xml.sax.SAXException:
    java.rmi.RemoteException: java.io.IOException: Stream closed
    at
    com.beasys.commerce.axiom.reasoning.rules.RuleManagerBean.load(RuleManagerBean.java:419)
    at
    com.beasys.commerce.axiom.reasoning.rules.RuleManagerBeanEOImpl.load(RuleManagerBeanEOImpl.java:281)
    at
    com.beasys.commerce.axiom.reasoning.rules.RuleManagerBeanEOImpl_ServiceStub.load(RuleManagerBeanEOImpl_ServiceStub.java:277)
    at
    jsp_compiled._tools._rules._view_rulesheet._jspService(_view_rulesheet.java:122)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:141)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:154)
    at
    com.beasys.commerce.foundation.flow.ServletDestinationHandler.handleDestination(ServletDestinationHandler.java:51)
    at
    com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:448)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:761)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:708)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Thanks in advance
    Hay

  • Application Role does not work

    In EM, I add a new application role to an ADF web application.
    This application role named simple11_AR_superAdmin and it has a group member named simple11_G_superAdmin.
    This group is created in weblogic console and assign users.
    However, this setting does not work. This application can be login by all users (including weblogic).
    How to enable application roles? Does application role of EM equal to application role created in Jdeveloper?

    DO NOT UPDATE ON THE PHONE ITSELF! Never do this! You risk bricking your iPhone and seeing the Silver Apple Logo of Death due to incomplete downloads and/or crashing! This has happened to me on my old iPhone as well as thousands of others. Use iTunes and iTunes only to update Apps!

  • I have lost the remote that was paired. I bought another remote, but the procedure to pair the new one does not work. I suspect the the AT will work with only one remote at-a-time and i have to unpaid the first before pairing the second. How do I unpair?

    I have lost the remote that was paired. I bought another remote, but the procedure to pair the new one does not work. I suspect the the AT will work with only one remote at-a-time and i have to unpair the first before pairing the second. If this is true, how do I unpair? If not, what can I do?

    I was premature in posting the question. I found the answer in andother posting, and it was successful.
    Thanks, and sorry for the false alarm.

  • Remote does not work correctly after update

    Hello,
    the subject explain it already:
    After upgrading to 2.3 the apple remote does not work correctly anymore:
    I need to push the buttons twice, and than atv is only reacting sometimes.
    Any ideas?
    BR
    Frank

    Same problem here. First, I thought it was the Apple remote's battery. I replaced that and the problem persisted. I then used my digital video camera to verify that the remote was actually transmitting infrared, it was. In frustration, I tapped the buttons rapidly while pointing at the Apple TV. The Apple TV responded. The next button press it failed to respond. I tapped rapidly again and it finally responded. After many many rapid presses, while pointing directly at the Apple TV, it finally began responding to all presses. Once I'd regained control (I thought) I unpaired and re-paired the remote. Everything continued to work. At that time I also saw that I could "learn" another remote. So, I set up my Samsung TV remote. Sweet. Until the Apple TV went into screensaver mode again and I had to go through the same rapid button press sequence... with either the Apple remote or my learned Samsung remote. Conclusion, since the Apple TV will become fully responsive after the rapid button press sequence, it is certainly a software related problem.

  • After pairing in Bootcamp, magic trackpad does not work

    after pairing in Bootcamp, magic trackpad a) does not control cursor and b) does not persist after closing Bluetooth devides dialog.
    Summary of Problem:
    Magic Trackpad is found and paired, but does not control the mouse.
    When you shut the Bluetooth devices and reopen (or reboot and reopen), the device is not listed.
    Detials of problem:
    Bootcamp 3.1 (i cannot find a later one) Windows XP all updates, All Apple Software Updates (to bootcamp and mac os x) installed, Magic Trackpad driver download and installed.
    Control Panel, Bluetooth Devices, Add - it detectes the magic track pad (ie track pad blinking, click add) everytime
    - It asks about a pass code, I have tried it without a pass code and with automatically Generate Passcode; does this setting matter?
    In bluetooth devides, the track pad shows with "Auto Generated passkey" when that is the option selected
    Found new hardware comes up, Apple Wireless Trackpad, everything looks fine.
    - In Bluetooth Devices, it shows the trackpad wiht "no passkey", even when I told it to automatically generate one.
    The track pad does not control the cursor.
    Close Bluetooth Devices and reopen it, or reboot and reopen Bluetooth devices, and the track pad is gone.
    Rebooting does not change the outcome of above.
    I have gone to device manager and tried to update the two (apple & microsoft) Bluetooth drivers with the update button, it says I have the most current.
    I do not see how to tell if the Magic Trackpad driver is installed, so I tried installing it again. It does appear to be listed under HID in device manager.
    I have done a lot of googling, wasted a lot of time, if I cannot get it to work, I will return it to the apple store.
    Any ideas?
    Thanks!
    bob

    Bob, cannot help directly but I am having a similar problem on my MacBook Pro with Windows 7 Pro. Pretty much the same symptoms except my trackpad is not always recognized - it seems I have to click it to get Bluetooth to see it. Windows claims to have seen it OK on one occasion and installed the drivers, asked for a reboot etc. but the TrackPad still does not respond.
    Works OK on the Mac side although it is not recognized as a separate Bluetooth trackpad which can be configured differently from the built-in. I wonder if this might be a clue?
    I have installed the patch and tried a bunch of other things. Seems like Apple has some work to do sorting out the bugs on both the Mac and Windows side with this device. Pity because its an excellent piece of kit otherwise!

  • Flickr set up does not work

    When I try to upload a photo to Flickr this message keeps appearing:
    "Do you want to set up iphoto to publish to flickr?"
    I have followed the set up process a dozen of times, but iPhoto keeps asking the same question. In Flickr I can see the permission to use iPhoto uploader, but iPhoto doesn't seem to recognize it.
    I have searched all over the internet and cannot find a solution.

    Exact same problem here.
    Environment:
    - iPhoto '09, running on Leopard 10.5.8.
    - I did not have a Flickr account yet.
    Steps to reproduce:
    1) Clicked the "Flickr" button in iPhoto 09, received popup "Do you want to set up iPhoto to publish to Flickr".
    2) Clicked "Set Up", got redirected to Yahoo Flickr in Safari.
    2) Created my Yahoo account as prompted.
    3) Clicked "Flickr" button in iPhoto 09 again. Got same popup, clicked "Set Up" again.
    4) In the newly opened Safari window, entered my Yahoo credentials. When asked, confirmed that I wanted "iPhoto Uploader" to have full access to my Flickr albums.
    5) Verified that iPhoto Uploader had indeed been added to the access list in Flickr using the link provided on the Flickr webpage.
    Actual result:
    * Popup disappears from iPhoto, but immediately re-appears asking for same "Set Up" procedure.
    I followed this endless loop about 5 times, each time entering my Yahoo credentials, each time verifying that iPhoto Uploader had been granted access to Flickr.
    Conclusion:
    * iPhoto 09 has high-severity bug, Flickr functionality does not work at all.

Maybe you are looking for

  • Help, How to configure cisco ASA5505 to permit access to internal LAN

    Hi everyone, Once more I am stuck into another dilemma , I have configured a Cisco ASA 5505 to allow VPN access from outside to my LAN using Cisco VPN Client software. The connection is establishing properly with the ip address from my VPNPool. From

  • How to change the text in the image..

    Hi there, Í'm new to Adobe Illustrator and I would like to know how I can change the text in the image. I would like to keep the design exactly the same way(colour, font) but just different words. This design is unlocked by the way. Thanks in advance

  • I need to pass PERNR to Feature GBPGL (PE03)

    Hi, We are using feature GBPGL and as part of decision tree we need the PERNR value. PERNR is not one of the fields in PME02 which is used by the feature GBPGL. I have therefore appended structure PME02 with the PERNR field and have added this succes

  • IPhoto 11:  Have no option to Create New Smart Album

    I can not find Smart Album under "Create". There are no photos selected. iLife has created a mess with this new update. Thanks for your help

  • WPA2 Enterprise and RADIUS

    I configured my Aironet 1262N autonomous AP to authenticate and account my users against a FreeRADIUS server. In the RADIUS server database, I saw some records like: select username, acctauthentic, acctterminatecause, acctstarttime, acctstoptime from