Modification Of username & password for boot.properities  in Weblogic 10.3

Hi
We have migrated from WebLogic 8.1 to 10.3. We have two managed server running on the server.When i am trying to change the user name and password in boot.properities and restart the server i am getting the following error.
"Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid".
Could any body please help me in understanding the reason for this error.
Please find the error log for the same.
starting weblogic with Java version:
Starting WLS with line:
/opt/jrmc-3.1.0-1.6.0/bin/java -jrockit -Xms1024m -Xmx1024m -Xverify:none -da -Dplatform.home=/opt/weblogic103/wlserver_10.3 -Dwls.home=/opt/weblogic103/wlserver_10.3/server -Dweblogic.home=/opt/weblogic103/wlserver_10.3/server -Dweblogic.management.discover=false -Dweblogic.management.server=http://172.16.3.52:7024 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/opt/weblogic103/patch_wlw1030/profiles/default/sysext_manifest_classpath:/opt/weblogic103/patch_wls1030/profiles/default/sysext_manifest_classpath:/opt/weblogic103/patch_cie660/profiles/default/sysext_manifest_classpath -Dweblogic.Name=CALMServer2 -Djava.security.policy=/opt/weblogic103/wlserver_10.3/server/lib/weblogic.policy weblogic.Server
<Aug 10, 2009 8:01:49 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.6.3-40_o-112056-1.6.0_11-20090318-2103-linux-x86_64 from BEA Systems, Inc.>
<Aug 10, 2009 8:02:09 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967 >
<Aug 10, 2009 8:02:11 PM IST> <Error> <Configuration Management> <BEA-150021> <The admin server failed to authenticate the identity of the user calmadmin starting the managed server. The reason for the error is .>
<Aug 10, 2009 8:02:11 PM IST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://172.16.3.52:7024.>
<Aug 10, 2009 8:02:11 PM IST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
<Aug 10, 2009 8:02:11 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<Aug 10, 2009 8:02:11 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<Aug 10, 2009 8:02:11 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file /usr3/SIR02655/calmdomain/servers/CALMServer2/logs/CALMServer2.log is opened. All server side log events will be written to this file.>
<Aug 10, 2009 8:02:15 PM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<Aug 10, 2009 8:02:15 PM IST> <Critical> <Security> <BEA-090402> <Authentication denied: Boot identity 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 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.>
<Aug 10, 2009 8:02:15 PM IST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: 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 boot 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.
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 boot 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(Unknown Source)
     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
     at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
     at weblogic.security.SecurityService.start(SecurityService.java:141)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

First of all you can check if a "boot.properties" file already exists also in the domain directory:
/calmdomain/boot.properties.
Try deleting both the boot.properties and re-create it in one of the two locations (/calmdomain/servers/calmserver2/security is better) with clear text credentials:
username=<admin user>
password=<admin password>
If this not works or you have lost all the admin users password you can try the following procedure to reset the administrative user.
Note that this procedure was taken from an old WL version: make all the necessary backups ! I not guarantee that it will work on your installation (let me know)...
++++
1. From a DOS or UNIX prompt cd to the Web Logic domain directory and run setDomainEnv.cmd/setDomainEnv.sh Make sure your environment gets set correctly, check that WL_HOME is set. If not trying running setDomainEnv.sh like this:
. ./setDomainEnv.sh (there is a dot "." then a space then ./setDomainEnv.sh)
Create an initialization file for the default authenticator
java weblogic.security.utils.AdminAccount adminuser weblogic .
Don't forget to add the "." it is needed.
This should produce a DefaultAuthenticatorInit.ldift in the domains directory.
2. Delete the DefaultAuthenticatormyrealmInit.initialized from /webserv/DomainName/servers/WebLogicAdmin/ldap
3. Once you delete this file and try to start the admin server it gets recreated using the DefaultAuthenticatorInit.ldift file as a template.
4. Rename the boot.properties file.
5. Edit the setDomainEnv.cmd/setDomainEnv.sh file and change:
WLS_USER=adminuser WLS_PW=weblogic
6. Reboot the admin server. If running as a single server, then use the startWeblogic command.
7. Put the boot.properties file back to it's original name and change so it looks like the one below:
username=adminuser
password=weblogic
8. Restart the admin server and those values will then get encrypted.
9. You can now go into the console and fix the system password if you wish or keep using the adminuser account. To fix the system password from the console, logon as adminuser and navigate to: Security / Realms / myrealm / users - Click on system, Next to Password click on Change. Enter the new password and click apply.
++++

