Weblogic Authentication Pop-up issue

Hi,
I have a problem with one of our application.
We have the portal application deployed on weblogic which is authenticated by OAM/OIM.
During the authentication process(after Putting the username and password) if the user click some where in the page weblogic authentication pop up window is thrown,
The Http header shows
WWW-Authenticate: Basic realm="WebLogic Server"
And user need to clear the session cookies and relogin to access the application
Had disabled the enforce-valid-basic-auth-credentials in weblogic security configuration, but that doesnt help
<enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>
Any suggestion on this

The Pop up window appears during the login phase if the user clicks the back button or stop button or clicking some links on portal
Thanks

Similar Messages

  • How do I get rid of an authentication pop up window permantly

    I have a pop up an authentication pop up window for something called http://www.baracksbirdaycards.com that will not go away. It keeps popping up & when it does it stops me from what I am doing. No matter how many times I click the red X or cancel it comes right back. Can you tell me how to get rid of it.
    == This happened ==
    Every time Firefox opened
    == August 2, 2010

    Do a thorough malware scan.
    Install, update and run these programs <u>in this order</u>. They are all free for personal use, but some have limited functionality in the "free mode", but those are features you really don't need to find and remove the problem that you have. (<u>'''Not all programs detect the same Malware.'''</u>)
    Malwarebytes' Anti-Malware - http://www.malwarebytes.org/mbam.php
    SuperAntispyware - http://www.superantispyware.com/
    AdAware - http://www.lavasoftusa.com/software/adaware/
    Spybot Search & Destroy - http://www.safer-networking.org/en/index.html
    Windows Defender - http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    Dr. Web Cureit - http://www.freedrweb.com/cureit/
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help:
    http://bleepingcomputer.com
    http://www.spywareinfoforum.com/
    http://www.spywarewarrior.com/index.php
    http://forum.aumha.org/
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''Update Java'''</u>: your ver. 1.6.0.~~red:18~~; current ver. 1.6.0.20 (<u>important security update 04-15-2010</u>)
    (Firefox 3.6 and above requires Java 1.6.0.10 or higher; see: http://support.mozilla.com/en-US/kb/Java-related+issues#Java_does_not_work_in_Firefox_3_6 )
    ''(Windows users: Do the manual update; very easy.)''
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates Updating Java]'''
    Do the update with Firefox closed.
    <u>'''NOTE:'''</u> Java version 1.6.0.21 has been released. It is mainly an update for developers of Java applications and most users do not need to be concerned about downloading version 1.6.0.21. <u>'''''At this time'''''</u>, the update option in existing installations of Java 1.6.0.20 are not updating to version 1.6.0.21; <u>'''''at this time'''''</u>, it must be manually downloaded and installed. According to the Java release notes:
    ''"'''Bug Fixes'''''
    ''Java SE 6 Update 21 does not contain any additional fixes for security vulnerabilities to its previous release, Java SE 6 Update 20. Users who have Java SE 6 Update 20 have the latest security fixes and do not need to upgrade to this release to be current on security fixes."'' Source: http://java.sun.com/javase/6/webnotes/6u21.html
    <u>'''Install/Update Adobe Reader for Firefox (aka Adobe PDF Plug-In For Firefox)'''</u>: your ver. 8.2.3; current ver. 9.3.3 (important security update release 06-29-2010; see: http://www.adobe.com/support/security/bulletins/apsb10-15.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    ~~blue:''<u>You may be able to update from the Adobe Reader installed on your system</u>''~~ instead of going to the Adobe site and downloading. Start > Program Files, find and click Adobe Reader to open, click Help, click Check for Updates. Allow the download/update to occur. If you use this method, no need to proceed with the instructions below, <u>'''but'''</u> do look at the two bulleted items at the bottom "'''<u>NOTE for IE:</u>'''" and "Also see:". Restart Firefox and check your new version here: http://www.mozilla.com/en-US/plugincheck/
    ~~blue:''<u>If you go to the Adobe site to download the current Adobe Reader:</u>''~~
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    ~~red:-See the images at the bottom left of this post to see the steps to take on the Adobe site~~
    -exit Firefox (File > Exit)
    -check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -double-click on the Adobe Reader installer you just downloaded to install/update Adobe Reader
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version. To install/update the IE ActiveX version, same instructions as above, except use IE to download the ActiveX installer. See: [[ActiveX]]
    *Also see: http://kb.mozillazine.org/Adobe_Reader ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

  • Reorder weblogic authentication providers

    I have a properties file containing a list of weblogic authentication providers in a certain order.
    example properties file :
        ### realm components ###
        AuthenticationProvider=DefaultAuthenticator,DefaultIdentityAsserter,IPlanetAuthenticator,WaliSAMLAuthenticator,UmoeAuthenticator,MooseAuthenticator
    and a wlst jython script who uses this properties file as an argument to create and reorders the authentication providers in the security realm.
    wlst code to create AuthenticationProviders :
         #                                      realm config                                    #
         for a in AuthenticationProvider:
             print 'Config AuthenticationProvider ' + a
             if a == "IDMx509IdentityAsserter":
                 print 'Creating AuthenticationProvider IDMx509IdentityAsserter'
                 createIDMx509IdentityAsserter()
             elif a == "SAMLIdentityAsserterV2":
                 print 'Creating AuthenticationProvider SAMLIdentityAsserterV2'
                 createSAMLIdentityAsserterV2()
             elif a == "IDMSamlAuthenticationProvider":
                 print 'Creating AuthenticationProvider IDMSamlAuthenticationProvider'
                 createIDMSamlAuthenticationProvider()
             elif a == "WaliSAMLAuthenticator":
                 print 'Creating AuthenticationProvider WaliSAMLAuthenticator'
                 createWaliSAMLAuthenticator()
             elif a == "UAMPepRoleMapper":
                 print 'Creating AuthenticationProvider UAMPepRoleMapper'
                 providerUrl = prop.get(a + '.ProviderUrl')
                 createUAMPepRoleMapper(providerUrl)
             else:
                 print '!Problem creating AuthenticationProvider , don\'t know how to create ' + a
        setOrderAuthenticationProvider(AuthenticationProvider,domainName)
    the methode to set the order:
        def setOrderAuthenticationProvider(listAuthenticationProvider,domainname):
            try:     
                cd('/SecurityConfiguration/' + domainname + '/DefaultRealm/myrealm/')
                arrayAuthenticationProviders = get('AuthenticationProviders')
                lengt = len(arrayAuthenticationProviders)+1
                for x in xrange(1,lengt):
                    arrayAuthenticationProviders.pop(len(arrayAuthenticationProviders)-1)
            except:
               print '!Problem while trying to cleanup arrayAuthenticationProviders'
            try:
                for a in listAuthenticationProvider:
                    print 'add ' + a + ' to authenticatorArray'
                    cd('/SecurityConfiguration/' + domainname + '/DefaultRealm/myrealm/AuthenticationProviders/' + a )
                    currentAuthenticator = cmo
                    arrayAuthenticationProviders.append(currentAuthenticator)
            except:
                print '!Problem while trying to construct list of autehticators'
                dumpStackRollback()
            try:
                cd('/SecurityConfiguration/' + domainname + '/Realms/myrealm')
                set('AuthenticationProviders',arrayAuthenticationProviders)
            except:
                print '!Problem while setting order AuthenticatoionProviders'
                dumpStackRollback()
    The problem is when I call the methode i get an exception saying arrayAuthenticatorionProvider has not the correct type.
    a correct example to set the order correct is this:
        set('AuthenticationProviders',jarray.array([ObjectName('Security:Name=myrealmDefaultIdentityAsserter'), ObjectName('Security:Name=myrealmDefaultAuthenticator'), ObjectName('Security:Name=myrealmMooseAuthenticator'), ObjectName('Security:Name=myrealmIDMx509IdentityAsserter'), ObjectName('Security:Name=myrealmSAMLIdentityAsserterV2'), ObjectName('Security:Name=myrealmIDMSamlAuthenticationProvider'), ObjectName('Security:Name=myrealmWaliSAMLAuthenticator'), ObjectName('Security:Name=myrealmUmoeAuthenticator'), ObjectName('Security:Name=myrealmIPlanetAuthenticator')], ObjectName))
    Can somme one tell me how i can adopt my code to create a correct jarray with ObjectName type objects.

    Hi Nishith,
    Thanks very much for your informaiton.
    The link provided by you tells the policy migraiton from file system(System-jazn) to LDAP(OID or OVD) in Domain Policy store.
    What we need is "Upon installing a new patch update to the Domain, the weblogic Authenctication providers getting deleted. Perticularly the one which we configured for External authentication(OVD Authenticator).
    In our User interface we have one functionality for creating a External authenticaiotn provider(External authentication). it will create the Authentication provider in Weblogic as well as OVD. when we are updating our application with patch in the domain, the weblogic provider getting deleted.
    As of now we are creating that Authentication provider manully in Weblogic. My quesiton is, is there any script(wlst) or workaroud to persist or recreate the provider?
    I Hope you understand my problem.
    Thank you

  • Backend Authentication pop ups in user mapping

    We are having an external facing portal for our client.
    System specifications: EP 7.0 SPS 9
    Services provided on our portal are the BSP applications from CRM System.
    We have performed SSO with CRM system with User Mapping for "Anonymous Group".
    When we access the portal in standard form as
    http://<host>:<port>/irj/portal/anonymous
    all applications (BSP) run properly without asking for any authentication pop-ups. This scenario works fine for all users of anonymous group.
    Now we have second group of users which are Employees of portal who actually log into the portal with their User ID and Password. These are the users who have access to some BSP applications which anonymous user can't access (as per clients requirement).
    For this group we use the same system alias as we use for Anonymous, and applications are also in the same Namespace. For this group we follow the separate user mapping.
    Now when we log on to the portal with this user and try to access the application, a pop-up window comes and asks for the authentication for the CRM system even though user mapping is maintained at group level. 
    At this stage if we cancel the popup we get following error information.
    Logon failed
    What has happened?
    Call of URL http://<host>:<port>/sap/bc/bsp/sap/ztt1_xbsp_bre/start_exit terminated due to error in logon data.
    Note
    Logon performed in system MCD .
    Logon performed for client 200, user HOSPITAL , and language EN.
    What can I do?
    Check that you have entered the client, user, and password correctly.
    If you do not yet have a user ID, contact your system administrator.
    Error Code: ICF-LE-http-c:200-l:E-T:2-C:3-U:34-P:34-L:3
    HTTP 401 - Unauthorized
    Your SAP Internet Communication Framework Team
    This error indicates that the login to CRM system is successful but application is not loaded. Now if we click on the link for same application again (second time), the application does not throw any pop-up and gets loaded properly.
    Concluding we get this popup only for the first time when we try to access any of the CRM-BSP application, second time (in same session) it works fine.
    This is the issue we are facing. Needed help for the same.
    Thanks in Advance
    Message was edited by: Kedar Kulakrni
            Kedar Kulkarni

    lets know what is ur issue..

  • OBIEE 11g -  Weblogic Authentication Denied

    Hello All,
    I did install OBIEE 11g 11.1.1.3.3 in my personal PC which has windows XP SP3 and I did choose "Enterprise Installation" as an option.
    Before installing this I did install the Loop Back Adapter and also set the IP address in the Host file ( 10.10.10.10 Mycomputername mycompany.com).
    Installation went through very much fine no errors at all. Analytics page was opened after the installation and When I gave the weblogic Credentials it was Unable to sign in.
    When I tried to login to Weblogic Console it says "Authentication Denied".
    Checked the services Weblogic Node manager started but Oracle Process Manager(instance1) did not start (1053 the service couldn't start in a timely fashion).
    Then I tried to StartBIServices from Start-> Allprograms->Oracle Business Intelligence gave Weblogic Credentials .... 2 cmd prompts were opened and all services are started and also the anlaytics page was opened and gave the credentials again same error "Unable to sign in" and agin tried to login to weblogic the same error "Authentication Denied". This is really strange....
    I thought this is something to do with rebooting the system after installation. So I restarted the system and started the services Weblogic Node Manager and Oracle Process Manager (instance1).
    This time both of them were started.
    Again tried to start the BI services Start-> Allprograms->Oracle Business Intelligence , gave the credentials ... this time only one cmd prompt was opened and it says weblogic authentication denied and its forcefully shut down and Other cmd prompt stopped at WLS.alive...
    Here is the Detail Log from Adminserver.log:
    <Apr 18, 2011 12:34:57 AM PDT> <Critical> <WebLogicServer> <kanna> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1303112097109> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
    weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:965)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User weblogic javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User weblogic denied
         at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:250)
         at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
         at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
         at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
         at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
         at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
         at $Proxy22.login(Unknown Source)
         at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:91)
         at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
         at $Proxy40.authenticate(Unknown Source)
         at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
         at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:348)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:929)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Apr 18, 2011 12:34:57 AM PDT> <Notice> <WebLogicServer> <kanna> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1303112097156> <BEA-000365> <Server state changed to FAILED>
    ####<Apr 18, 2011 12:34:57 AM PDT> <Error> <WebLogicServer> <kanna> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1303112097156> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Apr 18, 2011 12:34:57 AM PDT> <Notice> <WebLogicServer> <kanna> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1303112097156> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Apr 18, 2011 12:34:57 AM PDT> <Info> <WebLogicServer> <kanna> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1303112097172> <BEA-000236> <Stopping execute threads.>
    Checked the Opmnctl Status through cmd prmpt:
    coreapplication-obiccs1 - Alive
    coreapplication-obisch1 - Alive
    coreapplication-obijh1 - Alive
    coreapplication-obips1 - Alive
    coreapplication-obis1 - Alive
    I dont know if the weblogic user or password got corrupted ............???
    So I tried to reset the password by adding the Boot.properties file in the following path:
    C:\OBIEE11gfmw\user_projects\domains\bifoundation_domain\servers\AdminServer\security
    giving username=weblogic
    password =password123 in the file but no use still the same error.
    Did anybody got the same error ?
    Please help me.....
    Thanks in Advance...
    Regards
    Kanna
    Edited by: Kanna on Apr 18, 2011 1:14 AM
    Edited by: Kanna on Apr 18, 2011 10:45 AM

    Yes, but my username and password was simple and straight its weblogic/password123...
    Do you guys know how to reset the weblogic Admin password ?
    I want to try to debug this error first...... If I couldn't get any help anyhow I am going to Deinstall...
    but this shouldn't be the case evrytime.... because we are facing the same problem in our company ...Where we installed 11g in one of our DEV environments...
    There should be a some solution for this problem...
    Is there anything that I am doing wrong?
    Do I need to provide more information from Logs to understand the problem?
    Thanks
    Kanna

  • Adobe Pop-up Issues

    Hi! Ever since I downloaded Adobe Reader 9.1 from Adobe's main site a month ago, I've been invariably getting a pop-up window from "Problem Reports and Solutions" every time I tried closing the application. Otherwise, all was fine and I didn't experience any hanging or other abnormal behaviour of Adobe Reader. I've attached a screenshot of my issue as diagnosed by "Problem Reports and Solutions" and I hope it will help you in resolving my problem. Thanks.

    hi! I'm running Adobe Reader on a Windows Vista Home Premium OS with SP2 installed. The antivirus software that I'm using is BitDefender Total Security 2009 and all security patches are up-to-date. There have been no annoying pop-ups that I experienced all along as my browser settings is set to block most automatic pop-ups. And the issue I'm experiencing had already been present right from the time I installed Adobe Reader, so it had never worked to begin with. By the way, did you have problems reading the details of the error log that I sent you as an attachment? And how do I paste logs that may be related to the error? Thanks.
    Date: Mon, 13 Jul 2009 09:43:22 -0600
    From: [email protected]
    To: [email protected]
    Subject: Adobe Pop-up Issues
    Hello, Yuna:
    I can't yet see the image you attached because it is still queued on Adobe's server but if you could tell us a little more about your system and possibly provide an error log, that would be a great way to help us work towards a solution to your issue. First, what operating system does your computer use? Service packs? Anti-virus and anti-spyware versions? Are all security patches up to date? Are you getting annoying popups when surfing the Web? Has anything been installed since it worked last?
    To view event logs:
    1. Right-click My Computer inthe Start menu
    2. Click Manage
    3. Expand the Event Viewer menu on the left
    4. Click Application
    Look for any error that is time-stamped around the time you last reproduced the error. Paste anything from the logs you feel may (or may not) be related.
    Thanks,
         Michael
    >

  • Masthead pop up issue in SP21

    Dear All,
    we customized out portal masthead as well as standard desktop for EP7 patch level 14, it was working fine in production environment and development environment , then we upgraded the development environment to sp21 and we encountered a pop up issue on top level navigation, the worksets and roles are opening in a new window rather then openinig on a active window. this is a major navigation issue. we customized the masthead using com.sap.portal.navigation.masthead_core.jar,
    my concern is once we upgrade portal, are we have to download the new par file in sp21 or is it works with a old jar file (sp14).
    because i checked dowloading the sp14 and sp21 jar file (  com.sap.portal.navigation.masthead_core.jar) there is a different in file size.
    Regards
    Aflal

    Hi Aflal ,
    Since this started happening after the upgrade , i suspect something has gone wrong while upgrading . Even if that is not the case , navigation issues like these might occur after an upgrade . Check out all relavent SAP notes . You can also record the traces through http watch and compare , although i think it will not help much but still give it a try .You may get a clue .
    If you have a clustered environment , check if the issue is coming on all server nodes and because it is dev you can always take a restart and see . If nothing works then without wasting much time raise an OSS .I dont think this has got anything to do with your masthead component .
    Regards
    Mayank

  • DV6 IDT audio crackle pop click issue

    I have pavilion dv6 with the crackle pop sound issue.  It almost sounds like it crackles when the bass hits or higher notes.  I have tried disabling hp 3d thing, that didnt work.
    I updated newest drivers.  Just very frustrating. 

    updated Atheros Wireless LAN Driver
    Fixed issue, so far, Will see if problem stays away if so I'll not send it in for repairs.  
    First time says christmas, i have been able to use my notebook.  HP FAIL.  
    How did the techs not even update my drivers when i sent it in for repair.  They did more work than necessary changing out speakers that were perfectly fine.  
    But ill keep this upadated. 

  • Called CL support. No popping/crackling issue with XFI kno

    yeah.. after a post by Catherina i decided to post this to make sure you guys see it. If CL closes/deletes this thread they simply acknowledge that they dont want you to know the truth.
    i called CL support yesterday around 4ish, and i asked if they got an update on the crackling/popping issue. the reply was "there is no case with popping/crackling issue with XFI that is known". i called again so that i speak with someone else to see if it was the case that only off them was unaware of the situation and got same reply.
    the guys attempted to give me the entire troubleshoot again.. i told him i already done all that for the past 5 months bla bla bla.. he offered an RMA with updated firmware... i told him i already got an RMA 2 months ago...
    now WTF is going on? are they simply BSing us that they have acknowledged the issue?

    Z3RO-CooL,
    I'm not sure what you hope to achieve by starting this thread and essentially calling us liars. Customer Support have to troubleshoot a problem if someone contacts them. They won't have any new info for you yet. Others may contact Support with similar symptoms but resolve them by doing some of the troubleshooting mentioned.
    Everything I have told you here is true, we are investigating this and as soon as I have some information for you I will be posting it here.
    I'm closing this thread, not to silence you or because I "don't want you to know the truth", but because this thread was only started to cause an argument and I don't see any constructi've discussion coming from this. Please use the other thread to discuss this particular topic (crackling).
    CatMessage Edited by Catherina-CL on 04-05-2006 04:45 PM

  • USB over current status detected pop out issue

    Hi all
    I faced an issue regarding usb over current status detected pop out issue. This popout keep pop out most of the time when i switch on my tv. Even i've try to plug off my cable and swith it on back.
    Can anyone of you solve these problem for me....
    Regards,
    adzleazhar

    Facing same problem as adzleazhar. Have used same laptop connected to 32in TV for several years. Problem only surfaced last month. Unable to resolve. Need help.

  • WebLogic 11g - Stuck Thread issue observed during MS-ADS authentication

    Hi
    We have weblogic server 10.3.5 installed on RHEL 5.6. For our application authentication, we are getting user credentials authenticated for application login page using Microsoft Active Directory Service (MS-ADS) configured under WebLogic Security Realm. We are getting the below error message now due to STUCK Thread observed at JVM level.
    Could you please help me to fix this issue and my thanks in advance.
    ]", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
    Thread-6424 "[STUCK] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'" <alive, suspended, waiting, priority=1, DAEMON> {
    -- Waiting for notification on: netscape.ldap.LDAPResponseListener@3a8ecc70[fat lock]
    java.lang.Object.wait(Object.java:???)
    java.lang.Object.wait(Object.java:485)
    netscape.ldap.LDAPMessageQueue.waitForMessage(LDAPMessageQueue.java:198)
    netscape.ldap.LDAPMessageQueue.waitFirstMessage(LDAPMessageQueue.java:100)
    netscape.ldap.LDAPConnection.sendRequest(LDAPConnection.java:1782)
    ^-- Holding lock: netscape.ldap.LDAPConnection@3a8ecc83[thin lock]
    netscape.ldap.LDAPConnection.simpleBind(LDAPConnection.java:1752)
    netscape.ldap.LDAPConnection.authenticate(LDAPConnection.java:1260)
    netscape.ldap.LDAPConnection.authenticate(LDAPConnection.java:1273)
    netscape.ldap.LDAPConnection.authenticate(LDAPConnection.java:1240)
    netscape.ldap.LDAPConnection.referralRebind(LDAPConnection.java:4955)
    netscape.ldap.LDAPConnection.performReferrals(LDAPConnection.java:5065)
    netscape.ldap.LDAPConnection.checkSearchMsg(LDAPConnection.java:2632)
    netscape.ldap.LDAPConnection.search(LDAPConnection.java:2500)
    weblogic.security.providers.authentication.LDAPAtnDelegate.getDNForUser(LDAPAtnDelegate.java:3667)
    weblogic.security.providers.authentication.LDAPAtnDelegate.authenticate(LDAPAtnDelegate.java:3513)
    weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:145)
    com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
    com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:101)
    sun.reflect.GeneratedMethodAccessor2808.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:575)
    javax.security.auth.login.LoginContext.invoke(LoginContext.java:720)
    javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
    javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
    javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
    javax.security.auth.login.LoginContext.login(LoginContext.java:566)
    com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:77)
    sun.reflect.GeneratedMethodAccessor366.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:575)
    com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
    $Proxy28.login(Unknown Source)
    weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:81)
    com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:74)
    sun.reflect.GeneratedMethodAccessor364.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:575)
    com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
    $Proxy46.authenticate(Unknown Source)
    weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:29)
    weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:339)
    weblogic.security.services.Authentication.doLogin(Authentication.java:127)
    weblogic.security.services.Authentication.login(Authentication.java:69)
    weblogic.security.services.Authentication.login(Authentication.java:51)
    in.sis.ps.view.template.user.UserAdapter.doLogin(UserAdapter.java:681)
    sun.reflect.GeneratedMethodAccessor2824.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:575)
    com.sun.el.parser.AstValue.invoke(Unknown Source)
    com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
    com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:85)
    org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:171)
    oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:130)
    oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:447)
    oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:122)
    oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:106)
    oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:130)
    oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:447)
    oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:122)
    oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:106)
    javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:720)
    javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1247)
    oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:964)
    oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:259)
    oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:181)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:284)
    weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:224)
    weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:108)
    weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:206)
    weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:55)
    oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:115)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:55)
    oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:65)
    org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:459)
    oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:44)
    org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:459)
    org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:253)
    org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:148)
    org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:91)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:55)
    oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:299)
    oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:405)
    oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:98)
    oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:55)
    oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:86)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:55)
    weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:25)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:55)
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3687)
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:308)
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:116)
    weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2213)
    weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2135)
    weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1420)
    weblogic.work.ExecuteThread.execute(ExecuteThread.java:203)
    weblogic.work.ExecuteThread.run(ExecuteThread.java:170)
    }

    Hi,
    make sure to keep your Authentication provider in provider specific select group member search as limited where as default would be unlimited.
    Once you made this changes then it will solve this issue.
    Regards,
    Kal

  • Outlook 2010 authentication pop up box won't go away

    After we applied the latest round of Windows Updates to our guinea pig workstations, we discovered that one of them caused something to break in Outlook 2010.  We are set to use AD auto detect authentication on a local Exchange 2007 server. The pop
    up window has varied, and nothing we have done has fixed it, not even uninstalling all the patches.  (After the first workstation had the bug, I installed the patches one at a time and determined its KB2553248 that breaks it.)
    Mail flows normally and we can send and receive without any problems.  The pop up box can be sent to the back but cannot be minimized.
    Mine says:
    Windows Security
    Microsoft Outlook
    Connecting to (my AD email address)
    The OK button is grayed out.  Hitting the Cancel button breaks the connection to Exchange, and causes "Connected to Microsoft Exchange" to change over to "Need Password" on the bottom toolbar.  Clicking "Need Password" logs me in within a few seconds
    without any further prompting.... but within five minutes the pop up box is back.
    On the other user's computer, the pop up box says:
    Windows Security
    Please Insert a Smart Card
    and prompts for credentials if she hits OK.  Like my pop up, the window can be ignored and mail flows normally.  If she hits cancel, her connection to Exchange breaks until she hits "Need Password" at which point she's logged right back in again.
    Interestingly, her Outlook was never configured to authenticate with a smart card.  Like mine, it's set to Auto Detect connection type and to configure with the Windows AD login information.
    We're holding off deployment of KB2553248 until we have a fix for this.  Although it does not impede mail flow it's annoying as heck, and our clients that use Outlook (all 500ish of them...) are sure to click Cancel and break their connection to Exchange
    without knowing to click the Need Password again.
    How can we hide this pop up box?

    OK...update on my issue (which is now RESOLVED!!!) since other people may did what I did.
    I looked at the following link:
    http://demazter.wordpress.com/2010/02/09/outlook-continually-prompting-for-username-and-password-2/
    None of the above worked...even the kerberos method.
    OL 2010 pop up box didn't say anything about connecting to where.  So I looked closely at the popup box for OL 2007...keeps on saying connecting to mail.company.com.  I was wondering why OL was trying to go outside instead of exch2010.domain.local
    even though my account settings/profile is set to exch2010.domain.local.
    As I was reading an article on SCP and how to locate it using adsiedit (which I couldn't figure out how),
    http://blogs.msdn.com/b/douggowans/archive/2007/06/28/serviceconnectionpoints.aspx
    This line in the blog got me thinking:
    This url can be changed using the set-clientaccessserver cmdlet with the parameter -AutodiscoverServiceInternalURI.
    That InternalURI got me thinking.  When I looked at a txtfile that I jolted down and saved of what I did during the install of Exch 2010,
    Set-ClientAccessServer -Identity "exch2010" –AutodiscoverServiceInternalURI
    https://mail.company.com/autodiscover/autodiscover.xml
    Set-WebServicesVirtualDirectory -Identity "exch2010\EWS (Default Web Site)" –InternalUrl 
    https://mail.company.com/EWS/Exchange.asmx
    Set-OABVirtualDirectory -Identity “exch2010\OAB (Default Web Site)” -InternalURL
    https://mail.company.com/OAB
    I figured, let's try changing them to:
    Set-ClientAccessServer -Identity "exch2010" –AutodiscoverServiceInternalURI
    https://exch2010/autodiscover/autodiscover.xml
    Set-WebServicesVirtualDirectory -Identity "exch2010\EWS (Default Web Site)" –InternalUrl 
    https://exch2010/EWS/Exchange.asmx
    Set-OABVirtualDirectory -Identity “exch2010\OAB (Default Web Site)” -InternalURL
    https://exch2010/OAB
    I entered those commands in EMS and executed them...then I loaded up OL 2010 and OL 2007.  It's been 30 min and nothing has popped up!!!
    Silly me..I think why I did mail.company.com was that I was following a couple of guides that were posted out there on the internet on exchange 2010 and they just entered mail.company.com into there.  But I think their guides are for networks where
    the internal domain and external domain are the same.  ie company.com for both insdie and outside.
    I am going to install KB2553248 back onto my Win 7/OL 2010 workstation and see if that breaks it.

  • OTM 6.1 installation - errors starting weblogic - authenticator error

    Installed OTM 6.1, followed the Administration guide, cannot start the weblogic server, log as follows: Has anyone seen this error before?
    ####<Jul 19, 2010 2:14:56 PM CDT> <Critical> <Security> <okmdevxx> <gc3-okmdev1001> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1279566896269> <BEA-090470> <Inconsistent security configuration, the otmrealm security realm has been configured to use security data in deployment descriptors but no DeployableAuthorizer has been configured with deployment enabled.>
    ####<Jul 19, 2010 2:14:56 PM CDT> <Critical> <WebLogicServer> <okmdevxxx> <gc3-okmdev1001> <Main Thread> <<WLS Kernel>> <> <> <1279566896280> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090411]Security Realm [otmrealm] improperly configured
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:439)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:869)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1028)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.management.utils.ErrorCollectionException: [Security:090519]The realm otmrealm is not properly configured. Follow the directions in the following errors to correctly configure the realm.
    [Security:090520]The realm otmrealm does not have an authenticator configured. To correct the problem, configure an authenticator.
    at weblogic.security.internal.RealmValidatorImpl.validate(RealmValidatorImpl.java:53)
    at weblogic.management.security.RealmImpl.validate(RealmImpl.java:53)
    at weblogic.management.security.RealmMBeanImpl.validate(RealmMBeanImpl.java:2632)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:435)
    ... 8 more
    >
    ####<Jul 19, 2010 2:14:56 PM CDT> <Notice> <WebLogicServer> <okmdevxxx> <gc3-okmdev1001> <Main Thread> <<WLS Kernel>> <> <> <1279566896321> <BEA-000365> <Server state changed to FAILED>
    ####<Jul 19, 2010 2:14:56 PM CDT> <Error> <WebLogicServer> <okmdevxxx> <gc3-okmdev1001> <Main Thread> <<WLS Kernel>> <> <> <1279566896322> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Jul 19, 2010 2:14:56 PM CDT> <Notice> <WebLogicServer> <okmdevxxx> <gc3-okmdev1001> <Main Thread> <<WLS Kernel>> <> <> <1279566896325> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Jul 19, 2010 2:14:56 PM CDT> <Info> <WebLogicServer> <okmdevxxx> <gc3-okmdev1001> <Main Thread> <<WLS Kernel>> <> <> <1279566896332> <BEA-000236> <Stopping execute threads.>

    Welcome to the forums !
    This forum is meant for database installation issues. You might get a better/faster response in the Weblogic install forum - WebLogic Server - Upgrade / Install / Environment / Migration
    HTH
    Srini

  • Weblogic Authentication: InitialContext Environment

    "Hi,
    I'm trying to implement authentication mechanism for
    weblogic using a custom Security realm.
    I'm getting first initialcontext without specifying
    any credentials and performing jobs required for the
    login operation (USER_A).
    In subsequent calls, i'm setting security credentials
    for getting initial context. This works fine, but from
    now onwards whenever I try to get an unauthenticated
    initialcontext, it assosicates credentials of previously
    received initialcontext.
    Hence in bean lookups being done in my weblogic server
    itself, it gives authentication failiure if credentials
    for user gets changed. i.e. While instantiating new InitialContext()
    instead of default(guest) user, credentials of (USER_A) are
    getting assosciated with it.
    1) Does weblogic sets credentials in "System Properties"/"JNDI Environemnt"
    while i'm getting initial context. Please note, i'm getting initial context
    within same JVM in which weblogic server is running.
    2) What if i explicitly set principal/credntials to guest/guest whenever i need
    unauthenticated InitialContext.
    3) What if i get an authenticated initial context from a servlet running
    on a different weblogic server. Will that assosciate credentials of USER_A
    in the other weblogic server(on which servlet is running).
    TIA,%0

    The Pop up window appears during the login phase if the user clicks the back button or stop button or clicking some links on portal
    Thanks

  • Weblogic authentication programatically

    Hello Experts,
    I have to authenticate the weblogic programatically ,as the client has deployed a serverlet in weblogic, and i have my web-application on the same weblogic.
    my web application has a link , where it try to get a document from the archive server , thorugh the servlet . the web.xml for the server has <auth-method>BASIC</auth-method>
    so from my web application when we click , now the pop-up/login/credential box is coming, I do have the credentials for this , as in the security realms the user is created.
    I want to avoid this pop up and pass the credentials ,and do the authentication progrmatically.
    all in my java I have a string URL="http://localhost:8080/servlet/xxxx?"
    Can any1 suggest or let me know the feasible way
    Edited by: Gkparis on Sep 11, 2012 2:03 AM

    Hi Kalyan,
    I am aware of the auth-method , my constraint is :
    Client has deployed this servlet aling with auth-method -BASIC and client dont want to change any thing in the web.xml or any other configuration changes
    So i am wondering , if this has to be achieved by programming way , maybe some wat like this url :
    http://docs.oracle.com/cd/E11035_01/wls100/security/thin_client.html#wp1035574
    still i am stuck because, i have a string strUrl="http://localhost:8080/servlet"
    and the API here
    weblogic.servlet.security.ServletAuthentication.runAs(mySubject, request);
    needs the request object
    Any pointer u can suggest !!!

Maybe you are looking for