Screen frozen for hours when trying to login to guest user. How do I switch off?

How to switch off when totally frozen for hours

It wouldn't do that unless they registered an iOS device for iMessage. An iPod Touch, iPad, or Mac. If they don't want their messages to go to that device, tell them to turn off iMessage. The only other way to stop it is for you to turn off iMessage entirely (not to mention anyone else with an iPhone who might try to send them messages).

Similar Messages

  • My MBP Screen goes gray and asks for restart when trying to open Adobe raw

    My MBP Screen goes gray and asks for restart when trying to open Adobe raw files. Even when I try to populate raw images in the brige the scree wipes gray and says I have to restart. I am using CS2 and the latest version 3.7 of Adobe camera raw. I can however open raw images in preview. Please help! OS ver. 10.4.9 2.16ghz intel duo core processor.

    Welcome to Apple Discussions!
    What you are getting is a kernel panic, caused by one of the issues my FAQ* discusses:
    http://www.macmaps.com/kernelpanic.html
    * Links to my pages may give me compensation.

  • Getting 404 error when trying to login to Oracle EBS page

    Hi,
    I had installed Oracle EBS 12.0.4 last year and everything was running fine until last week. Last week, we suddenly started seeing this issue - when trying to login to the Oracle EBS page, we are getting the 404 page not found error.
    I have EBS installed on 2 VMs (virtual machines) - one VM has the application server and other VM has the database server. I logged on to the aplpication server to do some debugging and noticed 2 things ->
    1.The Oracle Fullfillment service was not running. I started it, it was up for some time but then it stopped on its own. This happens everytime - after successfully starting the service, it shuts down after sometime. There is nothing in the event viewer except this message "The service may have terminated abnormally, please see the log file generated by the service for more details." I checked the log file, but there is nothing significant inside the log file. Maybe I need to increase the log level. Can any one tell me how can I do that?
    2. Reviver.exe was crashing intermitently on the application server. I belive reviver tries to establish the connection between the application and database server after its broken.
    So I am thinking now that maybe the connection between the app server and the database server is getting broken intermittenlty and this is the root cause of all the problems.
    I dont know how to verify whethe my analysis is correct or not? And it it is, how to resolved it? Is there a setting or a configuration file in which you have to specify the database server details (ip address / host name etc). Can you tell me where can I find this setting?
    Or culd there be something altogether different that is causing the page not found error?
    Thanks in advance,
    Megha

    Hussein,
    The problem is partially solved - I am not getting the 404 error now. The issue was not with the netsvc file. Please see the resolution in NOTE:412980.1 (oafm,forms and oacore not starting up after IP adress change).
    The OC4J services are imperative for any URL for java code. With just the Apache listener running, examples of URLS that will work are ->
    http://HOST.DOMAIN:PORT/OA_MEDIA/FNDLOGOL.gif
    http://HOST.DOMAIN:PORT/
    Any URL for Java code will fail at this stage when OC4J services are down. For example this URL will fail: http://myHost.oracle.com:8000/OA_HTML/ServletPing.
    But now, I am getting 500 Internal server error. Let me know if you kno anything about this error ->
    oracle.apps.fnd.cache.CacheException     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)     at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:751)     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1014)     at oracle.apps.fnd.sso.Utils.getAppsContext(Utils.java:525)     at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:120)     at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection     at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)     at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)     at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)     ... 33 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method CacheAccess.get
    null
    The base exception is:
    null Connection     at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)     at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)     ... 37 more

  • Getting ssh_exchane_identity error when trying to login from my machine or a remote one. Already enabled remote login

    I updated my system from Snow Leopard to Lion 7.3.1
    Wanted to login from remote computer and then enabled the remote login in Preferences/Sharing, but when trying to login I get the error ssh_exchange_identification also if I try to login from my machine with ssh username@localhost.
    I tried all what I could find on internet forums, but nothing changed.
    Please help!!
    Daniela

    Hi Linc
    here is the output of ssh -vvv localhost
    OpenSSH_5.6p1, OpenSSL 0.9.8r 8 Feb 2011
    debug1: Reading configuration data /etc/ssh_config
    debug1: Applying options for *
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to localhost [::1] port 22.
    debug1: Connection established.
    debug3: Not a RSA1 key file /Users/danielamaurizio/.ssh/id_rsa.
    debug2: key_type_from_name: unknown key type '-----BEGIN'
    debug3: key_read: missing keytype
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug2: key_type_from_name: unknown key type '-----END'
    debug3: key_read: missing keytype
    debug1: identity file /Users/danielamaurizio/.ssh/id_rsa type 1
    debug1: identity file /Users/danielamaurizio/.ssh/id_rsa-cert type -1
    debug1: identity file /Users/danielamaurizio/.ssh/id_dsa type -1
    debug1: identity file /Users/danielamaurizio/.ssh/id_dsa-cert type -1
    ssh_exchange_identification: Connection closed by remote host
    [1]+  Done                    edit sshd_config
    The following line comes from /var/log/secure.log
    May 23 04:59:46 <danielamaurizio> sshd[2267]: fatal: /var/empty must be owned by root and not group or world-writable.
    but I'm not sure if it's want you asked me; the owner of /var/empty is root of group sys.
    By the way I had a problem that Lion cancelled the owner root and I had to use System Preferences User and groups to add root again, with the result that now I can use only the comman "su root" and not "sudo anycommand"  anymore.
    Thanks for halp and cheers
    daniela

  • I-200 error when trying to login

    I just bought a Muse subscription but can't use it since I'm not able to sign in.
    When trying to login with my username and password i receive this error:
    I see that someone else has the same problem.
    He is informed that it might have to to with antivirus or the like.
    I've tried to deactivate my antivirus (Microsoft Security Essentials on Windows 7), but that didn't help.
    It's also suggested to check 4 links to your Adobe servers - all 4 links do what they are supposed to do.
    I've tried to uninstall and re-install Muse, that also didn't help.
    What can I do to fix the problem??
    My clients need to have their websites updated - hope you'll be able to help me as soon as possible.

    I found a solution in another discussion:
    1) opm.db file becomes corrupted and must be deleted. We're working to isolate the cause of this.
    The opm.db file can be found in the OOBE folder in:
    on Mac: <yourusername>/Library/Application Support/Adobe
    on Windows XP: <youruser>\Local Settings\Application Data\Adobe
    on Windows 7: <youruser>\AppData\Local\Adobe
    This worked for me

  • When trying to login to iTunes I receive a message iTunes has stopped working, a problem caused the program to stop working and then iTunes is automatically closed

    When trying to login to iTunes I receive a message iTunes has stopped working. A problem caused the program to stop and iTunes automatically closes.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • When trying to login to CRSHistorical reports I recieve an error.

    Intermittently I recieve the following error when trying to login to CRSHistorical Reports.
    "All available connections to database are in use by other client machines. Please try again later and check the log file for error 5054".
    How do I locate the cause of this error?

    Hi George,
    You might be exceeding the amount of HR Session Licenses configured. Go to Appadmin > System > System Parameters > Number of HR session licenses and increase the value. This does not take away an agent license.
    Attached is a screenshot for your reference.
    Joe

  • Error when trying to login to workspace

    Hi All,
    We get the following error message when trying to login to workspace:
    "You do not have sufficient permission to login to your default folder or the folder no longer exists. Please contact your administrator for assistance."
    It happens with every user, even with the built-in "admin". The strange thing is that we can login to Shared Services, Essbase, and other components as well. So Shared Services seems to be working. We created a new user in HSS, and we got the same error message when login. Yesterday there was still everything working, and we don't see any reason for this complication. We also checked the logs...
    Do you have any idea? Do you know where workspace stores the default librarys of users?
    Thanks for your reply,
    A.
    PS: We're using version 9.3.1.

    There can be many reasons for this - but to start with perform a openldap sync using the sync utility provided under UpdateNativedir - utilities folder. What kind of authentication system are you using. If its external authentication - a refresh of the auth systems may cause the access controls and provisioning details to disappear - check that one ...
    These are the two I can think off - more details will help.
    Cheers
    Murthy

  • Re: E03 error when trying to login

    Got this error code, no verification email received in the spam. Nobody answer the phone.

    Good morning greybunny,
    From what I can see, your BestBuy.com and My Best Buy™ accounts are not currently linked.  That is why you are encountering an error message when trying to login to MyBestBuy.com.  It looks like we have multiple email addresses on file for you, which is probably why you are not receiving the verification email when trying to link your accounts.
    I am going to need a bit more information from you, so I will be responding to the private message you sent me.  To check your private messages, you would want to login to the forum and click on the envelope icon at the top of the page.
    How to Link a My Best Buy™ and BestBuy.com Account
    Thank you for posting to the forum!
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

  • After hibernation, when trying to login to MacBook Air, it does not accept my password. I have to shut off and then get prompted with the following: Mac OS X wants to use the "login" keychain. I put in the password there and it works. any suggestions?

    after hibernation, when trying to login to MacBook Air, it does not accept my password. I have to shut off and then get prompted with the following: Mac OS X wants to use the "login" keychain. I put in the password there and it works. any suggestions?

    Back up all data.
    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    Select the login keychain from the list on the left side of the Keychain Access window. If your default keychain has a different name, select that.
    If the lock icon in the top left corner of the window shows that the keychain is locked, click to unlock it. You'll be prompted for the keychain password, which is the same as your login password, unless you've changed it.
    Right-click or control-click the login entry in the list. From the menu that pops up, select Change Settings for Keychain "login". In the sheet that opens, uncheck both boxes, if not already unchecked.
    From the menu bar, select
    Keychain Access ▹ Preferences ▹ First Aid
    If the box marked Keep login keychain unlocked is not checked, check it.
    Select
    Keychain Access ▹ Keychain First Aid
    from the menu bar and repair the keychain. Quit Keychain Access.

  • STSNavigate() still prompting for credentials when trying to open a document

    Here is my scenario. We have setup a public facing site the utilizes a Web Application that searches a internal SharePoint 2010 site. The web app utilizes the SharePoint QueryService to search the site. We provide credentials to the service as the SharePoint
    site is not an anonymous site (although if the QueryService worked with the site being anonymous that would satisfy our requirements). The Web server allows anonymous access to the web app through IIS. I have found that utilizing the STSNavigate() function
    SUPPOSED to allow the document to be downloaded or opened without prompting for credentials. I modified my search results link to include the function on click and low and behold it still prompts for credentials the same way it would if the url just had the
    link to the file. I am on a time clock here and I am running to the end of my rope. Any suggestions?

    Hi,
    According to your post, my understanding is that STSNavigate() still prompt for credentials when trying to open a document.
    Per my knowledge, if you try to open an Office file directly from a remote place, Office wants to know who the hell you are. If the server responses with the
    Microsoft Office Protocol Discovery or a
    FrontPage Protocol or a
    WebDav Protocol
    Then  it ask you for  credentials.
    As a workaround, I recommend to  “init.js” located in \Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\1033 folder.
    You need to add this it:
    STSNavigate(ctx.HttpRoot + "/_layouts/download.aspx?SourceUrl=" + o);return false;
    For more information, you can refer to:
    SharePoint login prompt when accessing files in a Document Library Solution
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • When I was talking on phone, suddenly the phone was switched off. i tried to switch it on but it gave the message....connect to itunes for set up.  when I connected it to itunes...it gave the message, itunes can not read data from this iphone, restore it

    when I was talking on phone, suddenly the phone was switched off.
    i tried to switch it on but it gave the message....connect to itunes for set up.
    when I connected it to itunes...it gave the message, itunes can not read data from this iphone, restore it to factory settings. It also said while restoring ypu will lose all media data but you can restore the contacts.
    I restored the factory settings....the phone was on recovery mode...it was verified by itunes and all that..but in the end it again said that iphone has some problem and can not function right now.
    after that when ever i connect it with itunes, it gives the message, it can not activate the iphone further, try again later or contact customer service.
    What to do now?????? Customer service people say..it is hardware problem

    If it's a hardware problem, then the phone will need to be replaced.
    There is no magic that can fix a hardware problem.

  • My school MacBook will not login. When trying to login it tells me to make a new password, no password will work. HELP

    My school MacBook will not login. When trying to login it tells me to make a new password, no password will work. HELP

    Welcome to the Apple Support Communities
    http://support.apple.com/kb/HT1274

  • What is: Oops, something blew up (Error 500) when trying to login to Mix

    Oops, something blew up (Error 500)
    What is that when trying to login to mix.oracle.com
    Thanks
    Sam

    This is a 'catch-all' error generated by the Web server.

  • When trying to login in OIM 11g after providing credentials, it gives internal error 500.

    When trying to login in OIM 11g after providing credentials, it gives internal error 500.

    please note: 500 error is the most difficult HTTP error to troubleshoot , because it is very generic. It could be because of many things.
    So, if you could provide us the OIM diagnostic logs when you receive it, it will help as to be helpful.
    thx in advance,
    Thiago Leoncio.
    thiagoleoncio

Maybe you are looking for

  • TEXT_IO.PUT_LINE Restrictions?

    Hi, The spec for TEXT_IO.PUT_LINE is: PROCEDURE Text_IO.Put_Line (file file_type, item VARCHAR2); Does anyone know what the maximum size of the varchar2 is? It appears to be 1000 characters. Thanks, Simon.

  • My lightroom 5 catalog contains red lines on my images

    Hi there, i have been using lightroom 5 for sometime now on my mac operating system, with very little problems. Upon opening my catalog today i have discovered red lines on my images which were not previously there before, and i don't know how this h

  • Using Linq Query in our program error is thrown :Exception has been thrown by the target of an invocation.

    Hi All,   I am writing the below linq query to fetch the record from the database , var individualres = (from c in orgContext.CreateQuery("contact")                                              join a in orgContext.CreateQuery("annotation")          

  • I can't run example from JEE5tutorial - books

    OS- Linux NetBeans 5.5.1 ( with ant 1.7 ) ant 1.6 I tried run: ant 1.6 [root@zet books(0)]# ant create-tables Buildfile: build.xml BUILD FAILED /home/marcin/3ROK/1SEM/java1/javaeetutorial5/examples/web/books/build.xml:49: The following error occurred

  • Lost my photoshop disk

    hi my hard drive was erased/ my disk drive is broken. I don't have my photoshop disk or serial numbers anymore but how can i re-install my photoshop without my photoshop disk? i have proof my purchase from 2010 in email format.