Similar Messages

  • A friend bought second hand macbook air mid 2011 with crossed circle on the display, we tried recovery from partition and same thing happened, after internet recovery it stays the same except now it asks for password for boot option, what happened?

    A friend bought second hand macbook air mid 2011 with crossed circle on the display and give to me to try to recover the system, I tried recovery from partition and same thing occured, after internet recovery it stays the same-crossed circle after reboot, then we tried to boot from USB with mac os 10.8 on it, it installs something,like it has being finishing installation, rebootes, and now it asks for password for boot option.We have no idea what that password could be.What happened!!!

    I forgot to write down my computer specs:
    iMac 27 Mid 2011
    2.7 GHz Intel Core i5
    4 GB 1333 MHz DDR3
    AMD Radeon HD 6770M 512 MB
    OS X 10.9.2

  • I want to erase the automatic sign-in of username & password for facebook, because firefox always rfemembers my username & password. How will i disable it? please help.. thanks

    How will i disable the auto sign in of my username & password for facebook?

    If you saved the password in Firefox, you can clear that here:
    orange Firefox button > Options > Security > "Saved Passwords"
    ''or''
    Tools menu > Options > Security > "Saved Passwords"
    It's also possible that you have a cookie that keeps you logged in, but in that case, signing off from Facebook should end your session.

  • Username/Password for Examples App

    This is probably a stupid question, but does anyone know the Username/Password for Vikas's Examples Application? I downloaded and imported it into my workspace but when I run it, I cannot log in!!!

    Hello,
    Are you speaking about this app:? http://apex.oracle.com/pls/otn/f?p=24317:500:1182459246082825
    You can send Vikas always a mail, he has contact info on there.
    I guess you asked that question also in another thread (chart in report)?
    Regards,
    Dimitri
    -- http://dgielis.blogspot.com/
    -- http://apex-evangelists.com/
    -- http://apexblogs.info/

  • Problems setting up username & password for SQL

    Due to the outstanding advice I recieved from this excellent forum, I have managed to overcome my first problem with declaring a new Class.
    This leads me to request help with my next biggest problem:
    Setting up a user GUI that takes a "username" & "password" that will be used to access a password protected database.
    I am a simple bloke, with simple thought processes, so please, go easy on me...
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.sql.*;
    public class DBQuery1 {
         String username = "" , password = "";
         public static void main(String[] arguments) {
              PassDB UPass = new PassDB();
              String data = "jdbc:odbc:JavaTestDataBase";
              try {
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   Connection conn = DriverManager.getConnection(data, "" + username, "" + password);
                   Statement st = conn.createStatement();
                   ResultSet rec = st.executeQuery(
                        "SELECT Title, ContactID, First, Last, Dear FROM Contacts "
                        + "WHERE (Title='Mr') ORDER BY ContactID");
              /*     ResultSet rec2 = st.executeQuery(
                        "SELECT Subject, ContactID FROM Calls "
                        + "WHERE (Subject Is Not Null) ORDER BY ContactID");
              System.out.println("\nFirst Name\tSurname\t\tNick Name\t\tSubject\n");
              while(rec.next()) {
                   System.out.println(rec.getString(3) + "\t\t" + rec.getString(4) + "\t\t" + rec.getString(5) /* + rec2.getString(1) */ );
              st.close();
              catch (SQLException s) {
                   System.out.println("SQL Error: " + s.toString() + " " + s.getErrorCode() + " " + s.getSQLState());
              catch (Exception e) {
                   System.out.println("Error: " + e.toString() + e.getMessage());
    class PassDB extends javax.swing.JFrame implements ActionListener {
         String username = "", password = "";
         JTextField uname = new JTextField(10);
         JTextField pword = new JTextField(10);
         // JPasswordField pword = new JTextField(10);
         PassDB() {
              super("duBe's database logon");
              setSize(220, 160);
              setDefaultCloseOperation(EXIT_ON_CLOSE);
              JPanel pane = new JPanel();
              JLabel unameLabel = new JLabel ("Username: ");
              JLabel pwordLabel = new JLabel ("Password: ");
              JButton submit = new JButton("OK");
              submit.addActionListener(this);
              pane.add(unameLabel);
              pane.add(uname);
              pane.add(pwordLabel);
              pane.add(pword);
              pane.add(submit);
              setContentPane(pane);
              setVisible(true);
         public void actionPerformed(ActionEvent evt) {
              PassDB clicked = (PassDB)evt.getSource();
              username = uname.getText();
              password = pword.getText();
    This code generates two errors, stating:
    C:\Java_progs>javac DBQuery1.java
    DBQuery1.java:14: non-static variable username cannot be referenced from a static context
    Connection conn = DriverManager.getConnection(data, "" +
    username, "" + password);
    ^
    DBQuery1.java:14: non-static variable password cannot be referenced from a static context
    Connection conn = DriverManager.getConnection(data, "" +
    username, "" + password);
                    ^
    2 errors*****************************
    The code works when I remove the reference to the variables "username" & "password" in Connection "conn" call & replace them with the actual username & password, but this is not exactly what I was after. I was hoping to make the program responsive to each individual user, not set in code.
    I also would like to make the program pause after the call in "main" to "PassDB" to wait for "PassDB" to exit before continuing.
    I would also like to make "PassDB" destroy itself after the "OK" button is pressed & the "username" & "password" set.
    If that isn't enough for you, I would really like the program to search 2 different database tables, return their values & compare them to be sure that they are the same.
    When I try & search 2 different tables, as in:
    ResultSet rec = st.executeQuery(
                        "SELECT Title, ContactID, First, Last, Dear FROM Contacts "
                        + "WHERE (Title='Mr') ORDER BY ContactID");
                   ResultSet rec2 = st.executeQuery(
                        "SELECT Subject, ContactID FROM Calls "
                        + "WHERE (Subject Is Not Null) ORDER BY ContactID")javac tells me that "ResultSet" is set to null 0
    As always, I am extremely appreciative of any assistance you are able to offer.
    Kind regards
    duBedat
    [email protected]

    This is where I'm at now:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.sql.*;
    public class DBQuery {
         static String username = "" ;
         static String password = "" ;
         public static void main(String[] arguments) {
         PassDB UPass = new PassDB();
         String data = "jdbc:odbc:JavaTestDataBase";
         try {
              Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
              Connection conn = DriverManager.getConnection(data, "" + DBQuery.username, "" + DBQuery.password);
              Statement st = conn.createStatement();
              ResultSet rec = st.executeQuery(
              "SELECT Title, ContactID, First, Last, Dear FROM Contacts "
              + "WHERE (Title='Mr') ORDER BY ContactID");
              /*     ResultSet rec2 = st.executeQuery(
                   "SELECT Subject, ContactID FROM Calls "
                   + "WHERE (Subject Is Not Null) ORDER BY ContactID");
              System.out.println("\nFirst Name\tSurname\t\tNick Name\t\tSubject\n");
              while(rec.next()) {
                   System.out.println(rec.getString(3) + "\t\t" + rec.getString(4) + "\t\t" + rec.getString(5) /* + rec2.getString(1) */ );
              st.close();
         catch (SQLException s) {
              System.out.println("SQL Error: " + s.toString() + " " + s.getErrorCode() + " " + s.getSQLState());
         catch (Exception e) {
              System.out.println("Error: " + e.toString() + e.getMessage());
    class PassDB extends javax.swing.JFrame implements ActionListener {
         static boolean getOut = false;
         JTextField uname = new JTextField(10);
         JTextField pword = new JTextField(10);
         // JPasswordField pword = new JTextField(10);
         public PassDB() {
              super("duBe's database logon");
              setSize(220, 160);
              setDefaultCloseOperation(EXIT_ON_CLOSE);
              JPanel pane = new JPanel();          
              JLabel unameLabel = new JLabel ("Username: ");
              JLabel pwordLabel = new JLabel ("Password: ");
              JButton submit = new JButton("OK");
              submit.addActionListener(this);
              pane.add(unameLabel);
              pane.add(uname);
              pane.add(pwordLabel);
              pane.add(pword);
              pane.add(submit);
              setContentPane(pane);
              while(getOut == false)
                   setVisible(true);                         
         public void actionPerformed(ActionEvent evt) {
              PassDB clicked = (PassDB)evt.getSource();
              DBQuery.username = uname.getText();
              DBQuery.password = pword.getText();
              getOut = true;               
    }          Any advice is greatly appreciated
    duBe

  • Ipad can't store username password for websites

    I'm using an iPad Wifi with 3.2.1 and I am not the only one that is having a problem with Safari storing username and password for websites that need credentials.
    I cleared 'cookies', 'history' and 'cache' but that doesn't help.
    The desired websites don't show a popup if I would like to store the username and password for a website.
    Message was edited by: Wolfii82

    JimHdk wrote:
    Wolfii82 wrote:
    I'm using an iPad Wifi with 3.2.1 and I am not the only one that is having a problem with Safari storing username and password for websites that need credentials.
    I cleared 'cookies', 'history' and 'cache' but that doesn't help.
    The desired websites don't show a popup if I would like to store the username and password for a website.
    Message was edited by: Wolfii82
    Web sites with high security, i.e., banks, financial institutions, etc., do not allow user-id/password saving. If you are visiting one of these it is normal for no save dialog to be displayed in Safari.
    We could say more if you identified the web sites that you are talking about.
    I wouldn't allow the user name/password to be stored for any financial institution, even if the website allowed it. And the iPad isn't exactly the most secure device, so I would be really concerned if I lost it.

  • ORA-01017: invalid username/password;  for  Oralce 12c OEM  installation

    Hi Experts,
    Following error Oralce 12c OEM installation ,i have no clue sys user passowrd is correct in response/new_install.rsp file
    [oracle@sdp12 OEM_Packages]$ ./runInstaller -silent -responseFile /oracle/oracle8/OEM_Packages/response/new_install.rsp
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 400 MB. Actual 1222 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 4000 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-02-24_06-22-19PM. Please wait ...[oracle8@sdp38 OEM_Packages]$
    ERROR: ERROR:Exception occurred while connecting to database. Check the connection details of the database you specified and retry.
    ORA-01017: invalid username/password; logon denied
    Unable to connect to the database and validate whether it is a supported database due to one of the following reasons:
    (1) Incorrect credentials
    (2) Listener may be down
    (3) Database may be down
    Check the credentials ,the status of the listener and the database and retry.
    i am able to connect using same username password
    [oracle8@sdp38 response]$ sqlplus sys/sys512@TET1
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Feb 24 18:29:15 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>
    From response/new_install.rsp file
    DATABASE_HOSTNAME=sdp12
    LISTENER_PORT=1521
    SERVICENAME_OR_SID=TET1
    SYS_PASSWORD=sys512
    SYSMAN_PASSWORD=sysman512
    SYSMAN_CONFIRM_PASSWORD=sysman512
    i have no clue here, any help greatly appropriated
    thanks

    few things you can check :
    a) Is there a password file ? Is the password correct in it ?
    b) SYSDBA remote login is disabled. remote_login_passwordfile is not set to EXCLUSIVE in the spfile or init.ora.
    Set: remote_login_passwordfile= EXCLUSIVE
    Create a password file:
    Unix: $
    orapwd file=$ORACLE_HOME/dbs/orapw$ORACLE_SID password=sys entries=5
    Windows:
    C:\> orapwd file=%ORACLE_HOME%\database\pwd%ORACLE_SID% password= sys entries=5
    To synchronize the password for sys for normal connections and connections as sysdba connect as a sysdba user and reset the sys password:
    $ sqlplus "/ as sysdba" SQL> ALTER USER SYS IDENTIFIED BY change_on_install;

  • Setting the username & password for the plain http adapter.

    Hi,
    When i am passing in an HTTP request into the integration engine's plain_http adapter url, i am required to give a username and a password for authentication.
    Is it possible to set this username and password globally some where, to avoid this to be given again for each message?
    The requirement is like, all http messages from our partners will be routed through a proxy in the DMZ which would have an authentication and we donot want the XI user credentials to be given again.
    Thanks & Regards,
    Renjith.

    If you want to just test http adapter use the code by stefan grube in the following thread.
    /message/266750#266750 [original link is broken]
    Thanks for the points
    regards
    SKM

  • Emca Continually Shows "Invalid username/password" for the DBSNMP User

    Hi,
    During configure dbconsole DBSNMP user is giving invalid password whereas i am able to connect dbsnmp using sqlplus as below.
    SQL> conn dbsnmp/dbsnmp@UAT
    Connected.
    while i m tryin to configure dbconsole got below error
    emca -config dbcontrol db -repos create
    $emca -config dbcontrol db -repos create
    STARTED EMCA at May 29, 2010 4:29:31 PM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: UAT
    Listener port number: 1521
    Password for SYS user:
    Password for DBSNMP user:
    Invalid username/password.
    Password for DBSNMP user:
    Invalid username/password.
    Password for DBSNMP user:
    Thanks

    Hi,
    Ok i will do in future.
    I did as you said but issue is still coming.Now the error is bit different in the log file For this same error i found solution in meta doc id 337260.1 for exact error In the solution i have to to set the value as below but it has already same value.
    Error:
    CONFIG: SQLEngine created successfully and connected
    May 29, 2010 5:03:06 PM oracle.sysman.emcp.DatabaseChecks validateUserCredential
    CONFIG: Failed to update account status.
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01034: ORACL
    E not available
    Solution:
    In order to fix the Invalid username/password message
    Check the profile limit for the users SYSMAN, DBSNMP and MGMT_VIEW
    select u.username, u.profile, p.resource_name, p.limit
    from dba_profiles p, dba_users u
    where p.profile=u.profile
    and u.username in ('SYS', 'SYSMAN','DBSNMP','MGMT_VIEW')
    and p.resource_type = 'PASSWORD'
    order by u.username, p.resource_name;
    If the value of LIMIT for PASSWORD_VERIFY_FUNCTION is not NULL:
    Change the password so that it meets the function requirements.
    If the value of LIMIT for PASSWORD_REUSE_MAX is not UNLIMITED:
    Change the password so that it is different from a password that has already been used the number of times set in PASSWORD_REUSE_MAX.
    Or
    Change the value of LIMIT for PASSWORD_REUSE_MAX to UNLIMITED for the profile.
    Below output of 1st query:
    USERNAME     PROFILE     RESOURCE_NAME     LIMIT
    DBSNMP     DEFAULT     FAILED_LOGIN_ATTEMPTS     UNLIMITED
    DBSNMP     DEFAULT     PASSWORD_GRACE_TIME     UNLIMITED
    DBSNMP     DEFAULT     PASSWORD_LIFE_TIME     UNLIMITED
    DBSNMP     DEFAULT     PASSWORD_LOCK_TIME     .0006
    DBSNMP     DEFAULT     PASSWORD_REUSE_MAX     UNLIMITED
    DBSNMP     DEFAULT     PASSWORD_REUSE_TIME     UNLIMITED
    DBSNMP     DEFAULT     PASSWORD_VERIFY_FUNCTION     NULL
    SYS     DEFAULT     FAILED_LOGIN_ATTEMPTS     UNLIMITED
    SYS     DEFAULT     PASSWORD_GRACE_TIME     UNLIMITED
    SYS     DEFAULT     PASSWORD_LIFE_TIME     UNLIMITED
    SYS     DEFAULT     PASSWORD_LOCK_TIME     .0006
    SYS     DEFAULT     PASSWORD_REUSE_MAX     UNLIMITED
    SYS     DEFAULT     PASSWORD_REUSE_TIME     UNLIMITED
    SYS     DEFAULT     PASSWORD_VERIFY_FUNCTION     NULL
    Thanks

  • Reset Username / PAssword for FAS270

    Hi Guys, I am new here and I just created my account days ago. I was ask to configure an FAS 270c and DS14-MK2 here at the office. I am also new to this technology, but I was able to have it up and running last week without error based on the LED's of the machine, both FAS270 and DS-14 My porblems is that, I am prompted by a username and password which the people here does not know about. My question is, How can you or I reset the username/password combination of an ONTAP system. Hope to hear from you on this matter. Thanks very much in advance. Jose Eliazar Bayaton

    The only way I know how to change a root password is to reboot the filer. You can just power cycle the filer since you can't login to type reboot.Press Ctrl-C to display the boot menu when prompted to do so.The storage system displays thefollowing boot menu:1) Normal Boot2) Boot without /etc/rc3) Change Password4) Initialize all disks4a) Same as option 4, but create aflexible root volume.5) Maintenance mode bootSelection (1-5)?Choose 3 to change root password...I would also set security options forpasswords like:options security.passwd.rules.maximum 14options security.passwd.rules.minimum.alphabetic 6I hope this is helps

  • Multiple popups for username/password for basic authentication.

    Safari 4.0.5 (5531.22.7) gives multiple popups for username/password while requesting a page which has more than one 'secure' items in it (basic auth). We expected that Safari to reuse the credentials entered the first time around and pass it on for subsequent requests. (Although RFC 2617 specifies that the credentials 'may' be reused, not really sure what Safari is doing here, though this seems to be the behavior on other popular browsers).
    There's another discussion that listed this problem but that too seems to be unresolved yet (http://discussions.apple.com/message.jspa?messageID=2074214).

    HI and welcome to Apple Discussions...
    If you have tried the suggestions at that link but nothing worked, update Safari.
    Apple Menu / Software Updates.
    Repair disk permissions after the updates are installed.
    Carolyn

  • How to get the admin username & password for JMX connection

    Hi All,
    I need to retrieve the username & password and pass it to the JNDI to get the JMX connection for MBean Server. I will be doing this locally.
    Is there an API that I can use to retrieve this information ?
    thanks
    -sheshi

    Forgot to mention, I am using WebLogic 9.1

  • Seeking username/password for loaded games.

    Hi, I have the Galaxy S III and have downloaded apps for Words with Friends, Scramble and Scrabble. Is there a place on my phone where I can find my user name/ password for these games and if so then can I set up the same logins on my new Kindle Fire so that I can by playing with the same partners no matter which tool I am using? Thanks in advance for any help you can provide.

    No, apps don't store usernames/passwords on the device, it would be too much of a security risk.

  • Safari will not autofill username/password for Hotmail

    I cannot get safari to autofill my username and password for hotmail.com. Everywhere else it works but not hotmail. Anybody else have this problem and now how to fix it? I have had my computer for 3 years and gone from tiger to snow leopard and this problem has always been there.

    HI,
    From the Safari Menu Bar click Safari/Preferences and select the Autofill tab.
    Click the Edit button next to "Other forms".
    Delete hotmail.com
    Click the Edit button next to "User names and Passwords". Delete Hotmail
    Relaunch Safari. If that didn't help...
    Quit Safari. Open Keychain Access. (Applications/Utilities) Select Passwords on the left. Delete the "Safari Forms AutoFill" and Hotmail items. Relaunch Safari. Next time it asks for authorization, click "Always Allow".
    Carolyn

  • What is username/password for Enterprise Management Website?

    Alright. I just installed the J2EE and Web Cache Install only of 9ias 9.0.2. However, I get done, and I try to access the Enterprise Management Website which by default you can get to at http://machinename.yourdomain:1810...that's what the installation program/script says...and it's correct. But nowhere in the documentation (and I cannot find the 9ias Administrator's guide anywhere on this website) does it tell you what the default username/password is for this website. Is this hardcoded into a file somewhere? What exactly is the default username and password...because it isn't blank?
    See, little tiny things like this is what bug the living daylights out of people who would otherwise be getting things done...and Oracle's software is riddled with stuff like this.

    The user is ias_admin and you should have been prompted for the password during the install.
    Good Luck!

Maybe you are looking for