Help two identity asserters

Hello,
I have a problem while using two identity asserters with two differents tokens.
My problem is:
I have two specific identity asserters i developped.
They are both in REQUIRED mode.
Identity Asserter one (tokenOne)
Identity Asserter two (tokenTwo)
I would like to fire the two asserters when the two tokens are in the request.
When the two tokens are in the request, il would like to have the name contained in the token two in the name of the request's principal.
Currently, only the first asserter is fired and the name i find in the request is the one who is contained in tokenOne.
Thanks you for your answers.
(Excuse me for my weak english)
Edited by: user5451975 on 21 janv. 2010 04:51

Yes but if i return null in the method getAssertionModuleConfiguration, i have a error returned by weblogic:
javax.security.auth.login.LoginException: [Security:090300]Identity Assertion
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <PrincipalAuthenticator.assertIdentity - Token Type: ICTicket>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <LDAP ATN LoginModule initialized>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <LDAP Atn Login>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <LDAP Atn Login username: test11>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <userExists? user:test11>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <getConnection return conn:LDAPConnection { ldapVersion:2 bindDN:""}>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <getDNForUser search("ou=people,ou=myrealm,dc=devdomain", "(&(uid=test11)(objectclass=person))", base DN & below)>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <DN for user test11: uid=test11,ou=people,ou=myrealm,dc=devdomain>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <user exists, user:test11>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <returnConnection conn:LDAPConnection { ldapVersion:2 bindDN:""}>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <LDAP Atn Asserted Identity for test11>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <List groups that member: test11 belongs to>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <getConnection return conn:LDAPConnection { ldapVersion:2 bindDN:""}>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <getDNForUser search("ou=people,ou=myrealm,dc=devdomain", "(&(uid=test11)(objectclass=person))", base DN & below)>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <DN for user test11: uid=test11,ou=people,ou=myrealm,dc=devdomain>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <search("ou=groups,ou=myrealm,dc=devdomain", "(&(uniquemember=uid=test11,ou=people,ou=myrealm,dc=devdomain)(objectclass=groupOfUniqueNames))", base DN & below)>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <Result has more elements: false>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <returnConnection conn:LDAPConnection { ldapVersion:2 bindDN:""}>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <login succeeded for username test11>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <LDAP Atn Commit>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <LDAP Atn Principals Added>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <Signed WLS principal test11>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <PrincipalAuthenticator.validateIdentity>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <Validate WLS principal test11 returns true>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <RoleManager.getRoles subject: Subject: 1
     Principal = class weblogic.security.principal.WLSUserImpl("test11")
Resource: type=<url>, application=Cherika, contextPath=/remoting, uri=/remoteService.do, httpMethod=POST>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <Default RoleMapper getRoles(): input arguments:
     Subject: 1
     Principal = class weblogic.security.principal.WLSUserImpl("test11")
     Resource: type=<url>, application=Cherika, contextPath=/remoting, uri=/remoteService.do, httpMethod=POST>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <Default RoleMapper getRoles(): returning roles: Anonymous>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <RoleManager.getRoles Subject: Subject: 1
     Principal = class weblogic.security.principal.WLSUserImpl("test11")
Resource: <url> type=<url>, application=Cherika, contextPath=/remoting, uri=/remoteService.do, httpMethod=POST Anonymous roles.>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <Default Authorization isAccessAllowed(): input arguments:>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <     Subject: 1
     Principal = class weblogic.security.principal.WLSUserImpl("test11")
>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <     Roles:Anonymous>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <     Resource: type=<url>, application=Cherika, contextPath=/remoting, uri=/remoteService.do, httpMethod=POST>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <     Direction: ONCE>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <     Context Handler: >
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <     non-null>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <Default Authorization isAccessAllowed(): returning DENY>
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <DefaultAdjudicatorImpl.adjudicate results: DENY >
####<27 janv. 2010 16 h 29 CET> <Debug> <SecurityDebug> <A82S002292> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <000000> <AuthorizationManager.isAccessAllowed returning adjudicated: false>
Why does he try to authenticate the user via LDAP ??
Edited by: user5451975 on 27 janv. 2010 07:34

