Error Message "waiting for response from user"

When some people invite me to chat on Ichat, they get an error message saying "waiting for response from user."  On my end, I never get the invite.  Other people are able to invite me without any problem.  How do I fix this?  Is the problem on my end? 
Thank you!

Hi,
I can see now where the issue is.
A Jabber Buddy list can only accept Jabber Buddies.
A Buddy List that Logs into AIM such as your @Me.com name can only add Valid AIM Names to it as Buddies.
The main problem is that both Jabber IDs and AIM names can have the @symbol on them and look like email addresses.
Example Jabber IDs
Example "AIM " Names
[email protected]
ralphjonhsr  (No @)
[email protected]
[email protected]  (Apple ID type)
[email protected]
[email protected] (Apple ID type)
any Facebook name
[email protected] (Email registered with AIM)
So your Jabber Buddy List will find that there is No (@)me.com Jabber server and say the message cannot be delivered.
The AIM (@Me.com) Buddy never gets the Request for Authorisation for the same reason and the auto response of adding An ID/Name to Send a Message to starts iChat wanting that person to Accept or Decline being a Buddy- which they cannot do - so you get the name with the "Waiting for..." message.
Either everyone gets a Jabber ID or everyone gets a Valid AIM Name.
8:39 PM      Friday; October 28, 2011
Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
 G4/1GhzDual MDD (Leopard 10.5.8)
 MacBookPro 2Gb( 10.6.8)
 Mac OS X (10.6.8),
"Limit the Logs to the Bits above Binary Images."  No, Seriously

Similar Messages

  • Time Out Error while waiting for response from DB Procedure

    Hi Gurus,
    We are encountering a problem in our production environment. The system is implemented using AIA foundation pack 2.5 on SOA suite 10.1.3.4.
    We have a BPEL process A which calls an ESB Service which inturn calls BPEL Process B. In process B, we have a DB procedure call which waits for a response from
    a DB procedure. The procedure doesn't reply on time and Process B remains in waiting state to get the response from DB Procedure wherein Process A errors out by showing as "Timed Out Error".
    This issue is intermittent and we have already increased transaction-time outs in transaction-manager.xml to 7200 and ejb-orion-jar.xml to 3600.
    When we encountered this problem, we found out that there are too many connections open and when we bounced the server, everything was restored to nornal but as it is a production env. we can't do it over and over again.
    We have 2 nodes each having max connections as 100 and min. as 0.
    Is there a limit to max no. of connections or can we do something in DB side to ensure that it doesn't happen again ?
    Please suggest.
    Thanks,
    Vikas Manchanda

    Hi Anuj,
    I don't think it is a problem with connection reaching to max numbers because this issue is coming on very intermittent basis.we don't have any other processes using
    the same connection pool and this issue is coming even when there is no load on the server. This is recent trace from the production environment. Also i don't have any thing called "abandoned-connection-pool" in my data-sources.xml.
    <2011-07-07 13:09:16,101> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "delivery": Waiting for response has timed out. The conversation id is null. Please check the process instance for detail.
    com.oracle.bpel.client.delivery.ReceiveTimeOutException: Waiting for response has timed out. The conversation id is null. Please check the process instance for detail.
    at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java:109)
    at sun.reflect.GeneratedMethodAccessor113.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DeliveryBean_RemoteProxy_4bin6i8.request(Unknown Source)
    at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processNormalOperation(SOAPRequestProvider.java:451)
    at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processBPELMessage(SOAPRequestProvider.java:274)
    at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processMessage(SOAPRequestProvider.java:120)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:956)
    at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:466)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:96)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:194)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: com.oracle.bpel.client.delivery.ReceiveTimeOutException: Waiting for response has timed out. The conversation id is null. Please check the process instance for detail.
    at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java:576)
    at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java:465)
    at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java:134)
    at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java)
    Please suggest.
    Thanks,
    Vikas Manchanda

  • Timed Out Error while waiting for response from DB Procedure

    Hi Gurus,
    We are encountering a problem in our production environment. The system is implemented using AIA foundation pack 2.5 on SOA suite 10.1.3.4.
    We have a BPEL process A which calls an ESB Service which inturn calls BPEL Process B. In process B, we have a DB procedure call which waits for a response from
    a DB procedure. The procedure doesn't reply on time and Process B remains in waiting state to get the response from DB Procedure wherein Process A errors out by showing as "Timed Out Error".
    This issue is intermittent and we have already increased transaction-time outs in transaction-manager.xml to 7200 and ejb-orion-jar.xml to 3600.
    When we encountered this problem, we found out that there are too many connections open and when we bounced the server, everything was restored to nornal but as it is a production env. we can't do it over and over again.
    We have 2 nodes each having max connections as 100 and min. as 0.
    Is there a limit to max no. of connections or can we do something in DB side to ensure that it doesn't happen again ?
    Please suggest.
    Thanks,
    Vikas Manchanda

    Hi Gurus,
    We are encountering a problem in our production environment. The system is implemented using AIA foundation pack 2.5 on SOA suite 10.1.3.4.
    We have a BPEL process A which calls an ESB Service which inturn calls BPEL Process B. In process B, we have a DB procedure call which waits for a response from
    a DB procedure. The procedure doesn't reply on time and Process B remains in waiting state to get the response from DB Procedure wherein Process A errors out by showing as "Timed Out Error".
    This issue is intermittent and we have already increased transaction-time outs in transaction-manager.xml to 7200 and ejb-orion-jar.xml to 3600.
    When we encountered this problem, we found out that there are too many connections open and when we bounced the server, everything was restored to nornal but as it is a production env. we can't do it over and over again.
    We have 2 nodes each having max connections as 100 and min. as 0.
    Is there a limit to max no. of connections or can we do something in DB side to ensure that it doesn't happen again ?
    Please suggest.
    Thanks,
    Vikas Manchanda

  • My iphone 3GS no longer syncs with iTunes. The phone is recognised, backs up but then I get an error message: "Waiting for changes to be applied". BUT unlike other people, it doesn't stay stuck on it, instead the process closes down immediately

    Hi all,
    Apologies: I've just joined the community and didn't quite figure how to write a msg! Hope it works...
    Anyway,
    I read many posts on this annoying error message (Waiting for changes to be applied) in the last 2/3 days, but they all refer to the sync staying stuck on it.
    Mine doesn't.
    I read the message, then it quickly shuts down the sync and the iTunes progress bar only shows the apple...
    As suggested by many, I removed voice msgs, turned off/on, tried to sync in individual stages (calendar only...) but nothing works.
    I am up to date on iTunes (11.1.1.11) and have IOS 6.1.3 on my phone, to sync on a Win8 pc (all worked fine until recently).
    I have had this phone for several years and it has never done this.
    It worked absolutely fine, until I loaded the latest version of iTunes it seems...
    Any suggestions?
    Many thanks

    ALSO, on the iPod under Settings>General>iTunes Sync, you may need to back out of the "iTunes Wi-fi Sync," and reopen it to get it to update.
    (I use iTunes 11.1.5.5)

  • On my HP printer Officejet4620 I get an error message "waiting for printer to become available".  Help please?

    On my HP printer Officejet4620 I get an error message "waiting for printer to become available".  Help please?

    Restart the computer and restart the printer. If you continue to have the problem the follow the steps Apple outlines in Reset Printing System feature article.

  • I get an error message "waiting for activation" while trying to turn on imessage

    I had to reset my Apple ID password. After doing this i now have to log back into everything that requires an Apple ID to operate on my 5C. I dont currently have cell coverage as im traveling in Italy for work and don't have international coverage. Is there a way for Imessage to  verify my new AppleID password without recieving an SMS from Verizon. My phone is currently in Airplane mode with date and all roaming shut off to keep from getting an expensive charge. I have Wifi through a hot spot i carry with me but the Imessage gives an error message saying "waiting for activation" From everything i have found i guess it's waiting for network (Verizon) verification. Back to my question, is there a way to have Imessage verify my new Apple ID password over wifi using my email address instead of carrier verification? This seems to have worked for Facetime but i know facetime only uses Wifi.

    Hey Andrew, 
    That is interesting issue. If you are still not activated with iMessage, then you will probably need to turn your cellular data on so it can be linked with your phone number. Go over the article below to walk you through some general troubleshooting to get it going.  
    If you get an error when trying to activate iMessage or FaceTime
    http://support.apple.com/en-us/HT201422
    Take care,
    -Norm G. 

  • Error message "waiting for RT engine (LABVIEW01) to respond"

    Hello everyone
    I've been getting an error when trying to interact with the PXI-1042Q the error reads  "waiting for RT engine (LABVIEW01) to respond" this stops the RT engine from working. any help would be appreciated.

    Hi
    I am using a PXI 1042Q chassis with a PXI 8196 controller
    I have Labview 8.2 and Real Time 8
    I am simply sampling one input at 2KHz for 20000 samples 3 times in a row.  The error seems random mostly it comes up straight away but can let me run 2 or 3 times without appearing.  It also disappears if you wait most of the time but the time it takes to disappear varies from a few seconds to 5+ minuets. Sometimes it doesn't disappear at all and you have to restart labview. I will try and post a screen shot up when I get a chance.
    Thanks

  • Error message. waiting for bridge cs6

    can any one help me with the error message i keep getting? Waiting for bridge cs6.

    Error: Waiting for Bridge | Mini Bridge panel

  • Ca'nt ftp longer (i.e. 4 minutes) flv or f4v files (get error message "waiting for server")  I

    when I ftp(i.e. "put" or "upload) short flv or f4v files using dreamweaver cs4 the files upload easily and quickly. However, when I try to ftp ("put" or "upload" ) longer (i.e. 4 minutes or longer) flv or f4v files it goes through the ftp process (seeing it in background activity screen) but at the end I always get a message "waiting on server" and the longer files don't get onto hosting server.  Is there a setting I need to change or other method I need to use).  I have worked with my hosting support tech person but we could not solve this problem.

    I'd suggest that you try using a dedicated FTP program like Filezilla or SmartFTP.
    http://filezilla-project.org/
    Those programs give you much more feedback on what's happening as you attempt to upload files, including error messages, etc.
    There is really no difference between uploading large files and small files, the process on the server is exactly the same..UNLESS there are limits to file size or video duration set by your host. So dispite the fact that you have worked with your host support, I'd still say that the problem is server side or being limited by your Internet service provider... unless the video files you are attempting to upload are corrupted.
    You didn't say if any portion of the larger video files were uploaded...and FTP program will show you whether or not ANY of the file was uploaded and at what point it stopped. You also didn't mention how large the video files where.... sort of where the "tipping point" is in file size (video duration of course is no measure of file size).
    Just to reassure you, the file size of a video file will have no bearing on your ability to FTP unless your host or ISP is limiting you in some way.
    I regularly Live stream events and also record them. An 8 hr event will produce roughly 1.5GB of compressed video. I use SmartFTP, with a reputable host and can upload the entire set of 1.5GB of video files (each about 50MB) over a 1000kbps upload connection without problem. Recently during a movie production project, we uploaded a number of single video file which each where over 1GB a piece.
    So there is really no problem uploading video files unless there are restriction on you account from the host or the ISP.
    Best wishes,
    Adninjastrator

  • FF28.0 (de): Though menu option "Offline" is checked, Firefox still waits for responses from online sites

    I have own webpages and modify them locally on my notebook.
    After having made changes, *before* uploading them to my webhost company, I use to have a look on them "locally".
    To manage this, I check menu option : Datei -> Offline arbeiten (German version, in "en" probably File-> Offline)
    This worked pretty fine for years, up to and including FF 27.0.1.
    Now with FF28.0, though "Offline" is checked/activated, FireFox still waits for online answers and does NOT display my changed sites (residing on the hard disk).
    What happened? Must I now use IE to test my website changes locally?

    Using Work Offline would only work for web pages that you have visited and that are in the disk cache.<br />
    You can't use this to display web pages that are modified locally for testing.<br />
    To do that properly you would have to access them via a local server that is running on your computer.

  • Solution Manager 4.0, waiting for response

    Hi,
    I successfully installled SAP Solution Manager 4.0 with SAPDB and Windows 2003.
    My problem: SAP System is running (looks all fine in sapmmc), but if I connted to the system with SAP GUI I get the message "waiting for response..." . This message is still there after one hour. So the logon isn't successful, any help?
    Thanks.

    Hi Andreas,
    from the DB perspective, please take a look into the SAP DB knldiag file (found in the Rundirectory of the DB). You can run 'xinstinfo <DB-SID>' from the commandline to find out the path of your Rundirectory.
    For example, maybe your SAP DB instance's log is full.
    Additionally, I'd take a look into the workprocess trace files (on the R/3 - application- side) to see if there are any errors there.
    Regards,
    Roland

  • Server Monitor "Waiting for response" Forever! But localhost is OK

    I am having trouble getting Server Monitor running on my MacBook to connect to our new Intel Xserve. Feeding it either the IP address or the host name gets the same message: "Waiting for response" and nothing more. I have no trouble a t all access the same server using Server Admin on the same MacBook. So it ddoes not seem to be a DNS issue or even an ethernet issue. I am not running any firewires (that I know of either). This is a brand new server and I have never even started most services yet, just hooked it up to an Xraid. I also have (4) ethernet ports. But I get the same results by plugging the WAN into either of the ports. Is there a bug with Server Monitor and the Intel Xserves?

    Well the MAC addresses of my LOM's seem to be sequential to the two builtin ethernet ports. Assign each LOM an IP number. Then, on another computer, try to change it's IP to the same thing as the LOM. You should get an error message saying that the IP # is already in use by aonther MAC address. You guessed it, that Other MAC address should be the LOM. This is how I found out mine. The 1 port ended with a 4, the 2 port ended with a 5, the LOM 1 ended with a 6 and the LOM 2 ended with a 7.
    HOWEVER, after days of messing with this stuff, I have not gotten the LOM to work. Tried all the tricks too, even the ones Apple won't tell you like unplugging the whole computer for 30 seconds and stuff. After all that messing around I have somehow damaged the servers ability to work with Apple Remote Desktop. The server appears in the list fine, but when you try to access it, ARD can never connect. I guess I will have to completely rebuild this server on Monday. It's faster than finding what's corrupt now. I'm not impressed with the Intel servers at all. I hate all this new LOM stuff and I don't like the mounting hardware either. I think they took a step backwards this time. Stop trying to make Sun servers. If I wanted a Sun, I'd buy a Sun. I want an Apple, because it's easy to use. At least they WERE easy to use. Anybody want to trade a dual Intel 3.0 for a dual G5???? I'm giving up on the LOM thing now. I will just use ARD to run Server Monitor on the machine as local. This is the only way to get info on the INtel serverrs it seems. Bummer. Silly that I trust my G4 Xserver much more than the Intel.

  • Waiting for response

    Hi
    why i am receiving this message "Waiting for response" when i try to login?
    Regards

    Hi Quali,
    I cannot help you with the question how to check if the server is working but I can give you some suggestions if the server is overloaded or not..
    Login to the system and go to TA: SM04 and see how many users are logged in, if you see any  unwanted or invalid users, end their sessions and try to login again.
    Hope this helps.
    Best regards,
    Harsha

  • Netweaver Sapgui "waiting for response"

    Hello,
    I already install sap netweaver 2004s.  It's works OK.  But  when I try to enter via SAPGUI it send me a little windows with the following message "waiting for response".  If I shutdown the sap netweaver service vi sapmmc the connection send me an error "broke connection"
    What's wrong?  Could you give me an idea?
    Best regards
    Nelson

    Hi nelson,
    What did u enter in GUI settings.
    it should be
    Description : anything
    Application Server : Host name or IP address of host
    System ID : NSP
    SYstem Number : 00
    and SAP system R/3
    What is the Version GUI? is it 6.4
    Hope it help u
    Regards
    Subhash
    Message was edited by: Subhash Chandra

  • Iview Transaction with Windows GUI send "waiting for response"

    Hi all,
    I Have EP 7.0 with SP21
    I create a sap system to connect to R/3.
    Create a transaction iview.
    Whenever I preview the iview the SAP gui opens. But it gets hang with message "Waiting for response".
    I am using windows gui for transaction iview.
    I am able to log in to the SAP independently for machine. Also user mapping is also fine.
    When I am using HTML gui for transaction iview, it works perfect.
    Can you please support me on the same ?
    Regards,

    Hi,
    You need to install SAP GUI software in every clinet machine, if any one trying to access the Tranction ivew with SAP GUI option, if it HTML option it is not required
    Pls go thr below link it will help you
    SAP transaction iview.....Issue
    Thanks,
    Sreeni.

Maybe you are looking for

  • Transport to Consolidation system doesn't work

    First of all, sorry if this is a silly question but I have to admin I am a little missed with NWDI. Every step we did we have a new error In this case, we have trying to move a iView using NWDI and process to transport from Development Environment to

  • Can you control a MacBook Air with an iPad?

    First off I wasn't sure where to post this so sorry if this is in the wrong place. I teach in a small rural high school that has decided to implement 1-to-1 technology this school year.  All students will be issued an iPad (3rd Gen), and all teachers

  • Cable connectivity trouble with N80

    I can understand several of you have had problems connecting your N80 with a PC. I have now tried all the different solutions proposed in here, and still nothing helps. (It would be nice if Nokia officially could provide som help, since so many exper

  • Playback in the Background

    I really want to be able to multitask while listening to the audio tracks of final cut video sequences, but when I change apps, final cut stops playing. Is there any way to change this setting?

  • Shall I upgrade to Mountain Lion on my MacBookPro 5,2

    I have a MacBookPro from 2009 with the following specifications:   Modellname: MacBook Pro   Modell-Identifizierung: MacBookPro5,2   Prozessortyp: Intel Core 2 Duo   Prozessorgeschwindigkeit: 2,66 GHz   Anzahl der Prozessoren: 1   Gesamtzahl der Kern