Unable to login using weblogic in sample tutorial page

I am trying to login using "weblogic" and "weblogic1" credentials to the tutorial page at http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10273/createapp.htm
But after I click the link "login", nothing is happening. I mean no response is coming and progress bar shows still waiting. Neither its saying invalid credentials.
But using the same credentials I am able to successfully login into the console page at http://127.0.0.1:7101/console
I even tried to delete the DefaultDomain and started Integrated Weblogic server and it again automatically created the domain. But still same problem exists.
Please let me know. Thanks.

Hi,
You need to run the setup once to register the administrator user for discussion server. Open /Oracle/Middleware/user_projects/domains/yourdomain/config/fmwconfig/servers/WC_Collaboration1/owc_discussions/jive_startup.xml file and change "true" to "false"
<jive>
<!-- When setup is false, you can access the setup tool. -->
<setup>true</setup> // Change it to false
<!-- Database settings -->
<database>
Now access the http://host:port/owc_discussions/admin/setup and make the configuration and on last step specify weblogic or any other user as admin. Then you will be able to access it.
Thanks

Similar Messages

  • Unable to login using OAM Custom Authentication Plugin

    Hi,
    I have a problem with OAM Custom Authentication Plugin, My Plugin is Activate successfully. When try to login from Access Manager SSO login page, it is unable to login. I am getting followiing message in the log file.
    I am return ExecutionStatus.SUCCESS from my Java code and I have only one step where I have attached Plugin and my Steps Orchestration is
    On Success -> Success
    On Failure -> Failure
    On Error -> Failure
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller: processing Event:process_creds.
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller:  Event processing finished :process_creds with status fail.
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller: processing Event:is_resource_protected.
    Jun 12, 2013 9:06:22 AM oracle.security.am.engines.enginecontroller.AuthzEngineController processEvent
    INFO: Processing Event is_resource_protected
    Jun 12, 2013 9:06:22 AM oracle.security.am.engines.enginecontroller.AuthzEngineController processEvent
    INFO: Is Resource Protected status : success
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller:  Event processing finished :is_resource_protected with status success.
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller: processing Event:check_valid_session.
    Jun 12, 2013 9:06:22 AM oracle.security.am.engines.enginecontroller.sso.SSOEngineController processEvent
    INFO: Processing Event check_valid_session
    Jun 12, 2013 9:06:22 AM oracle.security.am.engines.enginecontroller.sso.SSOEngineController processEvent
    INFO: Processing Event check_valid_session
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller:  Event processing finished :check_valid_session with status fail.
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller: processing Event:process_creds.
    Jun 12, 2013 9:06:22 AM oracle.security.am.engines.enginecontroller.credcollect.CredCollectEngineController handleProcessCredentials
    INFO: Successfully validated the submitted credentials.
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller:  Event processing finished :process_creds with status success.
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller: processing Event:validate_creds.
    Jun 12, 2013 9:06:22 AM oracle.security.am.engines.enginecontroller.AuthnEngineController processEvent
    INFO: Processing Event validate_creds
    Jun 12, 2013 9:06:22 AM oracle.security.am.engines.enginecontroller.authn processEvent
    INFO: Policy ID : DB User Authentication Scheme
    Jun 12, 2013 9:06:22 AM oracle.security.am.engine.authn.internal.controller.AuthenticationEngineControllerImpl validateUser
    INFO: Authentication Scheme Id: DB User Authentication Scheme.
    Jun 12, 2013 9:06:22 AM oracle.security.am.engine.authn.internal.controller.AuthenticationEngineControllerImpl validateUser
    INFO: Runtime Authentication Scheme: Scheme name: = DB User Authentication Scheme
    Scheme Challenge URL: = http://idmlab.tigerit.com:14100/oam/server/
    Scheme Challenge Mec: = FORM
    Scheme Challenge Par: = {contextType=default, username=string, contextValue=OAM, password=sercure_string, challenge_url=/pages/login.jsp}
    Authentication Module Name: = DB Authentication module
    Jun 12, 2013 9:06:22 AM oracle.security.am.engine.authn.internal.executor.AuthenticationSchemeExecutor execute
    INFO: Authentication Module Factory Class: DB Authentication module.
    Jun 12, 2013 9:06:22 AM oracle.security.am.common.diagnostic.DiagnosticUtil getDynamicPath
    INFO: DiagnosticUtil: enetered getDynamicPath
    Jun 12, 2013 9:06:22 AM oracle.security.am.engines.common.adapters.OAMLoggerImpl info
    INFO: Registering collector at runtime.
    Jun 12, 2013 9:06:22 AM oracle.security.am.common.diagnostic.impl.MetricHierarchy getOrCreateCollector
    INFO: Collector already exists, reusing existing.
    Jun 12, 2013 9:06:22 AM oracle.security.am.common.diagnostic.DiagnosticUtil getDynamicPath
    INFO: DiagnosticUtil: enetered getDynamicPath
    Jun 12, 2013 9:06:22 AM oracle.security.am.engines.common.adapters.OAMLoggerImpl info
    INFO: Registering collector at runtime.
    Jun 12, 2013 9:06:22 AM oracle.security.am.common.diagnostic.impl.MetricHierarchy getOrCreateCollector
    INFO: Collector: ["PluginPhaseEvent.oracle.security.am.plugin.diagnostic.PluginPhaseEvent@6d6a08fb":" Collector    : OAMS/OAM/Plugin/AUTHN/Plugin_SamplePlugin/PluginLocate
      Type     : PHASE_EVENT
      Metrics  : 511
      LogLevel : OFF
      EnableRate : false  EnablePersistence : false"], registered at runtime.
    Jun 12, 2013 9:06:22 AM oracle.security.am.engines.common.adapters.OAMLoggerImpl info
    INFO: Registering collector at runtime.
    Jun 12, 2013 9:06:22 AM oracle.security.am.common.diagnostic.impl.MetricHierarchy getOrCreateCollector
    INFO: Collector already exists, reusing existing.
    User Name: test and Password : test
    Authentication Successfull return ExecutionStatus.SUCCESS
    Jun 12, 2013 9:06:22 AM oracle.security.am.engine.authn.internal.controller.AuthenticationEngineControllerImpl validateUser
    INFO: Result of Authentication Scheme Execution: false.
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller:  Event processing finished :validate_creds with status fail.
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller: processing Event:check_authn_retry.
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller:  Event processing finished :check_authn_retry with status success.
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller: processing Event:cred_collect.
    Jun 12, 2013 9:06:22 AM oracle.security.am.engines.enginecontroller.credcollect.CredCollectEngineController handleCollectCredentials
    INFO: Processing Event cred_collect
    Jun 12, 2013 9:06:22 AM oracle.security.am.engines.enginecontroller.credcollect.CredCollectEngineController handleCollectCredentials
    INFO: Credential collection process success.
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller:  Event processing finished :cred_collect with status success.
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller: processing Event:PBL_return.
    Jun 12, 2013 9:06:22 AM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller:  Event processing finished :PBL_return with status success.
    Can anyone help me regarding this issue.
    Thanks
    Tamim Khan

    Hi,
    Little update about authentication plugin, please see the log file below, Result of Authentication Scheme Execution:true, now but, still the cookie is LOGGEDOUTCONTINUE and still I am unable to login.  
    Jun 19, 2013 1:51:44 PM oracle.security.am.common.controller.util.BasicCacheHandler sync
    INFO: Cache data sync:InProcess for request -414941018507193158;
    Jun 19, 2013 1:51:44 PM oracle.security.am.common.controller.util.BasicCacheHandler sync
    INFO: Cache data sync:Success for request -414941018507193158;
    Jun 19, 2013 1:51:44 PM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller: processing Event:process_creds.
    Jun 19, 2013 1:51:44 PM oracle.security.am.engines.enginecontroller.credcollect.CredCollectEngineController handleProcessCredentials
    INFO: Successfully validated the submitted credentials.
    Jun 19, 2013 1:51:44 PM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller:  Event processing finished :process_creds with status success.
    Jun 19, 2013 1:51:44 PM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller: processing Event:validate_creds.
    Jun 19, 2013 1:51:44 PM oracle.security.am.engines.enginecontroller.AuthnEngineController processEvent
    INFO: Processing Event validate_creds
    Jun 19, 2013 1:51:44 PM oracle.security.am.engines.enginecontroller.authn processEvent
    INFO: Policy ID : DB Authentication Scheme
    Jun 19, 2013 1:51:44 PM oracle.security.am.engine.authn.internal.controller.AuthenticationEngineControllerImpl validateUser
    INFO: Authentication Scheme Id: DB Authentication Scheme.
    Jun 19, 2013 1:51:44 PM oracle.security.am.engine.authn.internal.controller.AuthenticationEngineControllerImpl validateUser
    INFO: Runtime Authentication Scheme: Scheme name: = DB Authentication Scheme
    Scheme Challenge URL: = http://idmlab.tigerit.com:14100/oam/server/
    Scheme Challenge Mec: = FORM
    Scheme Challenge Par: = {contextType=external, username=string, contextValue=/oam, password=sercure_string, challenge_url=http://192.168.1.220:14100/ssologin/ssologin.jsp}
    Authentication Module Name: = DB Authentication Module
    Jun 19, 2013 1:51:44 PM oracle.security.am.engine.authn.internal.executor.AuthenticationSchemeExecutor execute
    INFO: Authentication Module Factory Class: DB Authentication Module.
    Jun 19, 2013 1:51:44 PM oracle.security.am.common.diagnostic.DiagnosticUtil getDynamicPath
    INFO: DiagnosticUtil: enetered getDynamicPath
    Jun 19, 2013 1:51:44 PM oracle.security.am.engines.common.adapters.OAMLoggerImpl info
    INFO: Registering collector at runtime.
    Jun 19, 2013 1:51:44 PM oracle.security.am.common.diagnostic.impl.MetricHierarchy getOrCreateCollector
    INFO: Collector already exists, reusing existing.
    Jun 19, 2013 1:51:44 PM oracle.security.am.common.diagnostic.DiagnosticUtil getDynamicPath
    INFO: DiagnosticUtil: enetered getDynamicPath
    Jun 19, 2013 1:51:44 PM oracle.security.am.engines.common.adapters.OAMLoggerImpl info
    INFO: Registering collector at runtime.
    Jun 19, 2013 1:51:44 PM oracle.security.am.common.diagnostic.impl.MetricHierarchy getOrCreateCollector
    INFO: Collector already exists, reusing existing.
    User Name: test and Password : test
    Set 1st  Responce
    Set 2nd  Responce
    Set 3rd  Responce
    Setting cookie
    Authentication Successfull return ExecutionStatus.SUCCESS
    Jun 19, 2013 1:51:44 PM oracle.security.am.common.diagnostic.DiagnosticUtil getDynamicPath
    INFO: DiagnosticUtil: enetered getDynamicPath
    Jun 19, 2013 1:51:44 PM oracle.security.am.engines.common.adapters.OAMLoggerImpl info
    INFO: Registering collector at runtime.
    Jun 19, 2013 1:51:44 PM oracle.security.am.common.diagnostic.impl.MetricHierarchy getOrCreateCollector
    INFO: Collector already exists, reusing existing.
    Jun 19, 2013 1:51:44 PM oracle.security.am.engine.authn.internal.controller.AuthenticationEngineControllerImpl validateUser
    INFO: Result of Authentication Scheme Execution: true.
    Jun 19, 2013 1:51:44 PM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller:  Event processing finished :validate_creds with status fail.
    Jun 19, 2013 1:51:44 PM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller: processing Event:check_authn_retry.
    Jun 19, 2013 1:51:44 PM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller:  Event processing finished :check_authn_retry with status success.
    Jun 19, 2013 1:51:44 PM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller: processing Event:cred_collect.
    Jun 19, 2013 1:51:44 PM oracle.security.am.engines.enginecontroller.credcollect.CredCollectEngineController handleCollectCredentials
    INFO: Processing Event cred_collect
    Jun 19, 2013 1:51:44 PM oracle.security.am.engines.enginecontroller.credcollect.CredCollectEngineController handleCollectCredentials
    INFO: Credential collection process success.
    Jun 19, 2013 1:51:44 PM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller:  Event processing finished :cred_collect with status success.
    Jun 19, 2013 1:51:44 PM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller: processing Event:PBL_return.
    Jun 19, 2013 1:51:44 PM oracle.security.am.controller.MasterController processEvent
    INFO: Master Controller:  Event processing finished :PBL_return with status success.
    Jun 19, 2013 1:51:44 PM oracle.security.am.common.controller.util.BasicCacheHandler sync
    INFO: Cache data sync:InProcess for request -414941018507193158;
    Jun 19, 2013 1:51:44 PM oracle.security.am.common.controller.util.BasicCacheHandler sync
    INFO: Cache data sync:Success for request -414941018507193158;
    Can anyone help me please.
    Thanks
    Tamim Khan

  • New Vision 12.1.1. Unable to login using IE (7 or 8). Firefox 3 & 4 OK

    Brand new, fresh 'out of the box' R12.1.1 vision install on Solaris 10. No additional EBS or tech stack patching done (yet!).
    Install went OK, no issues at all.
    On first connecting to the Apps using Internet Explorer - I get to the login page enter sysadmin/sysadmin, click Login. The browser thinks about it for a second and then returns to the login screen. No errors reported. It just doesn't progress to responsibility selection.
    I get this with the following PC's
    Win XP SP3 - IE7
    Win XP SP3 - IE8
    Win 7 SP1 - IE8
    Exactly the same procedure (on the same PC's) but using Firefox 3 and 4 - I can login fine. Select responsibilities and get into professional forms.
    The Apache logs ($LOG_HOME/ora/10.1.3/Apache) have nothing but the loading of the pages - no errors reported at all.
    I've tried the following so far - nothing has helped
    Bounced Apps
    Bounced DB
    Cleared browser caches
    Cleared EBS Cached (Functional Administrator > Core Services > Caching framework) - did this when using Firefox!
    Ran AutoCOnfig - completes status 0
    Cloned the VIS env to itself
    Anyone got any pointers on what to try next / what may be wrong here?
    Thanks
    Des
    Edited by: DesCollins on 25-Mar-2011 13:58
    Edited by: DesCollins on 25-Mar-2011 13:58

    Update on this issue
    This issue is related to note 420573.1 - Session Error Raised Direct After Login when Using Two-Letter Domain Segments
    Being in the UK it's not too uncommon for server names / addresses to end with .uk - I'd go as far as to say it's pretty common place.
    Looks like somthing in the way R12 works is not setting the cookie information correctly for an EBS sytsem on a server with .uk at the end of the address.
    This is worked around by;
    Editting 'SpecialDomains' in
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0
    I added - lp. rg. ku.
    This 'fix' has worked fine for my Windows XP/IE7 PC - and allows me to login to R12
    The same fix has NOT worked for Windows 7/ IE8.
    Weird thing is... on the same server on which we have this new Vision R12 system, we have many 11.5.10.2 environments. They work with or without the registry hack for WinXP or Win7 clients.
    The SR with Oracle is still ongoing. They're trying to determin what the difference is between how 11i handles the cookie setting and how R12 does.
    If any more progress is made I'll try update this thread.

  • Unable to login. No recovery disk. How can I boot into command line?

    I am unable to login using my Apple ID, using the password reset option does not work. I have no recovery disk. Don't mind wiping it if necessary. Please advise, thanks

    Please carefully read  OS X Mountain Lion: Reset a login password

  • Unable to login Process Integrator Studio/Worklist

    I'm unable to login the weblogic process integrator's studio/worklist.(evaluation copy). I successfully installed the Process Integrator with cloudscape database and commented out "weblogic.security.realmClass=..." and created the users, groups and orgs. Having done so, I am able to bring the server up, but unalbe to login the studio. It does not take any of the 5 users (defined in weblgic.properties) with the respective passwords, though these useraccounts are sucessfully created in the database. message reads: make sure username, password and server URL are all correct. null No server found at T3://localhost:7001 It also diplays "com.bea.wlpi.WLPIPrincipal".

    Vasudevan Atteeri <[email protected]> wrote:
    I'm unable to login the weblogic process integrator's
    studio/worklist.(evaluation copy). Vasudevan: Your server hasn't started properly. When running server.cmd
    watch the console. The At the end, you should see the message
    " <ListenThread> Listening on port: 7001"
    "Weblogic Server started"
    message reads: make sure username, password and server
    URL are all correct. null No server found at T3://localhost:7001
    It also diplays "com.bea.wlpi.WLPIPrincipal".

  • Cannot run WebLogic Integration Samples from QuickStart

    I have installed the full WebLogic platform on an Intel box running Red Hat Linux
    8.0. From QuickStart I am unable to run the WebLogic Integration Samples. Everything
    else seems to work as expected.
    The error message that results when attempting to run the Integration samples
    is as follows:
    RunSamples execution failed: /usr/local/bea/weblogic700/samples/integration/samples/lib/RunSamples.xml:106:
    Cannot execute switchdb pointbase

    Dear Micha,
    Did you maintain the host file in Drivers\etc file:
    hope this will solve the problem
    If you did not add them plz add the hosts as follows:
          102.54.94.97     rhino.acme.com          # source server
           38.25.63.10     x.acme.com              # x client host
          (your PI server IP)   server Id name
    And also check your Java web start version.
    download the correct version for sun website.
    Best Regards
    Praveen K Kurni

  • Nee Help - Unable to Login

    Hi,
    I have my old OTN account and used my mail ID [email protected] at that time and I am unable to login using this account since I joined as an Employee of Oracle.
    But, I am able to connect to OTN using my SSO Credentials.
    Please suggest and guide me.
    Thank you in advance.
    Regards,
    Sailaja
    Edited by: Sailaja on Mar 30, 2012 6:21 PM

    Hi,
    I am able to connect now using my old account.
    But, number of posts reset to ZERO and account creation date showing 2011, but I had created this account before 10 years.
    No problems, I am happy as at least I am able to connect.
    Regards,
    Sailaja
    Edited by: Sailaja P on Mar 31, 2012 7:19 AM

  • Unable to login to application

    Hi All,
    After doing the cloning in unable to login to applications im getting error "page cannot be displayed".
    Apache error
    168.94.79.130 - - [13/May/2011:08:31:13 -0500] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 262 1
    168.94.79.130 - - [13/May/2011:08:31:13 -0500] "GET /OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE HTTP/1.1" 200 230 0
    167.209.2.1 - - [13/May/2011:08:31:16 -0500] "HEAD /hpov_web_connection.html HTTP/1.1" 200 0 0
    Workaround
    Relink ad,f60webmx.change the parameter DLONG_LONG_RUNNING_JVM TO false in jserv.properties.
    Still we are facing the same issue.
    Referd documents.
    After Cloning on Target instance FRM-92050 Failed to connect to the Server [ID 253763.1]
    FRM-92050 Connecting and "Failed to exec runform f60webmx" Starting Forms Server [ID 438231.1]
    Failed To Connect To Server Frm-92050 [ID 253927.1]
    CANNOT LOGIN /OA_HTML/OA.JSP? OAFUNC=OAHOMEPAGE [ID 458614.1]

    hsawwan
    Thanks for the update find the below details.after changing the parameter DLONG_RUNNING_JVM to false i can able to login but im getting error
    while lunching the forms.
    Error
    FRM:92050
    Application 11.5.10.2
    Database: 10.2.0.4.0
    OS hp ux
    Error
    oracle.apps.fnd.framework.OAException: oracle.apps.fnd.cache.CacheException
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:603)
    ## Detail 0 ##
    oracle.apps.fnd.cache.CacheException
         at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException
         at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:825)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method CacheAccess.get
    null
    The base exception is:
    null
         at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)
    oracle.apps.fnd.cache.CacheException
         at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException
         at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:825)
         ... 52 more
    Caused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method CacheAccess.get
    null
    The base exception is:
    null
         at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)

  • Unable to login in to Mac App Store using valid account.

    I recently inherited a spare MacBook Air from my wife (who got a new one). I deleted her user account, and set up a new admin user account for me. The machine is running 10.7.5.
    Now, I am absolutely unable to login to the App Store. I am using my valid Apple ID -- for example, the same Apple ID that I used to gain access to this very forum. System Preferences accepts my ID. iTunes accepts my ID. BUT the App Store will aboslutely NOT respond. It will not load. I get the red "connection failed" alert, and then after several tries it doesn't respond at all.
    It doesn't give any option to switch users -- perhaps once the original owner has used the App Store, the computer will never again allow anyone else to use it? It doesn't say that there is another user logged in. There appears to be no way of deleting and reinastalling the App Store. There is no cache file I can find to be cleared. There is no preference option. There is no information. There appears to be no way of fixing this at all, short of wiping the hard drive and reinstalling the operating system. Is that what I have to do? WHY IS THIS SO HORRIBLY DESIGNED? And why is there no support short of the forum? I hate this about Apple (despite being a long-time Apple evangelist and OSX devotee).
    Thanks.

    The first thing you should do after acquiring a second-hand computer is to erase the internal drive and install a clean copy of OS X. How you do that depends on the model. Look it up on this page to see what version was originally installed.
    If the machine shipped with OS X 10.4 or 10.5, you need a boxed and shrink-wrapped retail Snow Leopard installation disc, which you can get from the Apple Store or a reputable reseller — not from eBay or anything of the kind. If the machine has less than 1 GB of memory, you'll need to add more in order to install 10.6. I suggest you install as much memory as it can take, according to the technical specifications.
    If the machine shipped with OS X 10.6, you need the gray installation discs that came with it. If you don't have the discs, order replacements from Apple. A retail disc, or the gray discs from another model, will not work.
    To boot from an optical disc, insert it, then reboot and hold down the C key at the startup chime. Release the key when you see the gray Apple logo on the screen.
    If the machine shipped with OS X 10.7 or later, it should boot into Internet Recovery mode when you hold down the key combination option-command-R at the startup chime. Release the keys when you see a spinning globe.
    Once booted from the disc or in Internet Recovery, launch Disk Utility and select the icon of the internal drive — not any of the volume icons nested beneath it. In the Partition tab, select the default options: a GUID partition table with one data volume in Mac OS Extended (Journaled) format. This operation will permanently remove all existing data on the drive, which is what you should do.
    After partitioning, quit Disk Utility and run the OS X Installer. When the installation is done, the system will automatically reboot into the Setup Assistant, which will prompt you to transfer the data from another Mac, its backups, or from a Windows computer. If you have any data to transfer, this is usually the best time to do it.
    You should then run Software Update and install all available system updates from Apple. If you want to upgrade to a major version of OS X newer than 10.6, buy it from the Mac App Store. Note that you can't keep an upgraded version that was installed by the previous owner. He or she can't legally transfer it to you, and without the Apple ID you won't be able to update it in Software Update or reinstall, if that becomes necessary. The same goes for any App Store products that the previous owner installed — you have to repurchase them.
    If the previous owner "accepted" the bundled iLife applications (iPhoto, iMovie, and Garage Band) in the App Store so that he or she could update them, then they're linked to that Apple ID and you won't be able to download them without buying them. Reportedly, Apple customer service has sometimes issued redemption codes for these apps to second owners who asked.

  • I am unable to login to use FaceTime.  I keep getting the error "The server encountered an error processing registration.  Please try again later."

    I am unable to login in to use FaceTime.  After signing in to my apple account, I get the error message " The server encountered an error processing registration.  Please try again later."

    Thank you for getting back to me so quickly. The RSS feed is http://www.lifeinnortheastohio.com/the-panel-scanners/rss.xml

  • Unable to login to ePrint Center. It says I'm using the wrong password. When I try to use "Forgot

    Unable to login to ePrint Center.  It says I'm using the wrong password.
    When I try to use "Forgot Password", it rejects my email address.  I give up.

    The issue you're experiencing is most likely due to an old Snapfish account registered under your email address. ePrintCenter and Snapfish account information is stored in the same place and I've seen this conflict before. You will need to go to http://www.snapfish.com/snapfish/welcome, click the "Sign In" in the top right hand corner of the page and then click the "forgot password" link and enter the email address that is causing your problems, you should receive an email from Snapfish that will let you create a new password there. Once you've created a new password for Snapfish, try to Sign In on ePrintCenter (http://www.eprintcenter.com/) using your email address and the new password you created for Snapfish.
    Let me know if you have any further issues. Thanks
    If I have SOLVED your issue, please feel free to provide KUDOS and make sure you mark this thread as SOLUTION PROVIDED!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Weblogic User Unable to Login to BIP

    Hello Guru's,
    I came into a shop shortly after that had installed and configured both OBIEE & BIP. Our version is 11.1.1.6.2.
    We can log into either OBIEE or BIP successfully with out own usernames, all of which have administrator rights. However, with the "weblogic" username, we can only log into OBIEE and not BIP. If we try to access BIP content from the OBIEE catalog it prompts for a login, and will not accept weblogic.
    HAs anyone run into this before an/or does anyone know what might be happening? I'm relatively new at the security side of things, so even if you can point me in the right direction of where to start troubleshooting that would be greatly appreciated.
    Thanks much!
    Adam

    Also don't duplicate your thread
    User unable to login even after password reset
    Close one of them please .

  • ADF Security using sqlauthenticator issue unable to login

    Hi,
    AM using jdev 11.1.2.3
    I followed these blogs to configure adf security using sql authenticator
    http://biemond.blogspot.in/2008/12/using-database-tables-as-authentication.html
    http://hazem-adf-tips.blogspot.in/2012/06/adf-security-database-authentication.html
    am unable to login.. I can able to see the users and roles in WL admin console. When i am giving the user credentials it is redirecting to error page saying unauthorized .
    plz can anybody help me out from this issue.
    Thanks,
    Nitesh

    HI Timo,
    I have created application roles admin and user. Unable to create enterprise role with same name. When i am trying to map application role with enterprise role it is not displaying in mapping window..
    The following log message
    Removing existing role admin
    creating new role admin.
    with this it is recreating the new role and role id gets change when ever i m restarting my server and deploying the application..
    Thanks,
    Nitesh

  • Unable to start Admin server by using weblogic.admin utility

    Hi,
    I stoped the admin server by using weblogic.admin utility command as bellow.
    java weblogic.Admin -url http://server1:8008 -username adminuser -password weblogic SHUTDOWN myserver
    It stopped successfully. But while starting as below i am getting error. Kindly help me out.
    java weblogic.Admin -url http://172.27.72.70:8008 -username adminuser -password weblogic START myserver
    <Warning> <Net> <BEA-000905> <Could not open connection with host: server1 and port: 8008.>
    Failed to connect to http://172.27.72.70:8008: Destination unreachable; nested exception is:
    java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'star', port: '8008'; No available router to destination
    Any suggestion is appreciated.
    Thanks,

    Hi,
    Thanks for your reply.
    Yes, Node Manager has configured on Managed Server's host machine.
    So can't we start admin server by using weblogic.admin utility if admin server is stopped?
    Thanks,

  • Unable to login to SDN using email address

    Hi,
    I am not able to login to SDN (sdn.sap.com) using my e-mail ID. Until yesterday, I was able to login using my e-mail ID. However, now I get an error message saying "The e-mail address is not unique.". Now I am forced to use my standard User ID which is difficult to remember.
    I could not find any support link on this website. so posting a thread in this forum.
    Any help is highly appreciated.
    Thanks.
    Regards,
    Riyaz

    Thank you guys for your response. I am writing to [email protected]

Maybe you are looking for

  • Multiple sources to a single table

    Hi, I have two seperate target tables from two seperate mappings. I need to determine the row count from the two tables and feed it in a seperate mapping to a single target table as two seperate attributes. My several attempts have resulted in the er

  • Log File on Desktop From Java HotSpot

    A colleague's PC has a log file on the desktop, created 28th October. Its title: 'hs_err_pid3268.log' Initially we were both concerned since Kaspersky had detected some viruses on his machine on it's nightly scan, however, looking at the log file I'm

  • Can't drag songs from Library into Playlist

    I have followed the instructions but have not been able to drag songs into any playlists at all. Any help or suggestions will be appreciated.

  • Firefox 4 installed on Acer netbook is running (50% cpu) but displays nothing; what should I do?

    Previous version had taken over by an advertising invasion. We have improved anti virus, etc and decided to install upgraded Firefox. Firefox 4 install worked as usual. Clicking the desktop icon produced no result. Geekish husband recruited and he *

  • Echoing entered field in master pages/headers

    I'm creating a form that needs to have some data entered on the first page (a patient name) which then gets echoed to all of the subsequent pages on the form in case the pages get separated. I have two master pages: one for the first page, with the c