Can't get rid of a TX - message keeps appearing and being processed by OSB

I have some sort of a poison message or TX I can't flush. Every 10 seconds I get a log message like the second one below, and the number of pending messages in multiple places and OSB proxy service messages processed keep climbing - all without producing any new messages on my part. I've tried deleting the default server store on the OSB managed server and the filestore for the JMS server. No luck.
When this first started happening, the error messages looked like the first one below. Something I did caused the change, I assume. However, it's the same TX ID throughout.
So, first, how can I get rid of this thing? It's driving me nuts and keeping me from closing out a POC.
Second, why is it happening? I have one suspicion - could it be because that somehow we configured mutiple domains with the same name for a distributed application? It's not my normal practice but it happened. These domains don't communicate directly, but there are domains that need to communicate with both. So I'm guessing the name ambiguity may be hurting us. Just a guess, though.
In this case, the sgosb domain's proxy service (this domain name is unique) is receiving messages from a queue resident in the pega_domain in Singapore and another proxy service is putting a message to another queue in the pega_domain in the UK. This is not in a single TX; the first proxy service forwards the message to a queue in the sgosb_domain, the second proxy service gets that message and puts it into the other pega_domain. It's an XA TX for each proxy service.
Just to make it more fun, the sgosb_domain has another proxy service reading from a different queue and forwarding it to a queue in the third pega_domain in the US.
TIA for any help or insight.
Oh yes, the OSB domain is WLS 10.3.4, while the pega_domains are WLS 10.3.2
Original error message
####<Apr 13, 2011 4:32:13 AM GMT> <Error> <EJB> <sg01app510> <sgosb_1> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'>
<<anonymous>> <> <92f54a30d60e6302:-4b6d523c:12f4cfeaabc:-8000-0000000000000123> <1302669133597> <BEA-010026> <Exception occurred during commit of
transaction Xid=BEA1-039B0B6D3D0E77C1B135(1898471720),Status=Rolled back. [Reason=Unknown],numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since
begin=0,seconds left=600,XAServerResourceInfo[WLStore_pega_domain_ProcessEventJMS_Store_mgd1]=(ServerResourceInfo[WLStore_pega_domain_ProcessEventJMS_Store_mgd1]=
(state=new,assigned=none),xar=null,re-Registered = false),SCInfo[sgosb_domain+sgosb_1]=(state=rolledback),SCInfo[pega_domain+pega_1]=(state=rolledback),properties=
({}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=sgosb_1+152.64.128.243:22110+sgosb_domain+t3+, XAResources={eis/tibjms/Topic,
WLStore_sgosb_domain_FileStore_auto_1, eis/aqjms/Queue, eis/wls/Queue, eis/tibjms/Queue, WLStore_sgosb_domain__WLS_sgosb_1, eis/AQ/aqSample, eis/aqjms/Topic,
eis/pramati/Queue, eis/sunmq/Queue, WLStore_sgosb_domain_WseeFileStore_auto_1, WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1,
WSATGatewayRM_sgosb_1_sgosb_domain, eis/jbossmq/Queue, eis/activemq/Queue, eis/fioranomq/Topic, eis/tibjmsDirect/Topic, eis/wls/Topic,
eis/tibjmsDirect/Queue, eis/Apps/Apps, eis/webspheremq/Queue},NonXAResources={})],CoordinatorURL=pega_1+nj09mhm5078:22111+pega_domain+t3+):
javax.transaction.RollbackException: This transaction does not exist on the coordinating server.  It was probably rolled back and forgotten.
        at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
        at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
        at weblogic.transaction.internal.CoordinatorImpl_1032_WLStub.commit(Unknown Source)
        at weblogic.transaction.internal.TransactionImpl$1.run(TransactionImpl.java:331)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
        at weblogic.transaction.internal.SecureAction.runAction(SecureAction.java:72)
        at weblogic.transaction.internal.TransactionImpl.commit(TransactionImpl.java:327)
        at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:252)
        at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:239)
        at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:553)
        at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:424)
        at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:326)
        at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
        at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
        at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
        at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
        at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
Caused by: javax.transaction.RollbackException: This transaction does not exist on the coordinating server.  It was probably rolled back and forgotten.
        at weblogic.transaction.internal.CoordinatorImpl.commit(CoordinatorImpl.java:94)
        at weblogic.transaction.internal.CoordinatorImpl_WLSkel.invoke(Unknown Source)
        at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
        at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
        at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
        at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
The error message I'm getting now
####<Apr 13, 2011 4:51:38 AM GMT> <Error> <EJB> <sg01app510> <sgosb_1> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <>
<92f54a30d60e6302:-42808c28:12f4d3173cb:-8000-0000000000000032> <1302670298730> <BEA-010026> <Exception occurred during commit of transaction
Xid=BEA1-0011D0679BA5074B8E12(1930603846),Status=Rolled back. [Reason=javax.transaction.xa.XAException],numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=0,seconds
left=60,XAServerResourceInfo[WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1]=(ServerResourceInfo[WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1]=
(state=rolledback,assigned=sgosb_1),xar=WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1239571724,re-Registered =
false),XAServerResourceInfo[WLStore_pega_domain_ProcessEventJMS_Store_mgd1]=(ServerResourceInfo[WLStore_pega_domain_ProcessEventJMS_Store_mgd1]=
(state=rolledback,assigned=pega_1),xar=null,re-Registered = false),SCInfo[sgosb_domain+sgosb_1]=(state=rolledback),SCInfo[pega_domain+pega_1]=(state=rolledback),properties=
({}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=sgosb_1+152.64.128.243:22110+sgosb_domain+t3+, XAResources={eis/tibjms/Topic,
WLStore_sgosb_domain_FileStore_auto_1, eis/aqjms/Queue, eis/wls/Queue, eis/tibjms/Queue, WLStore_sgosb_domain__WLS_sgosb_1, eis/AQ/aqSample, eis/aqjms/Topic, eis/pramati/Queue, eis/sunmq
/Queue, WLStore_sgosb_domain_WseeFileStore_auto_1, WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1, WSATGatewayRM_sgosb_1_sgosb_domain, eis/jbossmq/Queue, eis/activemq
/Queue, eis/fioranomq/Topic, eis/tibjmsDirect/Topic, eis/wls/Topic, eis/tibjmsDirect/Queue, eis/Apps/Apps, eis/webspheremq/Queue},NonXAResources=
{})],CoordinatorURL=sgosb_1+152.64.128.243:22110+sgosb_domain+t3+): weblogic.transaction.RollbackException: Unknown reason
        at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1881)
        at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:345)
        at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:239)
        at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:553)
        at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:424)
        at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:326)
        at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
        at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
        at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
        at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
        at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
Caused by: javax.transaction.xa.XAException
        at weblogic.store.gxa.internal.GXAResourceImpl.prepare(GXAResourceImpl.java:1227)
        at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerResourceInfo.java:1295)
        at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerResourceInfo.java:500)
        at weblogic.transaction.internal.ServerSCInfo.startPrepare(ServerSCInfo.java:380)
        at weblogic.transaction.internal.ServerTransactionImpl.localPrepare(ServerTransactionImpl.java:2593)
        at weblogic.transaction.internal.ServerTransactionImpl.localPrepare(ServerTransactionImpl.java:1321)
        at weblogic.transaction.internal.SubCoordinatorImpl.startPrepare(SubCoordinatorImpl.java:183)
        at weblogic.transaction.internal.CoordinatorImpl_WLSkel.invoke(Unknown Source)
        at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
        at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
        at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
        at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
.>Edited by: SteveElkind on Apr 13, 2011 5:50 AM

Tom,
Thanks! Succinct and easy to understand as ever.
Yup, that covers it - I had also just seen this in the docs after looking at atheek1's earlier response (thanks to him/her as well). It's covered almost as clearly there as you state it here (http://download.oracle.com/docs/cd/E11035_01/wls100/jta/trxcon.html).
While the ESB domains meet all of those requirements (except for cross-domain security configuration), each of the other two sets of domains (3 in each set) do not meet the naming uniqueness criteria for domain and server names; they do for JMS server names. I saw the store names in the TX identifier string as included resource, and assumed they might play a part - that's why I changed them. As you say, an unnecessary change. Oh well - it was an easy one.
My normal practice has been for unique names in the past, due to problems I had years ago with cross-domain JMS traffic in an earlier WLS version. I guess it's the wrong time to have forgotten that lesson.
Does anyone know of a quick way of changing a domain name quickly without rebuilding the domain? In the past WLST resulted in incomplete copies for me, is that still a problem? Server names are easy, just some global search-and-replace in the config.xml file (and in the management scripts, too)
/Steve

Similar Messages

  • Desktop Manager "disconnected" and I can't get rid of the error message

    I just purchased a Blackberry Curve 8530, running v5 software, my computer is Windows 7. I installed the 501_b073_multilanguage software that I downloaded from Blackberry's website. When I launch the Desktop manager I get this message: "Before you begin, verify that your current BlackBerry device is connected to your computer." The troubleshooting posts I've seen on this forum include many tips (the ones I've tried are below). One in particular I can't do is "The desktop manager is showing "disabled."
    -Make sure that the user has gone into the desktop manager and selected options > connection settings > detect."
    ... because I can't get rid of the error message dialoge box, and I can't click on the options menu in the BB Desktop Manager.
    I have tried the following:
    uninstalled it and reinstalled it twice - 2nd uninstall was a "hard" uninstall where I deleted the registry files by hand
    moved the cable to the USB port in the back (after trying both the ports in the front) of the computer
    restarted the computer many times
    hard booted the phone by removing the battery
    plugged in, removed, and replugged in the phone.
    Also:
    The phone is installing correctly when I plug it in, but the software still doesn't seem to see it.
    In the Device Manager, the BlackBerry is showing up under Portable Devices. Double-clicking on it gives me the reassurring "This device is working properly." message.
    The Com1 port is working properly also, according to the Device Manager.
    Double-clicking on the device manager icon to get the properties shows that the Com1 port is "disconnected" -- when I try to configure it it just pops back to the disconnected state.
    If someone has an idea or something I haven't tried I'd sure appreciate it!!
    Thanks!
    K
    Solved!
    Go to Solution.

    Okay, folks, after a 3 1/2 hour phone call with a (very patient) telephone support person at Blackberry, here's what I learned.
    You can check your USB drivers this way:
    Plug in your phone into your USB drive. Assuming your Blackberry is "seen" by your computer...
    Go into the Device Manager on your computer (control panel)
    Expand the Universal Serial Bus controllers item on the bottom of the list
    Right-click on BlackBerry Smartphone and choose Properties
    Click on the Driver tab
    Click on the Driver Details button
    You should see one driver. I saw two. The one the BlackBerry likes is the RimUsb one.
    So here's what NOT to do: We tossed the entire driver that was the "extra". This effectively made using my mouse and keyboard impossible, as they are USB, and sent my poor husband into the basement to find a million-year-old keyboard (and then a mouse) with the old fashioned kind of connectors (PS2). Bleh. Don't do that.
    Here's what I did that worked (not saything this will work for you -- this modifies the Registry so better do a system backup with that backup and restore if you're nervous about this sort of thing):
    From the start menu, choose run, and type regedit to get into the Registry editor.
    Follow this file path: Computer, HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, Control, Class
    Click on: {36FCE60-C465-11CF-8056-4445535400000}
    If there's an item on the right called "UpperFilters", delete it. (see pictures)
    Hope this helps someone.
    Karin
    First pic: shows "before"
    Second pic: shows full file path and "after"

  • When starting Firefox 4 I get an error message. After clicking OK it nevertheless runs. How can I get rid off the error message.

    When starting up Firefox 4 I get an error message. After clicking OK it nevertheless runs. How can I get rid off the error message?
    The error message is: what happened: Type Error: Components. classes ['@mozilla.org/extensions/manager;1'] is undefined.
    It appears all the time already from the beginning after installing Firefox 4.

    Thanks a lot. The Ask toolbar created this problem. Another problem is: When searching on the web via Google, normally it is possible to type a few letters and then look what appears and then click on the wanted word(s). A number of word(s) ineed do appear, however it is not possible to select any of them as ws possible as mentioned in olders versions.

  • I am unable to update devices with Apple Configurator because of this message - unable to send ClearPasscode command to device - I am running Configurator 1.5 and ios 7.1.1.  I am unable to rename/number devices. How can I get rid of this error message.

    I am unable to update devices with Apple Configurator because of this message - unable to send ClearPasscode command to device - I am running Configurator 1.5 and ios 7.1.1.  I am unable to rename/number devices. How can I get rid of this error message.

    I've just seen this message for the first time and it's showing on 10 devices.
    What I really love about Apple Configurator is the copious amount of context driven help offered to you.
    "Unable to send ClearPasscode command to device.
    The device was disconnected.
    Check the USB connection to the device."

  • I do not want to update to Lollipop right now.  How can I get rid of the notification that wants me to install.  It says 'Install Later' or Install Now. I don't want to do either so how can I get rid of this notification that keeps popping up?

    I do not want to update to Lollipop right now.  How can I get rid of the notification that wants me to install.  It says 'Install Later' or Install Now. I don't want to do either so how can I get rid of this notification that keeps popping up?

    You cannot stop it from popping up.
    it will continue every few minutes until its installed.
    just keep using the back button near right side of home button.

  • HT1379 How can I get rid of an unwanted message?

    When my system starts up I see a message that says, "The disc you inserted was not readable by this computer." I had an external DVD drive but detached it and it still gives me the message. The machine (a new iMac 27") doesn't even have a disc drive! How can I get rid of it?

    Does it happen if you boot with the Shift key held down to get into Safe Mode (if your keyboard is wireless, hold the Shift key after you hear the boot chimes and not before)? Additionally, try creating a new user account in the Users & Groups system preferences and then reboot and log into that account. When you do so, does the same message show up?

  • LG Lucid 3: How can I get rid of the text message indicator? It says I have a text message, but I do not.

    I have a new LG Lucid 3 and the text message indicator says I have a new message, but I do not. Messaging is empty when I click on it. How can I get rid of the "1" indicator? I tried turning the phone on and off and that did not work.

    Thanks for trying, Anzivina! You've done some strong troubleshooting. Although I do wish it had resolved this matter, I believe we still have options. You've indicated that  you've done a factory reset. Can you walk me through the steps you took to get there? Also, after the factory reset, how long before this message indicator appeared again? Was it before or after you restored all your personal data?
    DionM_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • Can´t get rid of annoying HP message everytime I print.

    I´m having a problem with my HP printer and Tech Support in Brazil could not solve it!
    I had to reinstall Windows on my notebook due to a hard disk crash, and I used the recovery disks provided by Dell.
    I downloaded the latest driver for my HP OfficeJet 8600Pro: “OJ8600_1315.exe”.
    Every time I print I get the pop-up window below:
    “Thank you for using original HP cartridges … Click on HP REWRDS for more information”
    I click “No, thanks, g* t* h***”
    Next time I print it shows same pop-up again.and again, and again, and again, and again, and again...
    I called tech support on +55 11 4004-7751, case is filed under Protocol 3002909186.
    The tech guy asked me to remove the driver and reinstall. I did it, and I de-selected all useless features such as TheGoogleWannabe (Bing), HP Help, HP Update, etc. - Did not solve…
    Then he asked the tech guys from “level  2” and they put the blame on Windows, because windows was not recording my “No, Thanks” option… such lousy answer!
    As stated before, I used the recovery disks from Dell, so I am using a fresh, 2 weeks old original Windows 7.
    I hope there is a better solution than downgrading the driver to a version that had no "Rewards" c**p.
    You know, sometimes good old stuff is better than the new.
    This question was solved.
    View Solution.

    I solved it by myself! I´m so smart...
    Google-the-great found this:
    http://h30434.www3.hp.com/t5/Ink-Toner-Cartridge-P​rinthead-Issues/Can-t-get-rid-of-quot-Genuine-HP-C​...
    In "EXBworksmart" long answer lies the solution #1: disable bidirectional communication and shut up the printer.
    Solution #2: Never buy HP again.  I lost $2500 in my HP notebook because it featured a nVidia video chip, which  on regular PCs come with a hetsink and sometimes a fan, but on my HP note it was bare naked, not a single piece of metal to spread the heat. The note had an AMD processor, it was hot, and the video chip broke the BGA solder.
    Just to finish, I bought a cheap Brother Laser printer HL-1112. No scanner, no wifi, no colors, no fax. But I can leave it off for years and it will print right away. Obviously any HP laser printer would act the same way, but why should I buy from an inferior brand that is only good at marketing?
    Brother printers do the job, the toner cartridge is separated from the drum cartridge yielding lower maintenance cost, AND NO NASTY "BROTHER REWARDS" POP-UPS!
    Now I´m going to call brazillian tech support to teach them. Wait... why bother?
    No offenseses in this mail, only the truth.

  • Yahoo toolbar appeared without my consent. Can't get rid of it. Does not appear in list of add-ons or in list of programs installed for uninstall. (Win7; FFx5) Please help me delete this annoyance.)

    I was prompted to update Java. I got a YAHOO toolbar which I did and do not want. I can't get rid of it. It does not appear on the Add-on list, not in the programs list (to uninstall). Can't find anything with Yahoo in the name. I do not want to use View, because it keeps coming back into view without my consent -- I want it gone permanently.
    The uninstall directions in Yahoo help call for click on pencil tool (which tool is not found on this toolbar). Firefox instructions say go to Add-on list, but the Yahoo bar is not there. There are several Java add-ons, but I don't know what they are and what happens if they are uninstalled.
    Win 7; Firefox 5.0; Yahoo toolbar ver 2.3.8.20110620112826
    Perhaps it is disguised as something else. If so please tell me what to uninstall.

    Try RIGHT clicking on different areas of the toolbars on Firefox, mainly try right clicking on/around the url bar & forward/back navigation buttons. When you get the correct spot if will give you a menu with the toolbars available (whether or not they're active) and a couple other options. Just uncheck the Yahoo one & you should be all set.
    As you say though it may be some other bar disguised as a yahoo bar. Any chance you can get a screen shot of it & post it here?

  • There is a particularly intrusive BMW app advert that pops up when playing Words with Friends that I can't get rid of.  There doesn't appear to be an exit option (most unethical). Any suggestions on how to get rid of the advert out ther?

    There is a particularly intrusive BMW app advert that pops up when playing Words with Friends that I can't get rid of.  There is no exit option (most unethical).  Any solutions for getting rid of the advert out ther?

    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Can't get rid of Annoying MobileMe Message!! Help!

    Every time I start up Logic, I see a dialog box that reads as follows:
    "*You are not logged on to your MobileMe account*.
    +Please check your username and password in the MobileMe preference pane. You may also need to confirm keychain access to MobileMe.+"
    How do I get rid of this!! I am NOT using MobileMe.
    Any ideas?

    apple menu --> System Preferences --> MobileMe --> Account --> Sign Out?
    or delete your username in there?
    Perhaps delete
    /Users/yourusername/Library/Application Support/MobileMeSyncClient/
    and/or
    /Users/yourusername/Library/Caches/com.apple.mobileme.configuration
    /Users/yourusername/Library/Caches/com.apple.mobileme.queueddataclasses
    /Users/yourusername/Library/Caches/com.apple.mobilemesyncclient

  • Helping out a friend I accessed her gmail account via my machine now I can't get rid of the account it keeps signing in to her account. how can I delete it please

    mac 10.7.5
    I accesed a friends gmail account to help out but now the account has stayed on my machine and I want to get rid of it, but obviously not to close her account down. can anybody help

    Hi silverman65,
    I apologize, I'm a bit unclear on the exact nature of your question. If you added here account to the Mail application on your Mac and would like to now delete it just from there, you may find the following article helpful (it is aimed at Yosemite, but the steps should apply to Mountain Lion as well):
    Remove an account
    When you remove an email account from Mail, the account’s messages are deleted and no longer available on your Mac. Copies of messages remain on the account’s mail server and are still available (from webmail, for example). 
    Important:    If you’re unsure whether messages you want to keep are still on the mail server, move or copy them into a mailbox stored on your Mac (the mailbox appears in the On my Mac section in the Mail sidebar) before you delete the account in Mail. 
    Choose Mail > Preferences, then click Accounts.
    Select an account, then click Remove . 
    Mail (Yosemite): Set up Mail with your email accounts
    Regards,
    - Brenden

  • I can't get rid of the set voicemail password page and it won't let me cancel to get to the keypad so how do I operate the phone?

    I have been left a voicemail message, but the phone keeps asking me to set a voicemail password, fails to save it, (says voicemail unavailable), then won't let me cancel, so I can't get to the keypad or use the phone to make calls! help!

    Guess you have fixed this now, please tell me how.  Am abroad and  have same problem, desperate to make calls

  • How can I get rid of the scrapbook layout 4 photos and an oval in iPhoto 11

    I have been trying to get rid of the slide layout that is a postcard followed by 4 photos & an oval in the middle.
    Looking on here before, the only solutions are for iPhoto '09.
    Is there a way for iPhoto '11?
    Also, is there a way to stop the photos going into different layouts each time? One I am happy with where they are, they keep changing.

    This is how you do it in iPhoto '09:
    https://discussions.apple.com/message/10394475#10394475
    Is there anything similar?

  • How can I get rid of a blue square that appears when click anywhere on the screen?

    I have opened an architectural drawing but when I tried to delete some lines and I click on he screen a blue square appears and I can not select the line to delete. Any help would be appreciated to get rid of this annoying blue square.
    Thanks

    Adobe CSS 4, Windows. The file is a PDF file. Please see below ... Thanks for your help !

Maybe you are looking for