Administrator password reset procedure failed on Weblogic 11g

We run a Weblogic Server 11g, the web console password for the user 'weblogic' is lost.
The password reset procedure described "java weblogic.security.utils.AdminAccount newAdmin newPassword ." does not work, this java class is not found "Could not find the main class: weblogic.security.utils.AdminAccount. Program will exit."
Still i found an encrypted hash of the password in the boot.properties file under /oracle/u01/WLS1031/user_projects/domains/domain_Mumus/servers/AdminServer/security, but it is not easy t decrypt it.
any ideas?

Hm, almost working
1 first run
java -cp /oracle/u01/WLS1031/wlserver_10.3/server/lib/weblogic.jar:$CLASSPATH weblogic.security.utils.AdminAccount John John1 .
the idift file was modified successfuly,
then i changed the boot properties file
username John
password John1
i restarted the server.
I had to make the shutdown with the old credentials. (with the old boot_properties file)
but the server cannot log me in.
here is the log
###########SABLE-AUTH########### lookupPassword / user:John
###########SABLE-AUTH########### lookupPassword / password:null
<Mar 9, 2010 7:07:28 PM EET> <Critical> <Security> <BEA-090402> <Authentication denied: Boot ident ity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please ed it and update the boot identity file with the proper values of username and password. The first ti me the updated boot identity file is used to start the server, these new values are encrypted.>
<Mar 9, 2010 7:07:28 PM EET> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Re ason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. T he boot identity may have been changed since the boot identity file was created. Please edit and u pdate the boot identity file with the proper values of username and password. The first time the u pdated boot identity file is used to start the server, these new values are encrypted.
weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boo t identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization( CommonSecurityServiceManagerDelegateImpl.java:959)
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSec urityServiceManagerDelegateImpl.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)
Truncated. see log file for complete stacktrace
javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User John denied
Edited by: user12774062 on Mar 9, 2010 7:20 PM
Edited by: user12774062 on Mar 9, 2010 7:22 PM