Similar Messages

  • My iPhone has two identical options under "iTunes wi-fi sync" that are the same computer. I only have one user on my  computer, and I tried moving my iTunes file in Finder to organize it and now my library's not synced with my phone. Help?

    My iPhone has two identical options under "iTunes wi-fi sync" that are the same computer. I only have one user on my computer, and I tried moving my iTunes file in Finder to organize it and now my library's not synced with my phone. Help?

    I have the same problem. Right now my iPhone 5S shows 3 instances of the computer to which it is connected under Settings » General » iTunes WiFi Sync. I'm having problems connecting and syncing, and this is probably the cause: the phone chooses one of these connections, and it isn't the one that's actually in use. What's probably happening is that the phone and computer establish a connection using a dynamic IP address, the address becomes "disassociated" due to error, another address is associated, the phone retains each address/link, and each link is displayed as if it represents a separate computer (the fact that the name of the computer is identical is ignored, as the only thing that is considered important is the IP address). But that's all conjecture. More important, I'm not sure how to fix the problem. A network reset doesn't do it.

  • Can I have two identical PCs with clones of the same hard drive?

    This all started when I had a problem with my first pc, a gateway laptop, would not wake up from sleep due to, supposedly, a driver problem. I didn't want to send it off for my free, under-warrantee, repair and be without a computer for however long that
    would take. So I bought another one and took it to a local dealer to clone the hard drive of the first one to put on the new one.
    This created a number of odd problems which eventually I figured out had something to do, it seemed, with Microsoft not allowing two identical machines to exist like that. I only plan to use one, the other one being exclusively for backup or in case something
    happened to the first. But I think the problems occurred when I tried to switch back and forth, to do some texting.
    Is there a way I can accomplish this?
    Thanks.

    Until Windows 7, it was possible to use two identical PCs with same clone. Provided, both the PCs must be legally licensed to use the Windows operating system (version as well as edition) and of same OEM, model and spec. This is possible because, the product
    keys are common for all the PCs of same OEM build (if preinstalled, and the installed product key is different from the one mentioned in COA). This made OEM builders to distribute to more PCs than the license agreement, which is impossible for Microsoft to
    find out. To solve this issue, Microsoft changed the licensing structure from Windows 8 - embedding the product key in BIOS. So, here, only the installation is provided and the product keys are not common for all the PCs even if they are of the same OEM build.
    Therefore, cloning fails here. And naturally, as Team Zigzag and EC Ltd say, same product key can't be used for more than one PC.
    As to restore the PC in case of an emergency, you can perform a backup of the existing installed software and user files, which can be restored later (File History in Windows 8). The following links may be helpful:
    http://windows.microsoft.com/en-us/windows-8/what-happened-to-backup-restore
    http://blogs.technet.com/b/keithmayer/archive/2013/09/17/backup-amp-recovery-of-windows-8-windows8-itpro-tipoftheday.aspx#.UkC-hmLrbIU
    Balaji Kundalam

  • Problem with ORA-06502 when exp/imp between two identical versions

    Hi
    I have two identical systems, one system that I develop on and
    the test system. The two systems have the same version of the
    Portal. When I export and then import the application from the
    systems I get a error message on the test system.
    ORA-06502: PL/SQL: numeric or value error: character to number
    conversion error (WWV-11230)
    This error does not appear on the developing system.
    The application I have is a form on a table, and I have some
    buttons with PL/SQL handels on them. I tried to remove this code
    and export with no luck.
    Please help.
    The system:
    Windows NT
    Oracle Portal 3.0.8.9.8
    Thanks
    Jvrgen Swensen

    Could you pls confirm : Have you exported & Imported the shared
    components used by that form?
    If you are not too worried about the templates/fonts then try
    this:
    Click on "Edit" link against that form and click "OK".
    Thanx,
    Chetan.

  • Please send me ONE reply rather than two identical copies of that one reply

    Instead of sending me just ONE email as per "subscriptions," they are sending me TWO identical copies of the email. So if two people send me one reply each, A and B, I end up getting FOUR replies: AA, and BB. Yikes!
    I would like to receive just ONE copy. I tried deselecting all of my subscriptions, thinking that I could start fresh and that the problem would correct itself, but the problem persists.
    Please, send me only ONE copy rather than two copies.
    Thanks mucho.
    — Lorna in Southern California

    This web page will help you: http://samsoft.org.uk/iTunes/grouping.asp

  • ITunes match gave me two identical copies of the instrumental version - want words!

    Imogen Heap's "Ellipse" featured two "CD's" - One featured all her songs sung by her - The other featured all her songs as instrumentals. When syncing with iCloud, iTunes Match gives me access to only the instrumental version of all songs...twice!  So now I only have access to two identical copies of the instrumental tracks - no word tracks - help :-(

    The original versions are still in your iTunes library, so they haven't taken anything away from you.
    It does create problems if you want them on your iOS device though. Unfortunately, I can't give you any idea how to get them on there short of turning match off.
    Sorry, it is a problem at the moment, and you are not alone.

  • How to compare the data of two identical tables

    My requirement is to compare two identical tables(eg., t1 and t2) and display the column, which value got changed, old value and its new value.
    For eg:
    T1:
    StudId C1 C2 C3
    1 40 50 90
    2 30 80 100
    3 20 10 11
    T2:
    StudId C1 C2 C3
    1 100 60 90
    2 30 90 100
    3 20 60 80
    output should be:
    StudId Column prevvalue changedvalue
    1 C1 40 100
    1 C2 50 60
    2 C2 80 90
    3 C2 10 60
    3 C3 11 80
    Please help me to how to achieve using oracle pl/sql. It is bit urgent

    No need of PL/SQL, you can do it in SQL as shown
    SQL> create table t1
      2  (
      3  studentId number,
      4  c1 number,
      5  c2 number,
      6  c3 number
      7  );
    Table created
    SQL> insert into t1 values (1,40,50,90);
    1 row inserted
    SQL> insert into t1 values (2,30,80,100);
    1 row inserted
    SQL> insert into t1 values (3,20,10,11);
    1 row inserted
    SQL> commit;
    Commit complete
    SQL> create table t2
      2  (
      3  studentId number,
      4  c1 number,
      5  c2 number,
      6  c3 number
      7  );
    Table created
    SQL> insert into t2 values (1,100,60,90);
    1 row inserted
    SQL> insert into t2 values (2,30,90,100);
    1 row inserted
    SQL> insert into t2 values (3,20,60,80);
    1 row inserted
    SQL> commit;
    Commit complete
    SQL> select * from t1;
    STUDENTID         C1         C2         C3
             1         40         50         90
             2         30         80        100
             3         20         10         11
    SQL> select * from t2;
    STUDENTID         C1         C2         C3
             1        100         60         90
             2         30         90        100
             3         20         60         80
    SQL> select
      2  t1.studentId StudId,'c1' ColumnName,t1.c1 prevvalue,t2.c1 changedvalue
      3  from t1,t2
      4  where t1.studentId = t2.studentId and
      5  t1.c1 <> t2.c1
      6  union
      7  select
      8  t1.studentId,'c2',t1.c2,t2.c2
      9  from t1,t2
    10  where t1.studentId = t2.studentId and
    11  t1.c2 <> t2.c2
    12  union
    13  select
    14  t1.studentId,'c3',t1.c3,t2.c3
    15  from t1,t2
    16  where t1.studentId = t2.studentId and
    17  t1.c3 <> t2.c3
    18  ;
        STUDID COLUMNNAME  PREVVALUE CHANGEDVALUE
             1 c1                 40          100
             1 c2                 50           60
             2 c2                 80           90
             3 c2                 10           60
             3 c3                 11           80
    SQL>

  • Two identical fax machines in one location

    I have two identical Officejet Pro 8620 printers, on a Wireless network, in the same office location. Is there a problem if they both show up under Devices and Printers with Identical names?
    If so, I do I fix this? 
    Thank you. 
    Tkelly. 

    Hi @TKelly , and welcome to the HP Forums!
    I can see that you're experiencing fax issues.  I would love to try and help you, but I do need a little information first. I am linking a few HP Support documents below that will show you how to find which operating system you are using. Also, if you're using Windows, please include whether your operating system is 32-bit or 64-bit.
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Please let me know what you find.  Thanks for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Any way to have two identical versions of iTunes on different machines?

    Hello, probably a fairly basic question, but I'm quite a new iPod/iTunes user and need some urgent help.
    I have my iTunes and music library set up fine on my PC with Windows XP, and all of the according media is stored on my iPod. But I would like to transfer all of my existing library to my laptop, which runs Vista, so effectively having TWO identical libraries to the same user, but on two different machines. I'm wondering if anyone knows the easiest way to do this? I've tried a direct transfer and then import on my iTunes library (with the 'iTunes music' folder, which for some reason contains about a fifth of the music that is actually in the library itself), but this didn't work, as only about 700 of 5000 or so songs showed up in the new iTunes library (on the laptop)!
    Any help? Hope this makes sense. Thanks.

    Yes, it can be done, but it's not the standard thing to do. The first thing to note is that iTunes contains full path references to all your media. Windows XP & Windows Vista have different naming conventions for the default documents folders so under XP you'd expect to find the iTunes library at C:\Documents and Settings\<User>\My Documents\My Music\iTunes whereas under Vista it will be at C:\Users\<User>\Documents\Music\iTunes. If you are copying your library from XP to Vista you should put it at exactly the same path that it had on XP and then tweak the options in the Vista version to point to your desired location.
    Connect your laptop & desktop together over a network & share the Music folders on both. Grab a free tool called SyncToy 2.0 and use it to create a pair of syncronised folders. This will allow you to make changes to one library, and then connect the two machines and re-sync. As a bonus you will be able to auto-sync your iPod with either library. It only becomes difficult if you make independant changes on each machine between syncing - the most recently updated files should overwrite the older ones, but the library can end up with out of date information. The following tools can help out here.
    *Adding new items/removing orphans*
    Try iTunes Folder Watch or iTunes Library Updater. Folder Watch is much faster on the adding files front, can be set to run in the background and includes a useful exclusion feature, however it’s really slow at removing orphans. iTLU is better for this although doing it manually after looking at a list of proposed removals generated by Folder Watch is probably faster still. iTLU can also be set to update iTunes when you've used 3rd party tools to change tag info.
    Disable Windows Media Player's "Automatically update missing information" feature on both machines as this has a tendacncy to "touch" files without adding useful info. and wipes out the iTunes "No. of Tracks" field.
    tt2

  • Receiving two identical emails insted of one

    For a while now I have been receiving two identical emails insted of one from whoever e-mails me (junk mail too) can anyone help me solve this problem? Thankyou in advance.

    Hello ssr123456,
    If you use the Gmail Labs, did you by chance add the Advanced IMAP Controls label by Jamie N? If so, remove that lab and reset all labels to default. Afterwards, try to re-validate your Gmail account.
    Let me know how you make out.
    Thanks!
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Two Identical forms on the same JSP page.???

    Hi want to have two identical submit forms on the same form but for some reason a get a javascript error when i add the second form to the JSP page... can you help me...

    I assume you meant "two identical submit buttons", instead of "two identical submit forms". Seeing your description of the problem, I believe you can reproduce it with a pure .html page, that is, a page containing not JSP code. So it is not a problem in JSP domain proper.
    I was going to direct you to the Technologies>>Internet>>Dynamic Services forum at
    http://forums.oracle.com/forums/thread.jsp?forum=95
    Then I found you have posted the same question as thread 298169 there.

  • Two Identity Profile Problems

    For years I have been able to have open two Identity Profiles in Firefox. One for my wife and one for me so we can have our own Yahoo and Facebook accounts open at the same time on one computer. With in the last couple of weeks it will log me out of both Yahoo & Facebook accounts on Profile 2 but Profile 1 continues to stay logged in. Every time I relogin to my accounts on Profile 2 within about a minute or two Facebook will tell me "Your not logged in" and close me out and my Yahoo account will rest to the sign in screen.

    You could try checking your proxy setting in Profile 2. Definitely Yahoo is sensitive to this. Please see the following thread: [https://support.mozilla.org/en-US/questions/930519 I am able to log in to Yahoo mail but it keeps asking me for my password every 2 or 3 mins].
    Does it help?

  • Certificate error on only one of two identical systems?

    I recently installed two COMPLETELY identical Ubuntu 12.04 systems, PC01 and PC02. The browser is latest version of Mozilla Firefox.
    When visiting https://www.komplett.dk/k/signin.aspx with PC01, the connection is secure and everything is OK, no error messages. When visiting the same URL with PC02, the following error message is shown:
    This Connection is Untrusted
    You have asked Firefox to connect securely to www.komplett.dk, but we can't confirm that
    your connection is secure.
    Normally, when you try to connect securely, sites will present trusted identification to prove
    that you are going to the right place. However, this site's identity can't be verified.
    What Should I Do?
    If you usually connect to this site without problems, this error could mean that someone is
    trying to impersonate the site, and you shouldn't continue.
    Get me out of here!
    Technical Details
    www.komplett.dk uses an invalid security certificate.
    The certificate is not trusted because no issuer chain was provided.
    (Error code: sec_error_unknown_issuer)
    I understand the Risks
    Why is this happening when the systems are COMPLETLY identical? i have tried to delete the profile folder on both systems, but the result is the same. NO certificates has been manually installed on PC01, so that is not the reason. The file size of cert8.db on PC01 is 94K and on PC02 it is 64K, I do not understand how the size can be different when the profiles are newly created.
    I would really like to find out why I am experiencing different behaviour with Firefox, on two identical systems, so any suggestions or ideas are very welcome.

    The Technical Details show:
    <blockquote>www.komplett.dk uses an invalid security certificate.
    The certificate is not trusted because no issuer chain was provided.
    (Error code: sec_error_unknown_issuer)
    </blockquote>
    The www.komplett.dk server doesn't send a required intermediate certificate.
    *VeriSign Class 3 Extended Validation SSL SGC CA
    You can inspect the certificate chain via a site like this:
    *http://www.networking4all.com/en/support/tools/site+check/
    You can install the intermediate certificate from networking4all site or from this VeriSign page (it is the second one).
    *http://www.verisign.com/support/verisign-intermediate-ca/extended-validation-pro/index.html
    Copy the certificate text to a .cer text file and import this file in the Certificate Manager.
    *Options/Preferences > Advanced > Encryption: Certificates - View Certificates

  • I have two identical Mail accounts. How can I delete one without losing all the mail in both accounts?

    I have two identical Mail accounts.  Don't know how that happened -- the second one just showed up one day. If I try to delete one account, I get a warning that all mail in the accounts will be permanently lost.  How can I delete one of the duplicate accounts without losing messages in both accounts?

    Download the yahoo email app, if you already deleted and reinstalled the email account and still have issue.
    This is a known issue with Yahoo email account.

  • When I synch a file "best photos" via iTunes to my iPhone I get two identical files - "best photos" and Photo library.  I don't know why

    When I synch a file "best photos" via iTunes to my iPhone I get two identical files - "best photos" and Photo library.  I don't know why

    All photos transferred from your computer via the iTunes sync process are stored in the iPhone's Photo Library.
    When transferring multiple albums or a single album, the photos in the albums below are not duplicated as in taking double the storage capacity for the photos. Photos in an album or albums below include a pointer to the original photos stored in the Photo Library.
    This way you can view the photos in an album only by selecting the album, or all photos in all albums by selecting Photo Library. Makes more sense when transferring multiple photo albums from your computer but the same applies when transferring a single album or folder of photos.
    The same applies to iTunes playlists. A song placed in a playlist is not duplicated.

Maybe you are looking for

  • FCP still not working in 10.4.8

    So I am running 10.4.8 amd my FCP HD 4.5 will not open. All I get is a message that the application unexpectadly quit. I have tried to reinstall the program but it does not work. Any thoughts on what is going on. This all started when I installed 10.

  • Set Background/Foreground color for Cell Renderer in JComboBox

    Hello, I was wondering if there is a way to change default settings for when I browse items under a JComboBox's cell renderer? I want the item's color to change (to what I set it to), when mouse enters the item. As of now, the cell's background color

  • IFilter 9 64-bit deletes files and moves them into idividual folders

    Our fire department scanned thousands of documents using Adobe Capture and stored them on a Windows Server 2008 R2. We then installed iFilter 9 64-bit so Windows Search could make these documents searchable.  The second day iFilter was installed I no

  • Hangs a while on NVRAM check, then reboots.

    Hi, As the topic mentioned, my computer boots and it starts checking NVRAM as normally. However, since I updated to BIOS 2.20 it hangs for a while on checking the NVRAM. After ~10 seconds the computer reboots and continues as normal (where checking t

  • ERROR! The following error occurred  during request processing:build contro

    Hi, I am unable to request activation. Please help. It is a serious issue. following is the message. public part "default" of component "sap.com/servlet" ... OK                [PP "default" of DC 108 variant "default"][SC 623][last successfull build: