< WARNING > < security > < BEA-090482 > < BAD_CERTIFICATE alert has been received of the BOF

< WARNING > < security > < BEA-090482 > < BAD_CERTIFICATE alert has been received of the BOF

error in Admin on beginning of the nodes in the cluster

How to solve this problem?

Have a look here: http://www.coderanch.com/t/67154/BEA-Weblogic/BAD-CERTIFICATE-alert

"
Error «...» BEA-090482... BAD_CERTIFICATE... verifcation hostname... ' indicates that the common name (cn) of the server's private key does not match the server expected name.
It is very well documented subject to a Limitation on the use of the CertGen.

For the exact problem the common name (cn) of the private key or disable the host name check (Java option - Dweblogic.security.SSL.ignoreHostnameVerification = true).

If you use the WebLogic demo identity and approval, you can create a new private key with these commands:

JAVA_HOME = / opt/weblogic/jdk160_14
WL_HOME=/opt/WebLogic/wlserver_10.3
PATH = $JAVA_HOME/bin: $PATH
export PATH

. $WL_HOME/server/bin/setWLSEnv.sh

Java utils. CertGen - cn YOURSERVER. DOMAIN.COM - keyfilepass DemoIdentityPassPhrase - certfile mycert - keyfile mykey

Java utils. ImportPrivateKey - keystore DemoIdentity.jks - storepass DemoIdentityKeyStorePassPhrase - keyfile mykey.pem - keyfilepass DemoIdentityPassPhrase - certfile mycert.pem - alias demoidentity

Copy the newly created identity demo key store of $WL_HOME/server/lib.
"

Tags: Fusion Middleware

