It doesn't allow me to add security excerption for intranet site I need to use

It happens only after downloading the latest Firefox. When I try to added a website we use for testing, I got a failure due to the certificate being self-signed. Your system is not allowing me to added as trusted site either.
Please help is an intranet site

An iPod (and iPad) ony have a phone number for Messages (and FaceTime) if there is an iPhone with Messages/Facetime using the same ID for Messages and facetime.
iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
If you can't change the Settings that means that the Restrictions that prevent changing accounts is set. Settings>General>Restrictions

Similar Messages

  • Unable to add security token for identity

    Hi all,
    I am trying to implement a web service with username token authentication. I have defined the ws -policies in the wsdl, and checked the Process Security Header checkbox in the proxy configuration. But when I invoke the proxy through test console and pass the full soap envelope , I am getting an "Unable to add security token for identity" error
    This is how the soap header looks from the request document part of the test console:
         <soap:Header>
         <wsse:Security>
         <wsse:UsernameToken>
         <wsse:Username>xxxxx</wsse:Username>
         <wsse:Password      Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">yyyyyy</wsse:Password>
         </wsse:UsernameToken>
         </wsse:Security>
         </soap:Header>
         <soap:Body>
    I have configured the user at alsb security configuration and added an acces policy stating that the proxy can be accessed only by user "xxxx"
    Please help
    -Atheek

    Mostafa ,
    This points to a misconfiguration of your security. Possible causes are:
    * There is not a valid RSA key to sign the SAML token with.
    * The SAML CredentialMapper is missing
    * There is no Relying Party (rp) configured for SAML Credential Mapper that matches your producer
    * The producer is using User Name Token and you have no configured the DefaultCredentialMapper to allow for UserNameToken.
    Good Luck,
    Nate
    Edited by: user650654 on Sep 9, 2008 4:31 AM

  • WS-Security and proxy service: Unable to add security token for identity

    What the reason of "Unable to add security token for identity" fault in this situation (10.3.1):
    I did simple "hello word" proxy service and tried to apply custom policy binding.
    WS-Policy is next:
    <wsp:Policy wsu:Id="WS-Policy-Siebel"
         xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"
         xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
         xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wssp:Identity
              xmlns:wssp="http://www.bea.com/wls90/security/policy">
              <wssp:SupportedTokens>
                   <wssp:SecurityToken
                        TokenType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken">
                        <wssp:UsePassword
                             Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText" />
                   </wssp:SecurityToken>
              </wssp:SupportedTokens>
         </wssp:Identity>
    </wsp:Policy>
    Process WS-Security is setted to "yes".
    While debugging I see that all works fine - I can authenticate with defined credentials and breakpoints in proxy service flow works fine.
    But at the end I get the fault:
    Soap fault:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
    <env:Body>
    <env:Fault>
    <faultcode>env:Server</faultcode>
    <faultstring>Unable to add security token for identity</faultstring>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    In console:
    <09.06.2010 17:39:18 MSD> <Error> <OSB Security> <BEA-387023> <An error ocurred during web service security inbound response processing [error-code: F
    ault, message-id: 1721282272521583996--57dc4ccc.1291cc2282d.-7fab, proxy: OSB Project WS-Security/WSSecurityService, operation: NewOperation]
    --- Error message:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header/><env:Body><env:Fault><faultcode>env:Server</faultcode><faultstring>Un
    able to add security token for identity</faultstring></env:Fault></env:Body></env:Envelope>
    weblogic.xml.crypto.wss.WSSecurityException: Unable to add security token for identity
    at weblogic.wsee.security.wss.SecurityPolicyDriver.processIdentity(SecurityPolicyDriver.java:175)
    at weblogic.wsee.security.wss.SecurityPolicyDriver.processOutbound(SecurityPolicyDriver.java:73)
    at weblogic.wsee.security.wss.SecurityPolicyDriver.processOutbound(SecurityPolicyDriver.java:64)
    at weblogic.wsee.security.WssServerHandler.processOutbound(WssServerHandler.java:88)
    at weblogic.wsee.security.WssServerHandler.processResponse(WssServerHandler.java:70)
    Truncated. see log file for complete stacktrace
    Incoming soap message is:
    <soapenv:Envelope      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header      xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <wsse:Security      soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken      wsu:Id="unt_TNNp0cBwU7HyPKoq" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <wsse:Username>testuser</wsse:Username>
    <wsse:Password      Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">testuser</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </soap:Header>
    <soapenv:Body>
    <wss:NewOperation      xmlns:wss="http://www.troika.ru/Enterprise/WSSecurityService/">
    <in>string</in>
    </wss:NewOperation>
    </soapenv:Body>
    </soapenv:Envelope>
    Edited by: Andrey L. on Jun 9, 2010 5:55 PM

    I thought you were getting that exception when accessing the proxy.
    No. Authentification works fine. Proxy body works fine. But at the end of proxy appears the exception.
    Sorry for my english - I tried to show this situation on image: http://imglink.ru/show-image.php?id=9c0e0c1719f00289faf11696c6703bc3
    Are you getting this exception when routing to a business service which is configured for WS-Security ??
    I don't use business service in this test project - only simple proxy service with all logic inside.
    PS transformation in replace action is very simple too:
    (:: pragma bea:global-element-parameter parameter="$newOperation1" element="ns0:NewOperation" location="WSSecurityService.wsdl" ::)
    (:: pragma bea:global-element-return element="ns0:NewOperationResponse" location="WSSecurityService.wsdl" ::)
    declare namespace ns0 = "http://www.troika.ru/Enterprise/WSSecurityService/";
    declare namespace xf = "http://tempuri.org/OSB%20Project%20WS-Security/Hello/";
    declare function xf:Hello($newOperation1 as element(ns0:NewOperation))
    as element(ns0:NewOperationResponse) {
    <ns0:NewOperationResponse>
    <out>Hello, { data($newOperation1/in) }!</out>
    </ns0:NewOperationResponse>
    declare variable $newOperation1 as element(ns0:NewOperation) external;
    xf:Hello($newOperation1)
    Edited by: Andrey L. on Jun 10, 2010 12:21 PM

  • Exception: Unable to add security token for identity

    Hi Friends,
    I was trying to add SAML tokens(Sender-Voucher Profile) to my web services. I configured WLS and ALSB with all Authentication settings but I get a SOAPFaultException when i run the client.
    javax.xml.rpc.soap.SOAPFaultException: Unable to add security token for identity
    I tried the following samples:
    https://codesamples.projects.dev2dev.bea.com/servlets/Scarab/remcurreport/true/template/ViewIssue.vm/id/S10/eventsubmit_dosetissueview/foo/resultpos/-1/nbrresults/0/action/ViewIssue/tab/2/readonly/false
    https://codesamples.projects.dev2dev.bea.com/servlets/Scarab/remcurreport/true/template/ViewIssue.vm/id/S203/nbrresults/39
    Is there any configuration on WLS that needs to be verified when we get this Exception "Unable to add security token for identity"??
    Any help is appreciated in this regard.
    Thanks,
    Kiran

    Hello Kiran,
    Is this problem resolved?. I am facing the same problem when i was trying to call a service .
    The exception i got is as follows:
    (D-113003875) server (IBwlpAdminServer) Method (com.zurich.ep.global.produc
    metadata.impl.ProductMetaDataServiceImpl.getAllProducts:234) ==> Host (D-113003
    75) server (IBwlpAdminServer) Method (com.zurich.ep.service.delegate.AbstractEx
    eptionHandler.logException:67)
    om.zurich.ep.exception.ServiceFailureException: SOAPFaultException - FaultCode
    {http://schemas.xmlsoap.org/soap/envelope/}Server] FaultString [Unable to add s
    curity token for identity] FaultActor [null]No Detail; nested exception is:
    javax.xml.rpc.soap.SOAPFaultException: Unable to add security token for
    dentity
    at com.zurich.ep.global.productmetadata.impl.ProductMetaDataServiceImpl.
    etAllProducts(ProductMetaDataServiceImpl.java:234)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    ava:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    orImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.zurich.ep.service.delegate.ServiceDelegateProxy.invoke(ServiceDel
    gateProxy.java:135)
    at $Proxy62.getAllProducts(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    ava:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    orImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.zurich.ep.service.delegate.ServiceAdapter.invoke(ServiceAdapter.j
    va:97)
    at $Proxy63.getAllProducts(Unknown Source)
    at com.zurich.ep.global.productmetadata.v20090601.ProductMetaDataService
    ortTypeImpl.getAllProducts(ProductMetaDataServicePortTypeImpl.java:119)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    ava:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    orImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at weblogic.wsee.component.pojo.JavaClassComponent.invoke(JavaClassCompo
    ent.java:99)
    at weblogic.wsee.ws.dispatch.server.ComponentHandler.handleRequest(Compo
    entHandler.java:64)
    at weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.j
    va:127)
    at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDisp
    tcher.java:85)
    at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
    at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.j
    va:66)
    at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java
    44)
    at weblogic.wsee.server.servlet.BaseWSServlet$AuthorizedInvoke.run(BaseW
    Servlet.java:173)
    at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java
    92)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run
    StubSecurityHelper.java:223)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecuri
    yHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    :283)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    :175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    .run(WebAppServletContext.java:3245)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    Subject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    21)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppS
    rvletContext.java:2003)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletC
    ntext.java:1909)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.j
    va:1359)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    aused by: java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://sch
    mas.xmlsoap.org/soap/envelope/}Server] FaultString [Unable to add security toke
    for identity] FaultActor [null]No Detail; nested exception is:
    javax.xml.rpc.soap.SOAPFaultException: Unable to add security token for
    dentity
    at com.zurich.ep.service.delegate.AbstractExceptionHandler.logException(
    bstractExceptionHandler.java:67)
    at com.zurich.ep.service.delegate.client.WebServiceBusinessDelegate.invo
    e(WebServiceBusinessDelegate.java:260)
    at $Proxy61.getProductFunctionality(Unknown Source)
    at com.zurich.ep.global.productmetadata.impl.ProductMetaDataServiceImpl.
    etAllProducts(ProductMetaDataServiceImpl.java:201)
    ... 39 more
    aused by: javax.xml.rpc.soap.SOAPFaultException: Unable to add security token f
    r identity
    at weblogic.wsee.codec.soap11.SoapCodec.decodeFault(SoapCodec.java:265)
    at weblogic.wsee.ws.dispatch.client.CodecHandler.decodeFault(CodecHandle
    .java:106)
    at weblogic.wsee.ws.dispatch.client.CodecHandler.decode(CodecHandler.jav
    :91)
    at weblogic.wsee.ws.dispatch.client.CodecHandler.handleFault(CodecHandle
    .java:79)
    at weblogic.wsee.handler.HandlerIterator.handleFault(HandlerIterator.jav
    :254)
    at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.
    ava:224)
    at weblogic.wsee.ws.dispatch.client.ClientDispatcher.handleResponse(Clie
    tDispatcher.java:161)
    at weblogic.wsee.ws.dispatch.client.ClientDispatcher.dispatch(ClientDisp
    tcher.java:116)
    at weblogic.wsee.ws.WsStub.invoke(WsStub.java:89)
    at weblogic.wsee.jaxrpc.StubImpl._invoke(StubImpl.java:335)
    at com.zurich.ep.global.chassisauthorisation.v20090601.ChassisAuthorisat
    onServicePortType_Stub.getProductFunctionality(ChassisAuthorisationServicePortT
    pe_Stub.java:145)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    ava:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    orImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.zurich.ep.service.delegate.client.WebServiceBusinessDelegate.invo
    e(WebServiceBusinessDelegate.java:225)
    ... 41 more
    aused by: weblogic.xml.crypto.wss.WSSecurityException: Unable to add security t
    ken for identity
    at weblogic.wsee.security.wss.SecurityPolicyDriver.processIdentity(Secur
    tyPolicyDriver.java:175)
    at weblogic.wsee.security.wss.SecurityPolicyDriver.processOutbound(Secur
    tyPolicyDriver.java:73)
    at weblogic.wsee.security.WssClientHandler.processOutbound(WssClientHand
    er.java:69)
    at weblogic.wsee.security.WssClientHandler.processRequest(WssClientHandl
    r.java:53)
    at weblogic.wsee.security.WssHandler.handleRequest(WssHandler.java:72)
    at weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.j
    va:127)
    at weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.j
    va:100)
    at weblogic.wsee.ws.dispatch.client.ClientDispatcher.dispatch(ClientDisp
    tcher.java:101)
    ... 49 more
    Thanks,
    JK

  • Can you manually add data to Nike + or do you need to use the Nano?

    Can you manually add data to Nike + or do you need to use the Nano?
    What if you are on a trip and forgot your Ipod. It would be great to be able to add lost data. or even edit the Ipod data on the Nike + website

    Hi Hrbrmstr,
    That will be very cool if you can create an xml file
    that will allow us to add runs and edit runs on the
    Nike+ site! The trick may be getting past the server
    dragon which sends out a warning saying, "Your
    workout data could not be sent to nikeplus.com
    because the data could not be accepted by the server"
    when it does not like the data it is sent.
    For example, my runs that did not post had something
    in common: when I read these xml files with TextEdit,
    both have a line that says,
    "<stepCounts><walkBegin>0</walkBegin>". There's also
    a line that tracks steps run. It also said zero. Of
    course, these lines should NOT read zero, because I
    was not starting at zero steps! My guess is that this
    anomaly makes the Nike+ server either reject or
    delete these runs because the step count does not fit
    my other runs.
    Well, I'll leave this stuff to someone who knows more
    than I. Glad you're here.
    For jackt123, the longer is answer to your question
    is that certain things that are not doable now may be
    doable in the future. Stay tuned.
    I just got the dragon today. "Your workout data could not be sent to Nikeplus because iTunes received an unexpected response from the server. Please try again later." Did you ever find out why this happened to you? I went on nikeplus and it did in fact upload my latest run. Now my goals are blank on nikeplus.

  • I failed to Confirm Security Exception for a site confirmed to be trusted, but apparently only supported by Internet Explorer, and am now barred from the site, so how do I access it?

    I have been successfully accessing a secure site using a Citrix plugin. The security certificate for the site was renewed on 17 September and is valid, but is apparently supported by Explorer. When I accessed it today, Firefox reported it as Insecure. I attempted to bypass the Firefox block, but must have failed to Confirm Security Exception, so that my access is now denied as I 'have said this is not a trusted site' (error 183). Is there any way I can now access the site.

    Thank you for your reply.
    My problem isn't removing my log-in name and password for a site.
    The problem is I already had the log-in name and password saved by FF, but I was required by the site to change the password. FF did not recognize that it had changed and refuses to prompt me to save the new password.
    After several attempts to force the prompt, I deleted the site from the Saved Password list, hoping that the next time I entered my log-in name and password on that site FF would ask if I wanted to save both. That did not happen even after exiting FF and relaunching it.
    So, right now FF will not save my log-in name and password for a site that it used track for me. Given the complexity of the new password, I really do not want to manually enter it every time I use the site.
    Regards.

  • HT201209 I have forgotten my security answers for my account and need to retrieve

    I have forgotten my security answers for my account and need to retrieve so I can purchase products.
    <Email Edited By Host>

    User to user forum.
    Posting your email address on the internet is not a good idea.
    http://support.apple.com/kb/HT5665

  • How can my web developers get around Firefox remembering a password for my site that needs to be secure?

    I'm developing a site that needs to be secure. At the moment on firefox it is remembering a users password and this is very unsecure. I know the user can turn this off but that is not good enough and does not guarantee security of information. I have to get my developers to make it so Firefox cannot remember the password. How do they do it? (They have already added some code which they said would stop major browsers from being able to remember passwords but this didn't work with Firefox). They are probably too proud to go onb a forum and ask for an answer but I'm not!

    This forum focuses on end-user support. You can find more web development help on the [http://forums.mozillazine.org/viewforum.php?f=25 mozillaZine Web Development board]. Separate forum, separate registration. Please note the tips in the Sticky Post at the top of the forum before posting.
    That said... Firefox honors the setting autocomplete="off" in the form tag. When this attribute is set, users should not be prompted to save the username/password, and it should not be filled automatically. (Is this what wasn't working??)
    https://developer.mozilla.org/en/How_to_Turn_Off_Form_Autocompletion
    Knowledgeable users can bypass this setting by running a script to strip this attribute. I doubt that very many users would do that, but if people have to log in very frequently, it is more likely to happen. Users also may use add-ons that manage passwords, and those add-ons might not honor the autcomplete="off" setting. I haven't used any such add-ons, so I don't know the situation there.
    I'm sure this isn't completely satisfactory but hopefully it helps to some extent.

  • The new update doesn't allow me to add songs to my iPod

    I recently updated iTunes on my Windows computer. I got songs (not from the iTunes Store) and attempted to put them on my iPod. I had made a playlist with songs in it which is on my iPod, but it doesn't come up as an option to add the songs to it. I create another playlist with the new song's but it won't go onto my iPod. I tried everything, clicking and dragging, restarting iTunes, unplugging and plugging in my iPod again, syncing multiple times. I was going to sync through the Setting part of iTunes under my iPod, but it doesn't recognize my iPod from the previous version of iTunes. The songs work on iTunes, but they just won't transfer to my iPod. Thanks for anyone who can help me out!

    Generally if syncing doesn't work as expected take the following steps:
    Backup device.
    Restore as a new device.
    Restore the backup made earlier.
    This assumes all content on the device is in your library already. If that isn't the case see Recover your iTunes library from your iPod or iOS device.
    tt2

  • My new Iphone 4S calendar doesn't allow me to add a new event, anyone knows what's wrong???

    There's no  + button and nothing happens when I tap on the day...

    I found the answer to the problem in another discussion. I don't know why I have to turn on the calendar at Icloud for the calendar to work.
    What if I didn't have an Icloud account?  It doesn't make sense...
    The user guide is not clear on this matter it says you have to subscribe to a calendar and that your calendar will be blocked if you subscribe, but it's the opposite... I

  • Folio Builder doesn't allow me to add certain articles

    I'm adding articles to folio builder and it's being a little picky about which ones I can add and which ones I can't. They're all formatted in the same size etc., but for some reason 3 of my 30 articles won't give me the "add" option or if I add them they hang and it crashes InDesign. Any ideas? Are there specific types of things I should look out for in regards to how I format my documents so that they'll play nice w/ Folio Builder?

    It's a tough one, Visslette... Of course, you checked the obvious stuff, so you need to supply a bit more info. What formats and orientation are they, are they smooth scrolling or staggering, did you check to upload them to a new magazine (just for the sake of checking the change), do they total over the 100 MB limit ?

  • The Bookmarks toolbar is empty, doesn't allow me to add any bookmarks. I have tried all the options indicated in the support website, but none work. The toolbar remains empty and does not even allow me to drag something down to it from the location bar.

    Please see the question above, as that is the problem I am having. I don't understand why the Bookmarks tab does not show any of the bookmarks which I have tagged. They can only be chosen from the drop down menu. I tried dragging the page to the bookmark toolbar from the location bar but that does not work. Is it a glitch in the system?

    If the menu bar is hidden then press the F10 key or hold down the Alt key to make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    *Open the Customize window via "View > Toolbars > Customize"
    *Check that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    *If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette in the customize window to the Bookmarks Toolbar
    *If missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Empathy doesn't allow me to bring up F4 for accounts [SOLVED]

    pacman -S empathy telepathy-haze
    I installed empathy and haze to use AIM.  Odd thing is that I can't access empathy's accounts Edit>Accounts.  When I try to do so, nothing happens.  Here is the debug log.
    empathy/Dispatcher-DEBUG: 07/18/2010 14:00:59.763431: handler_constructor: Registering at org.freedesktop.Telepathy.Client.Empathy, /org/freedesktop/Telepathy/Client/Empathy
    empathy/Other-DEBUG: 07/18/2010 14:00:59.763679: empathy_signal_connect_weak: connecting to 0x169dc70:account-validity-changed with context 0x17eb1a0
    empathy/Dispatcher-DEBUG: 07/18/2010 14:00:59.763896: handler_constructor: Registering at org.freedesktop.Telepathy.Client.EmpathyMoreThanMeetsTheEye, /org/freedesktop/Telepathy/Client/EmpathyMoreThanMeetsTheEye
    empathy/Other-DEBUG: 07/18/2010 14:00:59.764120: builder_get_file_valist: Loading file /usr/share/empathy/empathy-main-window.ui
    empathy/Other-DEBUG: 07/18/2010 14:00:59.788568: empathy_signal_connect_weak: connecting to 0x1657900:changed with context 0x17fa200
    empathy/Other-DEBUG: 07/18/2010 14:00:59.794152: empathy_signal_connect_weak: connecting to 0x169dc70:account-validity-changed with context 0x17fa740
    empathy/Other-DEBUG: 07/18/2010 14:00:59.794158: empathy_signal_connect_weak: connecting to 0x169dc70:account-removed with context 0x188eec0
    empathy/Other-DEBUG: 07/18/2010 14:00:59.794164: empathy_signal_connect_weak: connecting to 0x169dc70:account-enabled with context 0x188ed00
    empathy/Other-DEBUG: 07/18/2010 14:00:59.794171: empathy_signal_connect_weak: connecting to 0x169dc70:account-disabled with context 0x188ed20
    empathy/Other-DEBUG: 07/18/2010 14:00:59.794188: empathy_signal_connect_weak: connecting to 0x17cb0a0:state-change with context 0x188c6a0
    empathy/Other-DEBUG: 07/18/2010 14:00:59.795548: empathy_conf_set_bool: Setting bool:'/apps/empathy/ui/show_offline' to 1 ---> true
    empathy/Other-DEBUG: 07/18/2010 14:00:59.795763: empathy_conf_set_bool: Setting bool:'/apps/empathy/ui/show_protocols' to 1 ---> true
    empathy/Other-DEBUG: 07/18/2010 14:00:59.795960: empathy_conf_set_string: Setting string:'/apps/empathy/contacts/sort_criterium' to 'state'
    empathy/Other-DEBUG: 07/18/2010 14:00:59.797759: builder_get_file_valist: Loading file /usr/share/empathy/empathy-status-icon.ui
    empathy/Other-DEBUG: 07/18/2010 14:00:59.798738: empathy_notify_manager_init: add capability: actions
    empathy/Other-DEBUG: 07/18/2010 14:00:59.798741: empathy_notify_manager_init: add capability: body
    empathy/Other-DEBUG: 07/18/2010 14:00:59.798743: empathy_notify_manager_init: add capability: body-hyperlinks
    empathy/Other-DEBUG: 07/18/2010 14:00:59.798743: empathy_notify_manager_init: add capability: body-markup
    empathy/Other-DEBUG: 07/18/2010 14:00:59.798746: empathy_notify_manager_init: add capability: icon-static
    empathy/Other-DEBUG: 07/18/2010 14:00:59.806473: idle_presence_changed_cb: Presence changed to '(null)' (1) "(null)"
    empathy/Account-DEBUG: 07/18/2010 14:00:59.806502: empathy_accounts_dialog_show_application: Launching empathy-accounts (if_needed: 1, hidden: 0, account: <none selected>)
    empathy/Other-DEBUG: 07/18/2010 14:00:59.809009: empathy_signal_connect_weak: connecting to 0x169dc70:account-validity-changed with context 0x18a3a40
    empathy/Contact-DEBUG: 07/18/2010 14:00:59.809598: logger_favourite_contacts_get_cb: Failed to get the FavouriteContacts property: The name org.freedesktop.Telepathy.Logger was not provided by any .service files
    empathy/Account-DEBUG: 07/18/2010 14:01:08.300951: empathy_accounts_dialog_show_application: Launching empathy-accounts (if_needed: 0, hidden: 0, account: <none selected>)
    Last edited by graysky (2010-07-18 18:06:32)

    orschiro wrote:
    @wonder,
    Good to know that empathy itself needs additional packages that provide the different protocols. I installed telepathy-idle and telepathy-sofiasip but the window still doesn't pop up.
    Regards
    relogin

  • Smart playlist doesn't allow me to do "Playlist is" for a regular playlist

    I moved my library from one computer to another and now all of my smart playlists that had "Playlist is" and a regular playlist are broken. Plus, if I make a new smart playlist and choose playlist is my only options are "Music" and the other smart playlists I have.
    Any ideas?
    I am using the latest Itunes 7.6.2.9

    When you create a smart playlist and use "playlist is" iTunes should give you the option of choosing any of your existing playlists.
    So, if you are not seeing the playlists you want, do they actually exist? If they do and iTunes doesn't show them, something is wrong and I haven't encountered this behaviour before.
    If this is your problem (i.e. the playlists exist but iTunes doesn't show them when creating a smart playlist), you could try recreating your library from the xml file using this method:
    http://docs.info.apple.com/article.html?artnum=93313
    I suggest you modify the method as follows: drag BOTH iTunes Library.itl and iTunes Music Library.xml to your desktop, rather than deleting the itl file. That way you can put it back if you want to.

  • Cannot add security exception for government websites

    Ever since my most recent update in Firefox 4.0.1, I am no longer able to "add exception" for government websites I normally visit. The "Untrusted Connection" screen appears as it has many times in the past and when I try to click "add exception" nothing happens. This happens on any website with an "Untrusted Connection".

    If you install the DoD CA 2 root certificate and possibly the DOD CA-17 intermediate certificate then you do not need to add an exception.
    *https://www.dodpke.com/InstallRoot/
    *https://dod411.chamb.disa.mil/

Maybe you are looking for

  • 1002097 Unable to load database [Plan1]

    Hi all, I am not able to start the database from essbase. When i start the databse from app, I am getting below message from the panel. server.XXXXAPP.Plan1     Get database properties     April 5, 2011 2:57:27 PM CAT     Failed Error: 1002097 Unable

  • New Airport card, no service...Help

    I just bought an airport card for my iMac G4, I have wireless internet and two other macs, they work perfectly with their airport cards. I put my airport card in and nothing, keeps saying there was an error connecting to airport network, ive called m

  • Microphone not working H420 running Windows 7 64-bit

    Have tried two different microphones on H420 - intended use is for the sofware program Dragon. Went through the procedure to set up microphne in Windows 7 and get message that Windows 7 could not hear anything. Uninstalled the Realtek HD Audio Driver

  • German quotation marks on iOS

    Hello, as a German I would like to use German quotation marks on iOS. In German they open at the bottom and close at the top. I find it very annoying having to go through all texts I wrote on my iPad just to correct all the quotation marks. Thanks in

  • Mapping Package Names using Axis

    Hi, I'm trying to do something which I think is pretty straightforward, but am getting no success. When running WSDL2Java, A package is getting created called DSAdminService. I would like this to be renamed to com.cs.scs... How do I do this? I have t