Similar Messages

  • Doamin user password reset procedure failed on Weblogic 11g

    Hi,
    I have lost my admin console password for weblogic11g server. I have followed the below steps to reset the password.
    1). Created an initialization file using command java weblogic.security.utils.AdminAccount weblogic welcome1 .
    2). Moved the file DefaultAuthenticatormyrealmInit.ldift from $DOMAIN_HOME/security/ and replaced it by DefaultAuthenticatorInit.ldift which is created in the previous step.
    3). Renamed the date folder as data_bak under the Admin server as well Managed server.
    4). Changed the boot.properties value to a new password.
    5). Restarted the admin server.
    But i am not able to start the admin server, It is throwing the below error.
    Error:
    <Jun 4, 2012 8:59:58 PM IST> <Critical> <WebLogicServer> <cscpocappche001> <AdminServer> <main> <<WLS Kernel>> <> <> <1338823798826> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Server installed as Windows NT service with incorrect password for user 12345678; The password may have been changed since the server was installed as a Windows NT Service. Contact the Windows NT system administrator.
    weblogic.security.SecurityInitializationException: Server installed as Windows NT service with incorrect password for user 12345678; The password may have been changed since the server was installed as a Windows NT Service. Contact the Windows NT system administrator.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:944)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: weblogic.security.providers.authentication.LoginServerUnavailableException: Connection refused: connect
         at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.handleLDAPAtnDelegateException(LDAPAtnLoginModuleImpl.java:625)
         at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:250)
         at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
         at java.security.AccessController.doPrivileged(Native Method)
         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 java.security.AccessController.doPrivileged(Native Method)
         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 $Proxy16.login(Unknown Source)
         at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)
         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 $Proxy34.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:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Jun 4, 2012 8:59:58 PM IST> <Notice> <WebLogicServer> <cscpocappche001> <AdminServer> <main> <<WLS Kernel>> <> <> <1338823798857> <BEA-000365> <Server state changed to FAILED>
    ####<Jun 4, 2012 8:59:58 PM IST> <Error> <WebLogicServer> <cscpocappche001> <AdminServer> <main> <<WLS Kernel>> <> <> <1338823798857> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Jun 4, 2012 8:59:58 PM IST> <Notice> <WebLogicServer> <cscpocappche001> <AdminServer> <main> <<WLS Kernel>> <> <> <1338823798857> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Jun 4, 2012 8:59:58 PM IST> <Info> <WebLogicServer> <cscpocappche001> <AdminServer> <main> <<WLS Kernel>> <> <> <1338823798873> <BEA-000236> <Stopping execute threads.>
    Please advise me how to resolve this issue..
    Thanks

    Hi,
    Simply remove the ldap folder from $domain_home/server/AdminServer/data/ and try.

  • Administrator password reset procedure failed on Weblogic 10.3.0.0

    my weblogic's version is 10.3.0.0,and i forgot the console password.
    when i reset it by excuting the demand below:
    java -cp /root/bea/utils/wlserver_10.3/server/lib/weblogic.jar weblogic.security.utils.AdminAccount admin admin .
    there is an error :
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/management/bootstrap/BootStrap
    at weblogic.security.utils.AdminAccount.<clinit>(AdminAccount.java:31)
    Caused by: java.lang.ClassNotFoundException: weblogic.management.bootstrap.BootStrap
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 1 more
    Could not find the main class: weblogic.security.utils.AdminAccount. Program will exit.
    can anybody help ?
    글 수정: 985254

    Hi,
    Then try this one again.
    1. Make sure WebLogic instance is down.
    2. Set your environment variables using setDomainEnv.sh.
    3. cd to security directory in your instance.
    (eg: $WL_HOME/user_projects/domains/base_domain/security)
    4. Run:
    java weblogic.security.utils.AdminAccount admin_user admin_pass .
    Now this time it should work.
    Regards,
    Kal

  • Cisco Desktop Administrator password reset

    Dear UCCX experts, since I configured a password in Desktop Work Flow Administrator, I cannot log into the application any longer (CDAU2016 The username or password ... in the CDA web interface).
    I tried the password reset procedure as described in the CDA user guide but it does not work (this procedure is to reset the password with the postinstall application on the uccx server). We are in a HA configuration with two servers running UCCX 7.0(1)_Build168 on two 7825-I4-V01.
    Thanks for the help.
    Matthieu ROUX-MARCHAND
    Orange Business Services, Paris

    It seems to be a referenced bug CSCsr67757, the workaround is to log with admin123.

  • LaserJet MFP M476nw - Administrator Password Reset

    I've had my new printer now for about 1 month and on receipt I set the Administrator password.  Unfortunately I can't find where I wrote the password down and now can't change my fax settings without it.  Is there some way I can reset to factory default and start all over again?
    Thanks in advance for any assistance offered.

    Hi @RubyANU 
    I suspect your question would be better answered in the HP Enterprise Business Community, as your HP Printer is a commercial model.
    My technical expertise is with consumer products and software, I am sure the commercial folks would be happy to help if you re-post your question for them to answer. The HP Enterprise Business Community is an HP Forum designed for the Commercial and Enterprise customers to help one another. I am sure you will find some HP folks there to help too.
    Click here to view the Printing and Digital Imaging. When the page opens you will see the option to 'Log in' or 'Register Now' on the right. The commercial forums are separate from the consumer boards, thus you will need to register if you don't already have a commercial account.
    You may find the HP Color LaserJet Pro MFP M476 series page helpful while you wait for somebody in the commercial Forum to respond to your inquiry.
    Best of luck.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Windows Server 2000 Advanced - Administrator Password Reset/Recovery

    I took over tech job for church that has Windows 2000 advanced server environment that has mirrored hard drives...Previous tech or person that installed server does not want to play nice with the administrator password and changes have to be made...I
    do have an account without administrator privileges but that does not help...so I attempted to reset or blank the administrator with a password reset disk and was not successful...when the partition mounts (while using reset disk) it shows that the
    password has been blanked (*BLANK*) but it still does not work...I've also tried putting the hard drives in a regular desktop, used the password reset disk and administrator password showed to be blanked, so I blanked it again for
    safe measure, replaced the drives in server and was still not successful...please advise

    First of all thanks for your response Amy...Yes it is the domain controller and only server for 7 users and 6 computers...and yes you were right about the DSRM password getting blanked...was able to log into DSRM with blank administrator password but
    that did me no good as I was still not able to make changes to the domain because (you may already know) Active Directory is not available in DSRM (it says to logon with domain administration rights)...my goal is to obtain domain
    administrator access in order to make changes:  add/remove users and computer account (which is the password the previous tech will not provide)...since this is such a small domain do I need restore Active Directory to reset or get domain administrator
    access? Authoritative Restore?  Which method, as a system state backup has never been done?...please advise

  • ColdFusion MX 7 Administrator Password Reset

    The ColdFusion Administrator site will not take the password.
    Has anyone had any issues with programing after the password reset?
    I did not develop or program our server, just sort of picking up the pieces until we get a new Enterprise Web Developer.
    System Configuration:
    HP Proliant ML370 G2
    Pentium III 1.3 Ghz x2
    2GB RAM
    Windows Server 2003 Enterprise SP2
    Macromedia MX 7.0.2
    EMS SQL Studio MySQL Servers & Clients 5.0.27
    MySQL Admin 1.0
    IISLogs 1.0
    My OBDC 3.51

    Navigate to your lib directory within your CF install, find neo-security.xml, make a backup copy of it, then open it in a text editor and set the value for admin.security.enabled to false. Then, restart CF. You should then be able to access the CF Administrator without any password at all. You can then reenable and reset the password.
    Dave Watts, CTO, Fig Leaf Software
    http://www.figleaf.com/
    http://training.figleaf.com/
    Read this before you post:
    http://forums.adobe.com/thread/607238

  • Apple administrator password reset

    Apple administrator password reset

    For info on resetting or changing an account passwords including Admin, see:
    http://support.apple.com/kb/ht1274
    Is that computer still running Leopard 10.5.7... Or is it running a Later OS X?
    Good luck & happy computing!

  • HP Mini 1103 Administrative password reset

    Hi, I bought a HP Mini1103 one year ago and I set the bios administrative and user password, I need to make some changes in these options but I forgot the administration password, the system show me this message "System Disable" [79068191], can you help me to reset the administration password?
    Regards,
    This question was solved.
    View Solution.

    Hi,
    Try entering:        66940117
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • HP Mini 5103 - BIOS Administrator password reset

    Hi
    a) How can I reset a locked BIOS Administrator password for HP Mini 5103, Bought it on second-hand
    b) After input three invalid password shows system locked without any code
    c) How can I set to see system disabled code? instead of seeing On-Screen Keyboard?
    Thanks

    Vcheong.
    Look at my post here.
    http://h30434.www3.hp.com/t5/Notebook-Recovery/HP-5102-5103-BIOS-password-reset/m-p/4585558
    REO
    HP Expert Tester "Now testing HP Pavilion 15t i3-4030U Win8.1, 6GB RAM and 750GB HDD"
    Loaner Program”HP Split 13 x2 13r010dx i3-4012Y Win8.1, 4GB RAM and 500GB Hybrid HDD”
    Microsoft Registered Refurbisher
    Registered Microsoft Partner
    Apple Certified Macintosh Technician Certification in progress.

  • HP Envy M6-1208tx Bios Administrator Password Reset

    Hi,
    I'm having a problem with my HP laptop. Whenever i try to enter the Bios Setup, I am asked to enter Administrator Password - which I don't remember setting up on this computer. After several attempts, I receive this warning, System Disabled - 50436952.
    Please help me reset my Bios password. My laptop is HP Envy M6-1208tx.
    Thanks!

    Hi,
    Please try:
        45594394
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Password Reset client fail to show GINA stub in Windows login

    After I installed the Password Client (Version 11.1.1.1.0) and restarted the Windows XP, I found that the GINA stub "Forgot your password? Click here to reset it" cannot be displayed. But I still could do the enrollment by enter the enrollment URL in IE.
    Then I installed Password Client to the Windows Server 2003 (the Password Reset Server), and restart the server. The GINA stub could be displayed above the login screen. However, when I click the GINA stub, no any screen to pop up to reset the password.
    Please help to solve the issues. Thanks

    Hi mAbrante ,
    First of all, thanks for your reply.
    This is my krb5.conf file content;
    root@sunray-01 # more krb5.conf
    # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    # ident "@(#)krb5.conf 1.3 04/03/25 SMI"
    # krb5.conf template
    # In order to complete this configuration file
    # you will need to replace the __<name>__ placeholders
    # with appropriate values for your network.
    [libdefaults]
    default_realm = ESURIA.COM
    default_tkt_enctypes = des-cbc-md5 ; or des-cbc-crc
    default_tgs_enctypes = des-cbc-md5 ; or des-cbc-crc
    [realms]
    ESURIA.COM = {
    kdc = es-dc1.esuria.com:88
    admin_server = es-dc1.esuria.com
    [domain_realm]
    esuria.com = ESURIA.COM
    .esuria.com = ESURIA.COM
    [logging]
    default = FILE:/var/krb5/kdc.log
    kdc = FILE:/var/krb5/kdc.log
    kdc_rotate = {
    # How often to rotate kdc.log. Logs will get rotated no more
    # often than the period, and less often if the KDC is not used
    # frequently.
    period = 1d
    # how many versions of kdc.log to keep around (kdc.log.0, kdc.log.1, ...)
    versions = 10
    [appdefaults]
    kinit = {
    renewable = true
    forwardable= true
    gkadmin = {
    help_url = http://docs.sun.com:80/ab2/coll.384.1/SEAM/@AB2PageView/1195
    Let me know, if you need more info.

  • HP Pavillion tx2500 administrator password reset issue

    My brother gave me his old laptop. When I turned it on there was a blue box asking me to 'enter administrator password or power on password.' After three incorrect attempts the screen says 'system disable' key:64233925. The laptop is a few years old so it's out of warranty but I would love to give it to my son as a starter laptop. Can anyone help me?
    This question was solved.
    View Solution.

    Hi:
    Reboot and enter the code:
    71191301

  • MSE 8.0 - CMX Dashboard password reset procedure

    Hi,
    I've installed Cisco MSE 8.0.100 on virtual appliance. I would like to use CMX Facebook connector. Therefore I've visited:
    https://my_ip_address/dashboard/
    and logged in with default login/password (admin/admin). As the very first thing I've changed admin's password. Unfortunately after logging out I can not login with new password. I receive a message: 
    Account is inactive. Please contact administrator.
    Can I reset CMX dashboard settings to the factory defaults? And how?
    Kind regards,
    Michal

    Did you try to stop & start MSE service & see if that helps ?
    HTH
    Rasika
    **** Pls rate all useful responses ****

  • System Administrator Password Reset Q after Upgrade eMac

    I recently upgraded my Moms eMac from 40GB to 80GB. It took me about one hour and I booted it up. The drive was from my broken eMac. I am trying to update some of the software (Apple Download) and it will not allow me to do any changes. I keep getting an error to enter a admin name and password. I never set up a password on any of my machines, how do I reset it? I already tried putting in the OS disk 1, choosing reset password and still the same error message.
    The message reads...
    Type an administrators name and password to allow DiskManagementTool to make changes. Then there is a field for Name and Password. I don't know what password it would be since I always leave it blank.
    Any ideas? thanks!

    You always need to enter an admin username, but if there is no password you can leave the field blank.

Maybe you are looking for