Problem login denied as sys as sydba

Hi,
I was able to login as sys/passwd@dbname. But when I tried to connect sys/passwd@dbname as sysdba, I got this error :
ORA-01017: invalid username/password; logon denied
I was doing this using SQL*Plus and on the server where the database resides.
I need to shutdown this database. As far as I know I need to connect "as sysdba", right?
Any help would be appreciated. Thanks!

There are two ways to connect to Oracle as sysdba:
1) through the network using a password file (indeed, when specifying a sid in the connect string you are always connecting this way)
2) internally
For 1) to work, you need to have a password file in place and grant the sysdba rights to the users that can be connected to as sysdba remotely. To do so, the init.ora file needs the setting:
remote_login_passwordfile = exclusive
and you need to use the
orapwd
utility to create the password file. The password file stores the username/password for all connections that may remotely connect as sysdba. When you grant sysdba to a user, this file gets updated. In your case, my guess is that file was not made for the ess04 database and was for the ess03 database. Thus you are left with the following option. :)
For 2) to work, you need to correctly identify your instance. An instance is identified by two things: an ORACLE_SID and an ORACLE_HOME. (reason for this is you can have multiple instances per oracle installation and you can have multiple oracle installations on 1 machine.) Identification can be done by 'normal' environment variables which can be set in
- your registry or
- your machines environment variables or
- your sessions environment variables.
The last is easiest and most flexible if you have multiple instances on 1 machine. Just do this:
set ORACLE_SID=ESS04
set ORACLE_HOME=c:\oracle\ora81  (where oracle is installed, not including the bin directory)
sqlplus /nolog
connect / as sysdbaThis last command basically connects internally using the environment settings and without using the password file. You can only do this as administrator (ORA_DBA group user) on the machine the instance is installed on. Once you can connect internally, you can set up your instance to also allow remote sysdba connections as described in item 1.
This is similar on Unix.
Hope this helps,
Lennert

Similar Messages

  • Poblem connecting CISCO anyconnect secure mobility client ver. 3.1.04 versus Windows VISTA SP2: Login denied

    Hi,
    Suddenly I have this error with my client cisco AnnyConnect ver. 3.1.04063 connecting with my computer:windows vista SP2.
    Message appeared: "Login denied. "name_company" security policies have rejected your login" and nothing else.
    I tried to uninstall and reinstall the client annyconect ver.3.1.04063 but not success, the same message, I think it's a problem with my computer because my user id with other computer colleagues runs ok and I can authenticate perfectly.
    Few days ago and always I have worked without problems then I don't know what happens...perhaps an automatically update of windows vista¿?
    Anyone of you with similar issue or problem?
    Thanks in advance.

    I have another computer with windows 8.1 and Cisco VPN Anyconnect version 3.1 works fine ! what is wrong with this computer. After a little bit of research I realised that this issue is from cisco hostscan. Interesting enough comp A(computer A) where vpn client works does not have cisco host csan folder in program files (x86). On this computer I did saw that folder and deleted it.
    I found the following information
    C:\Users\<user>\AppData\Local\Cisco\Cisco HostScan\lib has some sort of .libs for various antivirus.... I have AVG Antivirus 2015 and Spy Bot ...
    I have attached log files, if anybody wants to investigate then you are more than happy to investigate. Happy to be of help in case if you need any further input.
    Tired of breaking my head...

  • Login denied valid AV software not found or AV signatures have not been updated in 2 weeks

    Hi All,
    Right now I'm using Windows 8 Operating system laptop here I'm using Cisco Any connect VPN client tool,While connecting to the VPN below is the error where I'm getting :
    "Login denied valid AV software not found or AV signatures have not been updated in 2 weeks".
    More over I have already disable the fire wall also still the issue is persist.
    Please any one can assets me how can I proceed for this.
    Many Thanks,
    Sudhir

    Hi Sudhir,
    Right now you are in the ServiceGrid Support Community and this is unfortunately something we can not answer for you.
    Please raise your question in our vpn community:
    https://supportforums.cisco.com/community/6001/vpn
    They will be happy to support you with your problem.
    Thanks
    Patrick

  • I have problem login to you tube built in

    I have problem login to youtube built in in ipad1 3.2 upgraded to 5.1.1, it simply do not get in rather in pc logged in without problems well? may install new you tube app not built in but stand alone or it can not done?

    The stand-alone youTube App only requires iOS 5 so it should work on your iPad.
    However, I think that you are going to have to find out why you cannot login to your youTube account since a different version of the app may make no difference with respect to that problem.
    Good luck!

  • OEM 11g login error with sys user.

    I have two database in my local host. one is created with dbca and another is manually created.
    i am not able to login ONLY with "sys" user in OEM 11g but i can login in sqlplus with the same user(only in database created manually ).

    yes m giving correct pwd as i mentioned i am bale to login with the same in sqlplus . below is the log details :
    C:\Users\jatrived>emca -deconfig dbcontrol db
    STARTED EMCA at Apr 25, 2013 12:33:20 PM
    EM Configuration Assistant, Version 11.2.0.0.2 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: cgdb
    Do you wish to continue? [yes(Y)/no(N)]: y
    Apr 25, 2013 12:33:29 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\oracle\cfgtoollogs\emca\cgdb\emca_2013_04_25_12_33_19.log.
    Apr 25, 2013 12:33:30 PM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Enterprise Manager configuration completed successfully
    FINISHED EMCA at Apr 25, 2013 12:34:12 PM
    C:\Users\jatrived>emca -config dbcontrol db
    STARTED EMCA at Apr 25, 2013 12:34:29 PM
    EM Configuration Assistant, Version 11.2.0.0.2 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: cgdb
    Listener port number: 1521
    Listener ORACLE_HOME [ D:\oracle\product\11.2.0\dbhome_1 ]:
    Password for SYS user:
    Password for DBSNMP user:
    Password for SYSMAN user:
    Password for SYSMAN user: Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ D:\oracle\product\11.2.0\dbhome_1
    Local hostname ................ ***********.corp.****.com
    Listener ORACLE_HOME ................ D:\oracle\product\11.2.0\dbhome_1
    Listener port number ................ 1521
    Database SID ................ cgdb
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: y
    Apr 25, 2013 12:35:12 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\oracle\cfgtoollogs\emca\cgdb\emca_2013_04_25_12_34_29.log.
    Apr 25, 2013 12:35:16 PM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    INFO: Uploading configuration data to EM repository (this may take a while) ...
    Apr 25, 2013 12:36:26 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Uploaded configuration data successfully
    Apr 25, 2013 12:36:33 PM oracle.sysman.emcp.util.DBControlUtil configureSoftwareLib
    INFO: Software library is already configured.
    Apr 25, 2013 12:36:33 PM oracle.sysman.emcp.util.DBControlUtil configureSoftwareLib
    INFO: EM_SWLIB_STAGE_LOC (value) will be ignored.
    Apr 25, 2013 12:36:33 PM oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrary
    INFO: Deploying Provisioning archives ...
    Apr 25, 2013 12:37:29 PM oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrary
    INFO: Provisioning archives deployed successfully.
    Apr 25, 2013 12:37:29 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Securing Database Control (this may take a while) ...
    Apr 25, 2013 12:37:36 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Database Control secured successfully.
    Apr 25, 2013 12:37:37 PM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Apr 25, 2013 12:38:23 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration
    INFO: Database Control started successfully
    Apr 25, 2013 12:38:23 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration
    INFO: >>>>>>>>>>> The Database Control URL is https://***********.corp.****.com:5500/em <<<<<<<<<<<
    Apr 25, 2013 12:38:25 PM oracle.sysman.emcp.EMDBPostConfig invoke
    WARNING:
    ************************ WARNING ************************
    Management Repository has been placed in secure mode wherein Enterprise Manager data will be encrypted. The encryption key has been pl
    aced in the file: D:/oracle/product/11.2.0/dbhome_1/***********.corp.****.com_cgdb/sysman/config/emkey.ora. Please ensure this f
    ile is backed up as the encrypted data will become unusable if this file is lost.
    Enterprise Manager configuration completed successfully
    FINISHED EMCA at Apr 25, 2013 12:38:25 PM
    portlist details :
    here now two db having same port , how to remove or change ?
    D:\oracle\product\11.2.0\dbhome_1\install>more portlist.ini
    Enterprise Manager Console HTTP Port (ORA10) = 5500
    Enterprise Manager Agent Port (ORA10) = 1830
    Enterprise Manager Console HTTP Port (jai) = 1158
    Enterprise Manager Agent Port (jai) = 3938
    Enterprise Manager Console HTTP Port (test) = 1158
    Enterprise Manager Agent Port (test) = 1830
    Enterprise Manager Console HTTP Port (cgdb) = 5500
    Enterprise Manager Agent Port (cgdb) = 1831

  • Tecra M5 Sysprep Problem with file hdaudbus.sys

    We have a syspreped image, which has been created from a Toshiba Tecra M2.
    Our current image works on the following model of machines :-
    Toshiba Portege 4000
    Toshiba Portge 4010
    Toshiba Portege M100
    Toshiba Portege R100
    Toshiba Tecra M2
    Toshiba Tecra S1
    Toshiba Satellite Pro 6000
    Toshiba Satellite Pro 6100
    We now have to get the current image working with the new Toshiba Tecra M5.
    The driver I am having a problem with is HDAUDBUS.sys
    When the machine first boots up and almost before it even tries to build itsself, it says it cannot find the file 'hdaudbus.sys' and it seems like it is looking on the D:, if you browse to system32\drivers, then the driver installs correctly, but I cannot seem to automate this process.
    I have copied over all the driver and inf files that are required.
    I have populated the sysprep.inf file (under the heading "OemPNPDriversPath") with the driver and the correct path. This does not make any difference. I also have 'DriversSigningPolicy' set to 'IGNORE'
    I have sysprep'd the image using -pnp, mini setup and reseal.
    The question is :-
    A) Am I doing something wrong and is there a correct way of getting windows/sysprep to automatically install this driver?
    B) I have a fix for the above problem, which is :-
    Put our sysprep'd image onto the Tecra M5, manually installed ALL the correct drivers and then re-sysprepped the image. The question is, Is it ok to do this? (It appears to work well)? Or is it not recommended to sysprep the same image, multiple times, on different model machines?
    Any advice would be appreciated!
    Thanks

    Hello Mark
    Your posting is very interesting but I really don't know who should help you. Like you can see this is user-to-user forum and you will be lucky if someone can tell you anything about your problem.
    This file is Microsoft one and try to check on some Microsoft support page if there is solution available.
    Anyway good luck!

  • ORA-01017: invalid username/password; logon denied FOR SYS USER

    Hello,
    I was usually login through the same password for sys user to log on to the database as sysdba, but last time i used " / as sysdba" to connect using local system administrative account which is connected very well and still connecting in the same way. The initializing parameter file set with the following parameter:
    remote_login_passwordfile=EXCLUSIVE
    Now if i use to connect the database server remotely using sys user, it gives me "ORA-01017: invalid username/password; logon denied" error and if i use the same login credentials on DB server machine using other local user accounts it is giving me "Insufficient Privilige" error. I can only connect now using local administrator account from DB server machine using " / as sysdba" statement.
    Kindly guide me the issue.

    When you use " / as sysdba" locally on server, you are using OS authentication which will bypass the password file and user/pass authentication.
    Looks like you have discrepancy between the password you use and real password. You can login " / as sysdba" and change your SYS password to a new one.
    When was last time you successfully login using password? What has changed since then?

  • Problem Login to Weblogic Server and Enterprise Manager Page

    Hi master and guru,
    I have installed WebLogic 10.3.5, SOA 11.1.1.5.0 and OIM 11.1.1.5.0 in production server.
    But when trying to login to Weblogic Server page (http:\\<host>:7001\console), failed without error.
    And when trying to login to Enterprise Manager page (http:\\<host>:7001\em), failed also.
    The error in log :
    initIgnoreList:Register 'oracle_ias_farm' login page url:/em/faces/targetauth/emasLogin
    <Oct 27, 2011 10:04:49 AM ICT> <Warning> <Socket> <BEA-000402> <There are: 5 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 4. You may want to alter your configuration.>
    m_connection-jpss null
    <Oct 27, 2011 10:05:09 AM ICT> <Error> <oracle.iam.platform.emmbeans.OIMDomainClusterMXBeanImpl> <BEA-000000> <Not able to fetch the OIMDB Info. Either the application is undeployed or the application server is shutdown. Hence populating the Information Not Available values for them>
    <Oct 27, 2011 10:05:09 AM ICT> <Error> <oracle.iam.platform.emmbeans.OIMDomainClusterMXBeanImpl> <BEA-000000> <Not able to fetch the SOA Info. Either the application is undeployed or the application server is shutdown. Hence populating the Information Not Available values for them>
    <Oct 27, 2011 10:05:09 AM ICT> <Error> <oracle.iam.platform.emmbeans.OIMDomainClusterMXBeanImpl> <BEA-000000> <Not able to fetch the OVD Info. Either the application is undeployed or the application server is shutdown. Hence populating the Information Not Available values for them>
    <Oct 27, 2011 10:05:09 AM ICT> <Warning> <oracle.iam.platform.emmbeans.OIMDomainClusterMXBeanImpl> <BEA-000000> <Found multiple WLS Domain MBeans>
    <Oct 27, 2011 10:05:14 AM ICT> <Warning> <oracle.adfinternal.view.faces.lifecycle.LifecycleImpl> <BEA-000000> <ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6
    java.lang.IllegalStateException: Cannot forward a response that is already committed
    +     at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)+
    +     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)+
    +     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)+
    +     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)+
    +     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)+
    +     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)+
    +     at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)+
    +     at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:469)+
    +     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:140)+
    +     at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)+
    +     at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)+
    +     at oracle.sysman.emSDK.adfext.ctlr.EMViewHandlerImpl.renderView(EMViewHandlerImpl.java:149)+
    +     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:800)+
    +     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:294)+
    +     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:214)+
    +     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)+
    +     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)+
    +     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)+
    +     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)+
    +     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:164)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)+
    +     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)+
    +     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)+
    +     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)+
    +     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)+
    +     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)+
    +     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:179)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:105)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)+
    +     at java.security.AccessController.doPrivileged(Native Method)+
    +     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)+
    +     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)+
    +     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)+
    +     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)+
    +     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)+
    +     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)+
    +     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)+
    +     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)+
    +     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)+
    +     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)+
    +     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)+
    +     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)+
    +     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)+
    >
    <Oct 27, 2011 10:05:14 AM ICT> <Error> <HTTP> <BEA-101020> <[ServletContext@333967374[app:em module:/em path:/em spec-version:2.5]] Servlet failed with Exception
    java.lang.IllegalStateException: Cannot forward a response that is already committed
    +     at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)+
    +     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)+
    +     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)+
    +     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)+
    +     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)+
    +     Truncated. see log file for complete stacktrace+
    >
    <Oct 27, 2011 10:05:14 AM ICT> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'AdminServer' has triggered at Oct 27, 2011 10:05:14 AM ICT. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = Oct 27, 2011 10:05:14 AM ICT SERVER = AdminServer MESSAGE = [ServletContext@333967374[app:em module:/em path:/em spec-version:2.5]] Servlet failed with Exception
    java.lang.IllegalStateException: Cannot forward a response that is already committed
    +     at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)+
    +     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)+
    +     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)+
    +     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)+
    +     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)+
    +     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)+
    +     at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)+
    +     at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:469)+
    +     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:140)+
    +     at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)+
    +     at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)+
    +     at oracle.sysman.emSDK.adfext.ctlr.EMViewHandlerImpl.renderView(EMViewHandlerImpl.java:149)+
    +     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:800)+
    +     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:294)+
    +     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:214)+
    +     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)+
    +     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)+
    +     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)+
    +     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)+
    +     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:164)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)+
    +     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)+
    +     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)+
    +     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)+
    +     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)+
    +     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)+
    +     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:179)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:105)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)+
    +     at java.security.AccessController.doPrivileged(Native Method)+
    +     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)+
    +     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)+
    +     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)+
    +     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)+
    +     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)+
    +     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)+
    +     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)+
    +     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)+
    +     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)+
    +     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)+
    +     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)+
    +     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)+
    +     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)+
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = IDM_APP TXID = CONTEXTID = 3ca8d5161a516ac2:7fbc50ed:1334350f599:-8000-0000000000000083 TIMESTAMP = 1319684714138
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    <Oct 27, 2011 10:05:15 AM ICT> <Alert> <Diagnostics> <BEA-320016> <Creating diagnostic image in c:\oracle\middleware\user_projects\domains\base_domain\servers\adminserver\adr\diag\ofm\base_domain\adminserver\incident\incdir_18 with a lockout minute period of 1.>
    But the weird thing is success when login to SOA (http:\\<host>:8001\soa-infra)
    Can anyone help me why this problem occured and how to solve it?
    Thank you,
    Ivan P.

    Hi
    Try to increase socket limits
    Normally you can do this within the admin console , Servers -> Configuration -> Tuning -> Socket Readers
    For you, since you can't login, set the ThreadPoolPercentSocketReaders in the config.xml to a higher value than 5
    kind regards
    Michel

  • Weblogic 9.2 Embedded LDAP Login denied!

    Hi,
    I am trying to put together users/ groups in the Embeded ldap for LDAP authentication. I saw in the embedded LDAP, the tree as
         domainName->myrealm->groups,people etc by default.
    Now, under the LDAP root domainName, I created a directory structure as:
         domainName->myorg->groups,users.
    In the weblogic console ( myrealm is the default security realm.)
    under myrealm, I created LDAP Authentication Provider and gave all the LDAP provider specific info for searching etc.
    I was able to see the users using the console screen.
    Now in my Web Application, using the "FORM based Authentication"(using j_username etc) I tried to login.
    I saw the AdminServer log:
    --getDNForUser search("ou=people,ou=myrealm,dc=domainA", "(&(uid=ldapuser2)(objectclass=person))", base DN & below)
    with the following exception:
    --javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User ldapuser2 denied
         at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:191)
    which means, Weblogic was trying to use the LDAP params which were pointing to 'myrealm'.
    I was expecting weblogic to search as I specified in the provider:
    "ou=users,ou=myorg,dc=domainA" rather than "ou=people,ou=myrealm,dc=domainA".
    Remember I am using Embeded LDAP.
    Please let me know whether what I am trying to achieve is something that Weblogic is capable of.
    By the way, when I put my users under the 'myrealm' directory it does authenticate.
    Please let me know
    Thank you in advance.
    Azim

    These are the steps that I followed to connect weblogic 9.2 with LDAP Port 636(SSL Enabled) and it worked fine.
    Steps for Installation of SSL
    1.     Modify the Provider Specific configuration in the Admin Console to use port 636 and ‘SSL Enabled’ (OR Modify config.xml)
         <wls:port>636</wls:port>
         <wls:ssl-enabled>true</wls:ssl-enabled>
    2.     Back up the D:\apps\bea\wls92\weblogic92\server\lib directory
    3.     Copy the certificate (xxxx.cer) to that directory
    4.     Import the certificate into the keystore:
    5.     D:\apps\bea\wls92\jrockit_150_12\bin\keytool -v -import -alias ldapcert -keystore DemoTrust.jks -file entrust_ssl_ca.cer -storepass DemoTrustKeyStorePassPhrase
    6.     Add the following parameter to the JAVA_OPTIONS in the start script (setDomainEnv.cmd):
    a.     -Dweblogic.security.SSL.allowSmallRSAExponent=true
    7.     Restart WebLogic (Admin) Server

  • Portal LDAP permission problems: Login causing "Insufficient access"

    Hello,
    We have OID / Portal / 10gAS version 9.0.4.1 in development and production. We are using the 10gAS as a J2EE webapp server and the OID server as an LDAP server. Portal was working, but we had to make modifications to the default ACP's in OID for our DIT to be secure.
    Bottom line:
    Logging in as a user to portal yields:
    " Unexpected error encountered in wwsec_app_priv.process_signon (User-Defined Exception) (WWC-41417)
    An exception was raised when accessing the Oracle Internet Directory: 50: Insufficient access
    Details
    Operation: dbms_ldap_utl.get_group_membership. (WWC-41743)
    Looking back at the ACL trace yields the following:
    BEGIN
    2004/12/10:08:57:25 * ServerWorker:4 * ConnID:31 * OpId:1 * OpName:search
    gslsfbiDumpSubscribedGroups: Op. ID: <1> Subscribed Orclprivilege Groups for the user DN: <orclapplicationcommonname=portal.040405.1647,cn=portal,cn=products,cn=oraclecontext>
    08:57:25 * Op. ID: <1> Group0 for the user DN:<cn=authenticationservices,cn=groups,cn=oraclecontext>
    08:57:25 * Op. ID: <1> Group1 for the user DN:<cn=userproxyprivilege,cn=groups,cn=oraclecontext>
    08:57:25 * Op. ID: <1> Group2 for the user DN:<cn=oracledascreateuser,cn=groups,cn=oraclecontext>
    08:57:25 * Op. ID: <1> Group3 for the user DN:<cn=oracledascreategroup,cn=groups,cn=oraclecontext>
    08:57:25 * Op. ID: <1> Group4 for the user DN:<cn=common group attributes,cn=groups,cn=oraclecontext>
    08:57:25 * Op. ID: <1> Group5 for the user DN:<cn=oracledasconfiguration,cn=groups,cn=oraclecontext,dc=tekelec,dc=com>
    08:57:25 * Op. ID: <1> Group6 for the user DN:<cn=authenticationservices,cn=groups,cn=oraclecontext,dc=tekelec,dc=com>
    08:57:25 * Op. ID: <1> Group7 for the user DN:<cn=userproxyprivilege,cn=groups,cn=oraclecontext,dc=tekelec,dc=com>
    08:57:25 * Op. ID: <1> Group8 for the user DN:<cn=oracledascreateuser,cn=groups,cn=oraclecontext,dc=tekelec,dc=com>
    08:57:25 * Op. ID: <1> Group9 for the user DN:<cn=oracledascreategroup,cn=groups,cn=oraclecontext,dc=tekelec,dc=com>
    08:57:25 * Op. ID: <1> Group10 for the user DN:<cn=common group attributes,cn=groups,cn=oraclecontext,dc=tekelec,dc=com>
    08:57:25 * gslsfbiDumpSubscribedGroups: Op. ID: <1> Subscribed Orclacp Groups for the user DN: <orclapplicationcommonname=portal.040405.1647,cn=portal,cn=products,cn=oraclecontext>
    08:57:25 * gslfacZEvaluate_Filter:Operation id:(1) Entry DN:(uid=saitken,cn=users,dc=tekelec,dc=com)
    08:57:25 * gslfacZEvaluate_Filter: Operation id:(1) User DN: (orclapplicationcommonname=portal.040405.1647,cn=portal,cn=products,cn=oraclecontext)
    08:57:25 * gslfacZEvaluate_Filter:Operation id:(1) Visiting ACP at: (cn=users,dc=tekelec,dc=com)
    08:57:25 * gslfacZEvaluate_Filter:Operation id:(1) Filter Accees denied by ACP: (cn=users,dc=tekelec,dc=com)
    08:57:25 * gslfacZEvaluate_Filter:Operation id:(1) User being Privileged group member, Evaluation continues
    08:57:25 * gslfacZEvaluate_Filter:Operation id:(1) Visiting ACP at: (dc=tekelec,dc=com)
    08:57:25 * gslfacZEvaluate_Filter:Operation id:(1) Visiting ACP at: (dc=com)
    08:57:25 * gslfacZEvaluate_Filter:Operation id:(1) Filter Accees denied by ACP: (dc=com)
    08:57:25 * gslfacZEvaluate_Filter:Operation id:(1) User being Privileged group member, Evaluation continues
    08:57:25 * gslfacZEvaluate_Filter:Operation id:(1) Visiting ACP at: (cn=root)
    08:57:25 * gslfacZEvaluate_Filter:Operation id:(1) Filter Accees denied by ACP: (cn=root)
    08:57:25 * gslfacZEvaluate_Filter:Operation id:(1) User being Privileged group member, Evaluation continues
    08:57:25 * gslfacZEvaluate_Filter: Op id:(1) Filter Access to entry (uid=saitken,cn=Users,dc=tekelec,dc=com) not allowed
    08:57:25 * INFO: gslfrsDSendSearchEntry : Access to filter attributes not allowed
    END
    The interpretation of this is that the service account "(orclapplicationcommonname=portal.040405.1647,cn=portal,cn=products,cn=oraclecontext)" does not have sufficient privileges to "Op id:(1) Filter Access to entry" or, "Browse the entry" with the DN "uid=saitken,cn=Users,dc=tekelec,dc=com". This is the user I am attempting to log in as.
    The current ACP entries against the "users" container that is causing the deny.. "Filter Accees denied by ACP: (cn=users,dc=tekelec,dc=com)" seems to be the problem.
    The real issue is that "entry level" access should be possible by all users in the system. The ACP entries I have on the 'users' entry / container is as follows:
    - orclaci: access to entry by self (browse)
    - orclaci: access to entry filter=(objectclass=tekuser) by * (browse) by group="cn=service accounts,cn=groups,dc=tekelec,dc=com" (browse,delete) by group="cn=it - user admins,cn=groups,dc=tekelec,dc=com" (browse,delete)
    - orclaci: access to entry filter=(objectclass=inetorgperson) by group="cn=oracledascreateuser, cn=groups,cn=OracleContext,dc=tekelec,dc=com" added_object_constraint=(objectclass=orcluser*) (browse,add) by group="cn=oracledasdeleteuser, cn=groups,cn=OracleContext,dc=tekelec,dc=com" (browse,delete) by group="cn=oracledasedituser, cn=groups,cn=OracleContext,dc=tekelec,dc=com" (browse) by group="cn=UserProxyPrivilege, cn=Groups,cn=OracleContext,dc=tekelec,dc=com" (browse, proxy) by dn="orclApplicationCommonName=DASApp, cn=DAS, cn=Products,cn=oraclecontext" (browse,proxy) by self (browse, nodelete, noadd) by group="cn=Common User Attributes, cn=Groups,cn=OracleContext,dc=tekelec,dc=com" (browse)
    All users under the "Users" container are of objectclass 'tekuser'. The last ACP point was massaged from the original install of Portal.
    The real clincher that I don't understand is that the single entry "access to entry filter=(objectclass=tekuser) by * (browse)" should be allowing browse access to my entry to everyone! (Including the service account for portal!)
    So, as I wind around this ball of wax, I deparately seek assistance. I understand the complexities of ACP's and know of a few problems, but nothing that would cause this.
    Does anyone have any insight? Any feedback is greatly appreciated!
    The best thing that I could have right now would be a spec (or requirements) of permission configuration against an LDAP server (or OID) for Portal to perform it's normal tasks. Unfortunately, I have yet to find any docos on ACL requirements of Portal. :(
    -Sean

    Sean: Did you find an answer to your issue. We seem to be experiencing the same issue here - but not much help for the Error - WWC-41743.
    Error Text - Operation: dbms_ldap.modify_s
    Entry DN: cn=AUTHENTICATED_USERS,cn=portal.050125.132734.548814000,cn=groups,dc=us,dc=deloitte,dc=com
    Changes
    uniquemember: Add: cn=invcm1,cn=users,dc=us,dc=deloitte,dc=com.
    Would appreciate any help. You can send mail to [email protected]
    Thank you again!
    Shomic

  • System Problems: Login items & Application failures

    Well ive tried a few home remedies to the following problems, but to no avail.
    this is going to be a long one but im going to tell you what ive tried so we dont repeat ourselves
    Login items:
    list is CLEAR.  (http://cl.ly/1Q3k2l2U0B1K0z2G0U37)
    yet still i have: Microsoft messenger, Safari, Terminal and Textedit opening on startup. on the dock, when i right click, 'open on startup' is NOT checked.
    ive tried a disk repair. via disk utility and terminal commands. none work.
    any help/advice is much appreciated.
    second problem, im not sure if it is related or not
    whenever i load up Textedit (including when it tries to load on login) it crashes, brings up an error report i dont really understand, a massive one at that, and i havnt yet been able to get it to work.
    ive tried removing the preference file, ive tried killing it with terminal. again, no avail.
    thanks in advance for any help given.

    Welcome to the iOS world of nonthinking, wherein the OS decides everything for you, whether or not that's what you want. Salient details described in http://www.apple.com/macosx/whats-new/features.html#resume
    See these for possible fixes:
    http://hints.macworld.com/article.php?story=20110918051930924
    http://osxdaily.com/2011/08/01/turn-off-resume-per-app-in-mac-os-x-lion/
    http://restoremenot.info/

  • !!! Forum Problem "Login Delay"

    There is a problem with the forum when responding to email digest messages...
    Responding to any post by clicking the message link in the digest email, then clicking "post..."
    results in a login screen...
    however, at least all of this week, immediately logging in results in
    "Login Delay" meaning that the message cannot be posted or salvaged.
    Beverly Howard [MS MVP-Mobile Devices]

    >>> Well, I'm getting quite a few hits... <<
    Users need all the help they can get ;-) The traffic here is down significantly... no way of knowing if that's due to the forum problem or the product.
    Apologies for my obvious frustration... this problem has been wasting my time for too long and since generous individuals such as you and others are doing the work that adobe abdicates for free, the least they should do is to remove the blockades that their (adobe's) apathy places in their path.
    The page I am sending this from at the moment shows "logged in as Beverly Howard" at the top but clicking "post message" results in a "login delay" failure, so the only option is to navigate back to the top, log in, navigate back to the message an try again... sometimes several times... tip for others... copy the message body from the edit box before you navigate back.
    Beverly Howard [MS MVP-Mobile Devices]

  • Problem Login Into SQLPLUS

    I am running my Oracle Enterprise DB 9.2.0.1.0 on my Linux Red Hat 8.0 box.
    The DB was installed successfully and I even can connect to the database I created via my Java program.
    However, when I startup the SQLPLUS (via my "oracle" user account), I had tried logging in with IDs "sys", "system", "daniel" (ID I created using the Enterprise Manager Console). They all failed with message ORA-07217: Environment variables cannot be evaluated.
    After checking the error message for its meaning, I found that the cause was that the GETENV returns a null pointer. Although, I know the meaning of the error message, I could not fix the problem. I had checked my environment variable. The include:
    ORACLE_HOME=/home/oracle/OraHome1/
    JAVA_HOME=/usr/java/j2sdk1.4.1_01/
    PATH=$ORACLE_HOME/bin:$JAVA_HOME/bin:.
    CLASSPATH=$ORACLE_HOME/jdbc/lib/classes12.zip:$ORACLE_HOME/jdbc/lib/nls_charset12.zip:.
    My knowledge tells me that I had done it according to books.
    Pls help. Thanks!

    oppss..the environment variable includes another important entry:
    LD_LIBRARY_PATH=$ORACLE_HOME/lib/

  • Caps stuck on. Login denied

    In the middle of writing an email the script turned to caps which I couldn't get rid of. Tried restarting but it took me to a 'safe boot' login page that I hadn't seen before. My password doesn't work. Caps still on? At no time was the caps log light on. Tried following a PRAM re-boot from Internet instructions, but still can't log in. Can anyone help please?

    Problem fixed. Shift key was slightly stuck down. Thank you nice man from AppleCare who isolated the problem to the keyboard and made me check!

  • I have problem login into my user account

    i was using my macbook pro and it automatically logged off to the login window. since then i have been trying to log in but it seems to be login in and shows a flash blank screen and returns back to the login window. pls what is happening help me

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click  Log in.
    *Note: If FileVault is enabled under OS X 10.7 or later, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode. Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

Maybe you are looking for

  • Cisco ISE 1.2 AD Auth and Internal Auth on Same SSID?

    Hello everyone... I'm fairly new to Cisco ISE 1.2 and am looking to try and setup a certain configuration.  I'm trying to figure out how to create what amounts to a BYOD dmz'd wireless network that is PEAP based (or tls) but authenticates known users

  • SC-Cost Assignment Create Asset Master Button Hide

    Hi All, We are using SRM 5 SP013. We have a requirement to hide the 'Create Asset Master' Button under cost assigment tab ( when we select Asset) and to make the Asset class field display mode.. I used the BADI BBP_UI_CONTROL_BADI ( method BBP_SC_UI_

  • Process order settlement account determination

    Hi, I have requirement for a particular plant to post the production variance to a different GL account than what has been setup in PRD - PRF OBYC setting. The valuation area grouping of this plant is also shared by other plants. If i create a new va

  • WRT54G Question on how far does the signal reach?

    Question on how far does the signal reach? Like from the system box at home base, could you take the laptop what distance from it? Miles? Or jus a short distance? And what distance if anyone knows? Message Edited by White_Devil on 04-09-2008 08:21 PM

  • Java 3deditor won't load!!! PLEASE HELP!

    When i run j3dedit i get this- C:\j2sdk_nb\netbeans3.5\j3dnewbean\J3dEditor_2.0\bin>java -Xmx256m -cp ..\..\J3d Fly_2.0\lib\j3dfly.jar;..\..\J3dFly_2.0\lib\jh.jar;..\..\J3dFly_2.0\lib\j3dfly-u tils.jar;..\lib\j3dedit.jar;..\lib\j3d_interposer.jar; -D