Similar Questions

  • When you access all tasks of merger Applications home page, "an error has been received for the task manage worker research of goal setting." This task is identified by the HRG_MANAGE_WORKER_GOAL_SETTING_LOOKUPS code that calls the program/WEB-INF/oracle/

    We have installed version of the Application from merger 11.1.7 HCM and CRM modules.

    It is 2 node architecture IDM IE components installed in a single node and Fusion components installed in another node.

    We are able to start the components of IDM and Fusion successfully, but when users try to access any task of merger application home page, they receive the below error


    A consumer of portlet error has been received for research of parameter task manage worker objective. Report the error details to the product owner next goal management.

    An error has been received for research of parameter task manage worker objective. This task is identified by the HRG_MANAGE_WORKER_GOAL_SETTING_LOOKUPS code that calls the program module code fndSetup /WEB-INF/oracle/apps/fnd/applcore/lookups/publicUi/flow/ManageCommonLookupsTF.xml#ManageCommonLookupsTF. Review logs consumer and producer for details about this error.



    This may be related to your other question about "FUSION_APPS_WSM_APPID-KEY" as newspapers contains exceptions such as:

    oracle.wsm.policymanager.PolicyManagerException: WSM-02081: failed to logon to perform the requested action.

    Please refer to the document Fusion Service account password Expiration causes Portlet producer errors of Application (1486388.1) to learn how to check and set the password. There is also exception:

    javax.security.auth.login.FailedLoginException: [Security: 090302] authentication failure: User FUSION_APPS_PROV_PATCH_APPID refused

    This is probably caused by an expired password, please see Fusion applications servers are not in - password policy error: 9000: GSL_PWDEXPIRED_EXCP: your password has expired (1629927.1).

    --

    Jani Rautiainen

    Relationship with the developers of Applications in fusion

    https://blogs.Oracle.com/fadevrel/

  • The security information is invalid or has been changed. The program will end.

    I get this error message when I start though everything else seems to work very well; However, I can not install some MS Office security updates (KB972580, KB73443 KB947319).

    Hello

    Try this 1st to see if it helps, and it should:

    Description of the Patch registration cleanup tool
    http://support.Microsoft.com/kb/976220/

    ------------------------------------------------------

    If necessary :

    Try this - Panel - Windows Updates - on every update that will not be installed - click on the important updates
    or the update itself - double click a view more information (or click top then discovers on the right)

    Those who will take you to a page where you can download the update.

    Or go here and the KBxxxxxx number to download it.

    Download Center - mount the KBxxxxxx.

    Microsoft Download Center
    http://www.Microsoft.com/downloads/en/default.aspx

    Download - SAVE - go to where you put them - click on - RUN AS ADMIN

    Then you can right click on the update in the updates Windows and HIDE.

    If you get an error Installer install this version:

    Windows install 4.5 Redistributable
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=5A58B56F-60B6-4412-95B9-54D056D6F9F4&displaylang=en

    ----------------------------------------------------

    Then run this:

    How to reset the Windows Update components? -a Mr Fixit
    http://support.Microsoft.com/kb/971058

    Description of the system for Windows Vista, Windows Server 2008, update tool and
    for Windows 7
    http://support.Microsoft.com/kb/947821

    ------------------------------------------------------------
    Because these are all Office updates you might get more information if necessary in the Agency of those groups that
    may have experienced the same problem.

    Office newsgroups
    http://www.Microsoft.com/Office/Community/en-us/FlyoutOverview.mspx

    Microsoft.public.office.misc discussions
    http://www.Microsoft.com/communities/newsgroups/list/en-us/default.aspx?DG=Microsoft.public.Office.misc&cat=en_us_01cb749f-c998-4762-8099-df71793c11c7&lang=en&CR=us

    ------------------------------------------------------------

    If necessary you can incident free get reports however the above should take care of it for you.

    Windows updates - free Incident report

    Go here and click on-> Windows Update fails while searching, downloading or installation of updates
    http://support.Microsoft.com/GP/wusupport#tab3

    The security updates, you can get free support Incident report
    http://www.Microsoft.com/protect/resources/support.aspx

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • FATAL alert: BAD_CERTIFICATE - a damaged or unusable certificate has been receiving

    I try to call a third part-service web (EDC RAVE) through the Oracle Service Bus/Weblogic Server. However whenever I try to use a business service to connect, I get the following error message:

    The invocation was an error: FATAL Alert: BAD_CERTIFICATE - damaged or unusable certificate has been received...

    I tried to add the certificate to the CTL of demo all, but appears not to have solved the problem. Anyone know how to solve the problem?
    The only solution I've found is:
    http://download.Oracle.com/docs/CD/E13222_01/WLS/docs81/webserv/trouble.html#1071057

    But I am using 10.3, not 8.1.
    CN = *. mdsol.com

    WL don't like wildcard certificates.

    If you submit your request to "someserver.mdsol.com" and you get back the above, you will get the error.

    You can
    Disable the check name host (never a pleasant thought)
    Write from your own host name check custom
    * Ask a certificate specific to their host ("with a CN of" someserver.mdsol.com, for example).

    Perhaps a useful link:
    http://jandrewthompson.blogspot.com/2010/04/WebLogic-and-wildcard-SSL-certificates.html

    Published by: user10939158 on April 26, 2010 15:51

  • None of my apps work after that my laptop has been infected with the virus Vista Internet Security 2010,

    Hi all
    I need help to get my computer back to normal.

    My laptop has been infected with the virus Vista Internet Security 2010, but I removed it, NOW none of my apps (Yahoo Messenger, trash, other folders, SYSTEM, all file icons restore,) work, I managed to get rid of the virus visa, but still none of the programs work. When I try to open any program, it displays an error message "this file has no program associated with it for performing this action. Create an association in the set associations Control Panel. " I did all the steps, but still nothing works now all my files are open with the same file. I try to download a program to fix this problem, but I'm not able to run cause keep giving me the same error and cannot download anything. Is it possible to recover my computer as usual. Any help much appreciated.
    Help, please.
    Oh also all the icons on my destop are replaced by the same feacture of icon, but the name of the icons are staying same.if it shows adobe icon and all icons are adobe, when I open it with ie, then everything will change IE also. even if the opening programme has also changed to the same icon as dekstop one. now all my things are open with yahoo messenger:(c'est fou:()

    Try restarting your PC and press the F8 key repeatedly and then start in safe mode with networking and download and comprehensive performance analysis with:

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    If this does not work, try to run Windows Defender version offline beta:

    http://Windows.Microsoft.com/en-us/Windows/what-is-Windows-Defender-offline

    You can take a look at:

    http://cyberdefend.WordPress.com/2012/01/07/boot-Windows-for-scan/

    If the problem has not resolved, then contact Support for Microsoft Security:

    https://consumersecuritysupport.Microsoft.com/default.aspx?ProductKey=pcsafetymalware&task=Diagnostics&mkt=en-us&St=1&wfxredirect=1

  • McAfee Mcagent.exe - McAfee Security Center remains in my bar tasks in my system after McAfree has been uninstalled from the control panel.

    Installation and activation of McAfee has been ignored in my Windows 7 startup initialization process. The system has been uninstalled using the control panel. But some debris such as (mcagent.exe - McAfee Security Center) remain in the taskbar on my computer. I chose to install Microsoft Security Essentials thereafter. Should I launch tool McAfee Consumer Product Removal (MCPR.exe) to eliminate the remaining vestiges of McAfee on my system, even if it has never been activated? Thanks for the reply...

    If it has been activated or not makes no difference, use the McAfee removal tool

  • Cannot install the updates, receive error message: automatic updates has been disabled by the administrator, but I don't.

    Original title: How can I, as an administrator, turn on automatic updates, whenever I try, I get an error message saying that automatic updates has been disabled by the administrator.  I didn't do it, then?

    Question stands as is.

    Hello

     

    1. have you made any changes to the computer before the show?

    2. What antivirus application is installed on the computer?

    3. What are the different user accounts on the computer?

    This problem occurs if Windows Update has been disabled by one of the following settings:

    · Group Policy

    · System policy
    · Registry

    I suggest you follow these methods and check.

    Method 1: Perform the clean boot and try to install the updates.

    To do this, follow the steps in this link:

    http://support.Microsoft.com/kb/310353

    NOTE: Once you check the functionality, follow the suggestions under steps to configure Windows to use a Normal startup state.

     

    Method 2: Try to turn on the auto update by following the steps in the link below.

    How to configure automatic updates by using Group Policy or of registry settings

    http://support.Microsoft.com/kb/328010

    Registry warning: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base: 322756

    How to back up and restore the registry in Windows

     

    Method 3: Turn off the antivirus application and try to download the updates and check.

     

    Note: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.

     

    Method 4: Perform a full scan of the computer using the following antivirus applications.

    Microsoft Safety Scanner: http://www.microsoft.com/security/scanner/en-us/default.aspx

    Malicious software removal tool: http://www.microsoft.com/security/pc-security/malware-removal.aspx

    Note: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

     

    I hope this helps!

  • Error: A connection has been established with the server, but then an error occurred during the connection process.

    Hello

    I have MsSql running in the cluster environment and recently face the problem when there is a security agent installed in MsSql server, which the agent does nothing but only to capture the local database activity. The error led is as below:

    ID from step 1

    Server NIBKSQLCLUST

    Job name LSBackup_DRIB

    Newspaper log shipping backup job step name.

    Time 00:00:02

    SQL severity 0

    SQL Message ID 0

    Operator by e-mail

    Operator Net sent

    Operator paged

    Retries attempted 0

    Message

    2011-03-21 08:00:02.62 * error: could not retrieve parameters of backup for primary ID '26f46141-a676-41b2-8653-11f1b13de43a '. (Microsoft.SqlServer.Management.LogShipping) *.

    2011-03-21 08:00:02.63 * error: could not connect to the server NIBKSQLCLUST. (Microsoft.SqlServer.ConnectionInfo) *.

    2011-03-21 08:00:02.63 * error: a connection has been established with the server, but then an error occurred during the connection process. (provider: Named Pipes Provider, error: 0 - no process is on the other end of the pipe.) (.Net SqlClient data provider) *.

    2011-03-21 08:00:02.63 - END OF THE TRANSACTION LOG BACKUP-

    The process to run correctly when I turned off the security officer. Advice kindly the cause of this problem and is where all configurations should be set / changed in MsSql server.

    Thank you

    Boonlep coulibaly

    Hello

    I suggest you to send your request from the link and check.

    http://msdn.Microsoft.com/en-us/hh361695.aspx

    http://msdn.Microsoft.com/en-us/library/bb545450.aspx

  • The task manager has been disabled by the administrator. Is there a quick fix?

    Using Widows XP Professional, Version 2002, Service Pack 3

    Fast enough

    If you see things like this:

    You do not have sufficient security privileges to restore your system.
    The System Restore tab is missing from the my computer properties.
    System Restore has been disabled by group policy.  To turn on system restore, contact your domain administrator.
    The System Restore tab is available, but the turn off System Restore (disabled by Group Policy) box is grayed out.
    The task manager has been disabled by your system administrator.
    The registry editor has been disabled by your system administrator.
    The task manager has been disabled by group policy.
    The registry editor has been disabled by group policy.
    The command prompt has been disabled by your administrator.  Press a key to continue...

    The usual advice are something in the sense of "something has been disabled in the group policy...". ", and it is probably true that something has been disabled, but you know what something is and what it takes to do about it.

    If you are using XP Home Edition, you will get away with advice to use the Group Policy Editor, since it has no Group Policy Editor in XP Home and only
    really does not tell you where to look in group policy, even if you run the Group Policy Editor.

    You need a complete solution that works for all versions of XP and requires no hunting around in the Group Policy Editor or registry to find where things are that have been disabled.

    Unless you have disabled these things on purpose, chances are good that your system has a malware infection.  The malware knows what tools you use to try to find and remove, for the malware disables the things you are more likely to consume and prevents them from running if you can't find the malware and remove it.

    If your system has this kind of affliction, all malicious software tools you currently use or have used failed to protect your system so that you can expand your horizons malware detection and prevention to prevent these kinds of afflictions in the first place.

    The malware will be happy you trick into thinking that you need to so something drastic to fix your system - as a facility repair, system restore point or a total reinstallation of XP.  This is what it would be like you, but these measures are not necessary.

    You must solve the immediate problem of the tools does not, then scan your system for malware when you are finished.

    No matter what kind of malware you've used analytical tools, they are unlikely to solve this problem, because they cannot tell if the changes made to your system have been on purpose (you or an administrator who makes them) or some malware changed them, so the analysis tools will let these things alone (it's usually a good thing).

    If your system is afflicted in this way, there are probably other things that also do not work - like the registry editor, System Restore and the command prompt, so fix them all at once even if you have not discovered they are broken again.

    These commands from registry removes the registry entries that are stop opening programs.  Although the registry entries do not exist, these commands are safe to run and will work for all versions of XP.

    Before making any changes to your registry, back up the registry with this free and popular tool:

    http://www.SnapFiles.com/get/ERUNT.html

    Open Notepad to create a new text file:

    Click Start, run and enter in the box:

    notebook

    Click OK to open a new Notepad file.

    Copy and paste the following lines of text into the new Notepad file.

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
    "DisableTaskMgr" = -.
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
    "DisableRegistryTools" = -.
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]
    "DisableCMD" = -.
    [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem\\\]
    "DisableTaskMgr" = -.
    [HKEY_USERS\.default\Software\Microsoft\Windows\CurrentVersion\Policies\System]
    "DisableTaskMgr" = -.
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
    "DisableCAD" = DWORD: 00000000
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\SystemRestore]
    "DisableConfig" = -.
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\SystemRestore]
    "DisableSR" = -.
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoRun" = -.
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoRun" = -.
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoClose" = -.
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoClose" = -.
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoSetTaskbar" = -.

    Save the new text file with extension .reg on your desktop or somewhere you can remember with a name you remember.
    something like:

    enableit.reg

    After you save the file, close Notepad.

    Locate the file enableit.reg on your desktop and double-click it.

    Alternatively, you can right-click on the enableit.reg file, choose open with... and select the registry editor.

    Answer in the affirmative to the question... Are you sure you want to add the information in the registry?

    You should then see a message that information has been registered in the register.

    Reboot your system and test.

    You can delete the enableit.reg file when you are finished.

    If the registry editor has also been disabled, we first fix (not a problem)

  • How do I know when my computer sercurity as compromised and what attempt has been made to the hac, a system?

    How do I know when my computer sercurity as compromised and what attempt has been made to the hac, a system?

    Hello.

    You know when you have been infected by malware:

    1. your security programs will not open either, will not scan or will not update.

    2. When you are in your Web browser, you are redirected either or you receive a lot of pop ups.

    3. your computer may slow down or freeze.

    4. you can not access the Internet.

    5 and follow the advice of Richard G. Harper:

    http://www.bing.com/
    http://www.Google.com/

    Or see your lesson, manual materials or other resources in the classroom.

    Examples of Google:

    http://answers.Yahoo.com/question/index?QID=20080405053727AAdKagd

    http://www.computerhope.com/issues/ch001296.htm

    http://www.ehow.com/how_4851647_computer-hacked.html

    http://www.WikiHow.com/know-if-your-computer-has-been-tracked

    See you soon.

  • I get the error "on the volume C: default transaction resource manager encountered an error during startup and its metadata has been reset. The data contains the error code. »

    original title: NTFS problem
    Every 5 seconds, I get a warning (event ID 136) that says: "on the volume C: default transaction resource manager encountered an error during startup and its metadata has been reset. The data contains the error code. »

    Immediately followed by an error (event ID 137) that says "on the C: volume default transaction resource manager encountered a one-time error and could not start. The data contains the error code. »

    I am running windows 7 ultimate in any way to solve this problem?

    Hello

    This problem occurs if the Windows file system transaction log is damaged. The Windows file system uses the transaction log to retrieve the system transactions when a file error occurs. The system of common log (CLFS) transaction logs may be left in an inconsistent state. When the CLFS transaction logs are in an inconsistent state.
    To resolve this problem, delete the files .blf and .regtrans-ms in the folder % Windir%\System32\SMI\Store\Machine.
    After you restart the computer, the registry regenerates the deleted files. These regenerated files are in a consistent state.
    1. click on Start , type cmd in the Search box, and then click cmd in the list of programs .

    2. click on run as administratorand then click continue.
    If you are prompted for an administrator password or for confirmation, type the password, or click allow.

    3. at a command prompt, type the following command and press ENTER:
    fsutil resource setautoreset true c:\
    Note
    these steps assume that Windows is installed in the default location, drive C. If this is not the case, adjust the drive letter of the path of the folder to match your configuration.

    4 restart the computer.

    I hope this helps.

  • Your copy of disk image has been changed since the last opened or saved (Mac OS)

    I sometimes get a message that "image disk copy has been changed because the file has been modified, opened or saved. The OS 10.6.6 and I use CS5. It happens on any specific file. All my files are big enough. The current that what happens on is a body which is 3.26 G not flattened. I have the ignorance has always ignored the message and saved anyway. I never detected damage or noticeable changes in the files after ignoring the warning, but after looking for Adobe forum and read a thread on what is happening in CS4, I guess I should be more careful and do a save as and change the name of the file. I started this thread because no one reported the issue happening in CS5.

    The files have been all given to me by ftp as psd, tiff or raw camera files.  I work on the copies of the originals in no other program but photoshop and open and closed files several times before getting the message about disk being edited copy. All my files are saved on a hard drive internal and backed up to a time capsule device. I am on a network, but I'm the only user of the network. The files are worked and saved on an internal hard drive on the same computer. They are never open on another computer which is usually disabled. I don't use any antivirus software except what is native to the operating system. The only other applications that I am running when this message are safari, mail and sometimes fill.

    Why I get this message and what is causing changes (which I can't find) to disk copy?

    The message means what it says: something outside of Photoshop changed your file on disk since the time that Photoshop saved the file.

    We do not know what might change them - just the operating system returns a different modification to the file date that applied when Photoshop saved the file.

  • Help my file, bookmarks, tools, etc. has been replaced by the word Firefox in an orange box! How can I change back?

    I'm on a laptop running Windows 7 starter edition and for some reason any my top line, left of the screen used to hold the file, view, Favorites, history, tools, and help has been replaced by the word Firefox in an orange box with a drop down arrow. Of course, I did something wrong, but I can't find any way to get back to where I was.

    Try to right click with the mouse on the top of firefox and select menu bar... Solved?

  • My data has been lost during the whole upward, there is nothing to sync how to start more fees.

    I started the process as a new user & just as data has started to copy my turn lost power for a few seconds. The data is immobilized as if made, but nothing has been recorded. The system went on as if everything was OK. When I tried to Sync to my new HP laptop, nothing came through. I tried again without success. Need help!

    No, just for the synchronization of the configuration again by creating a new account to sync once you have removed your current sync account to start.

    You should be able to reuse the same email as above.

  • How will I know if my email has been received?

    How will I know if my email sent via the Mail application has been received?

    Ask the person who sent it to that. There's no other way. And by the way: "received" does not mean that it has been read.

Maybe you are looking for

  • Difference in load speed

    I have

  • (Foutcode: sec_error_revoked_certificate)

    After the upgrade, I can not connect on www.funda.nl. So I have access to the site, but loggin in my own home that does not work. I get the following message:Doing tijdens het verbinden puts www.funda.nl. Certificaat van peer is ingetrokken. (Foutcod

  • New on Motorola

    Being new on the E bike I find confusing versions, XT1021/1022/1506/1522/1524/1528. I don't seem to be able to find anywhere that defines the difference. Can someone please help?

  • Vista can not read CD or DVD after you connect USB/eSATA 1 TB external HARD drive

    Hello Can anyone help, I have had this problem since I connected an external hard drive. Vista cannot read drive, its visible in Device Manager, but has an error code 19. The drive works fine if I try a bootable CD/DVD. Have you tried the fixed charg

  • Can I install Windows 7 on P6 2320ed?

    Hello I want to downgrade from W8 on my 2320ED P6. But my setup of W7 does not seem to recognize the hard disk drivers and is therefore not suitable hard drive to install. I tried to use pre-installed INTEL management engine interface (from SWSETUP)