Repeated Pause and Resume Session in Sun MQ Logs

We are occasionally seeing these below log statements in the Sun MQ log file beineg generated at a very rapid rate. We are running in DEBUG mode (imq.log.level = DEBUG). Any idea what may cause these logs to be generated? I suspect that some JMS client is misbehaving, possibly in a loop, but I dont have any means to identify the JMS client that could have possibly triggered this.
We are using Sun MQ 4.4U1
[20/Sep/2010:09:50:00 EDT] Session: Resuming Session [1438103077744758784][1]redeliver
[20/Sep/2010:09:50:00 EDT] Session: Resuming Session [1438103077744758784][0]START_STOP
[20/Sep/2010:09:50:00 EDT] Session: Pausing Session [1438103091334772224][2]redeliver
[20/Sep/2010:09:50:00 EDT] Session: Resuming Session [1438103091334772224][1]redeliver
[20/Sep/2010:09:50:00 EDT] Session: Pausing Session [1438103091334772224][2]redeliver
[20/Sep/2010:09:50:00 EDT] Session: Resuming Session [1438103091334772224][1]redeliver
[20/Sep/2010:09:50:00 EDT] Session: Resuming Session [1438103091334772224][0]START_STOP
[20/Sep/2010:09:50:00 EDT] Session: Pausing Session [1438103136476428800][1]START_STOP
[20/Sep/2010:09:50:00 EDT] Session: Pausing Session [1438103077744758528][1]START_STOP
Thanks
Aspi Engineer
Putnam Investments

It's possible the client is either doing Session.recover() or rolling back transactions which would incur those debug logging.

Similar Messages

  • Can we Pause and Resume Copy/Paste in Mac Systems ?

    Hello,
    We all know that we can pause and resume copy/pase function in windows system using various tools, so my concern is, can we do the same in Mac systems????

    Ahhh you mean something like tera copy that is available for windows system....??
    Well i dont thing so there is any application that offers pause and resume a copy process on mac, however looking for a solution I found an application that actually provides similar functionality and a few more features for mac copying process.
    The tools name is turbo copy pro and you can find it here: http://www.turbocopypro.com/
    But unfortunately, as for all the mac applications, this one is a paid tool. I had a trial run with this application and it seemed to work fine.

  • App Store Download pause and resume problem in MAC OS lion

    Hello,
    I am facing a problem in App Store Download pause and resume problem in MAC OS lion. My internet connection has a problem of disconnecting frequently
    because of this App store can not complete a download as its resuming download from the beginning again please help me
    Thanks in advance
    -Ashok Athukuri

    Dear Ashok, I also facing the same problem....It shows keep on waiting state.I will share you if have a solution for it...

  • How are firefox download pause and resume features implemented? A high-level logic/algorithm would be greatly appreciated.

    ''dupe of https://support.mozilla.org/en-US/questions/1000658''
    I would write a stand-alone program (supporting the pause and resume features) to download stuff from internet. Can someone provide info how this can be done?

    Sorry that is beyond the scope of this Firefox user support forum. <br />
    https://developer.mozilla.org/en-US/

  • Audiobooks skip backwards multiple chapters often when pausing and resuming

    As the title states I am having an issue where if I pause and resume sometimes the book will skip back multiple hours.
    This issue is very inconsistent sometimes it happens sometimes not.  It is something I will experience on almost every book multiple times at some point.
    I am having an issue that spans: OS 5-7 or more, iPhone 4, 4s, 5s, iPad 2 and other.  I believe Ive had the issue show itself on iTunes but I rarely use iTunes but fairly certain it has happened.
    I make most of my audiobooks from CDs that I purchase but I have had the problem on others as well.  I also sometime download audiobooks that are in MP3 format and convert them.
    I have used different programs with the same outcome but at the moment I am using chapter and verse to create my audiobooks.  I usually break them into 2 or 3 files because of how horrible the reliability is to begin with.
    The M4B format seems to be plagued with issues and I am hoping I can put my finger on this one because it is by far the most annoying.
    If it matters I typically use voice setting, high efficiency setting, VBR setting,  64kbits if stereo setting but set it to mono so it is 32kbits, and I have the sample rate set to auto.  It results in files around 160MB/10HRs and sound no worse than what audible publishes them as.
    I doubt that matters though since I have experienced this issues with different settings.
    I also am currently setting my chapters to every 10 minutes to make skipping easier because of how common this issue is.  If they are longer finding my spot is very difficult using the slider on an iPhone. I might even go smaller on the next book and make smaller files as well.
    Any insight would be great.  I am most certainly NOT the only person with this issue since I have been able to recreate it hundreds of times with CD source, mp3 source, on my MacBook, on my PC, with several different programs, without using any special program at all (iTunes only)
    Apple most def will not be resolving an issue that is several years old so I'd like to know how to format my books in a way to avoid this.

    One thing you can look at is if in iTunes, you right click on the audiobook track, choose get info, and go to the options tab, remember playback position should be checked.

  • How exactly do firefox download pause and resume features work?

    Could I get technical information on how exactly these functionalities work? If you could provide enough details to enable writing a stand-alone program to download stuff from internet with pause and resume functionalities, it would be of great help.

    Open the download window''' <Control> J.''' Right click on the file in question
    and select pause. '''Warning ! !''' Sometimes the resume does not work on
    some web sites.

  • "Pause" and "Resume" No Longer Work...HELP PLEASE!!!

    Whenever I download podcasts, the "pause" and "resume" feature does not work!!! If I "pause" any of my downloads in mid-download..and then hit "resume"...I lose everything that has downloaded to that point and it goes back to the very beginning...this is aggravating since I have dial-up internet and it takes hours to download some podcasts. Do you know if this is a problem with iTunes for Mac or with the podcasts, all of which are from NPR websites? Personally I think it's iTunes...Has anyone else complained of this problem?? It only started to happen, I believe, after I updated my iTunes to version 7.5(19). Thanks so much for your help. ~spinniken

    It's not just podcasts! I have had the same problem off and on, but it's just happened again. My internet access is only 64K (not much faster than the old 56K dial-up!) and I was 60MB into the new iPhone software when I paused. That's three hours gone!

  • Pausing and resuming a PL/SQL proc from oracle PL/SQL DEVELOPER tool

    I need to test a PL/SQL on how it reacts to an exception. I need to PAUSE it, do something outside of the proc and then resume the proc. Is there a PROMPT command in PL/SQL where it would wait for user input? Can I use DBMS_OUTPUT.GET_LINE to do this? Where does the GET_LINE raed its input from?

    Perhaps the following demo will help. It uses straight SQL, since the PRIMARY KEY stuff does not require any sort of PL/SQL.
    I set up 2 sessions in SQLPlus.
    Session 1 - create a table with a primary key, insert and do not commit:
    session 1:
    C:\Users\Hans>sqlplus test/test
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Oct 10 15:40:13 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> create table abc ( a number primary key enable);
    Table created.
    SQL> insert into abc values (1);
    1 row created.Go to session 2 and insert:
    C:\Users\Hans>sqlplus test/test
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Oct 10 15:36:45 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> insert into abc values (1);it hangs here.
    Switch back to session 1 and commit;
    SQL> commit;
    Commit complete.
    SQL>and in session 2 I see
    insert into abc values (1)
    ERROR at line 1:
    ORA-00001: unique constraint (TEST.SYS_C006468) violated
    SQL>Trying this for different test cases: session 1 insert value (2) and session s, insert value (3)
    Session 1
    SQL> insert into abc values (2);
    1 row created.
    SQL>Session 2
    SQL> insert into abc values (3);
    1 row created.
    SQL>Back to session 1
    SQL> commit;
    Commit complete.
    SQL>Back to session 2
    SQL> insert into abc values (3);
    1 row created.
    SQL>So I conclude that dups will block during insert.
    For your original question - SQL and PL/SQL are run in separate engines. PL/SQL sends the SQL command to the SQL engine, which runs that and returns any return info (rowset, error, ...).
    So any questions about SQL and SQL transaction control may be handled in a purely SQLPlus (or TOAD or SQLDeveloper) test case.
    OTOH, questions about PL/SQL can be answered using a debug environment such as SQLDeveloper - see http://www.oracle.com/technology/obe/sqldev/plsql_debug/plsql_debug.htm

  • Download speed will slow to nothing. Must continually manually pause and resume to force the connection to the download to complete. How to fix?

    Have recently tried to download multiple files from multiple locations. These files will show up as downloading in the download manager. After 5-10 seconds, the download will slow to a crawl. In the window for the download manager, it will state that the download still has a download speed. When reviewing the time and progress, as well as monitoring my actual inbound/outbound internet traffic, I can conclude the download does not have any actual download speed remaining (that is, 0 kilobytes/sec).
    To complete the download, I must manually click on the file being downloaded, force it to pause and then force it to resume. This will cause the download to actually download again for about 5-10 seconds before the download manager states that the download speed is slowing down (when in fact it goes back to 0 kilobytes/sec). This process must be repeated until the file is fully downloaded.
    Also observed is that there will suddenly be more of a connection, downloading just a bit of the file, before going back to 0 kbps. This will happen every so often and is much slower than manually pausing/resuming. If left to its own devices for long, it also has a chance that it will decide that the file is complete and report that it has the full file size of the download. Review of the actual downloaded file shows that the file is incomplete for the supposed size of the download.
    This should not be an issue with internet usage. There is no inbound/outbound traffic for my connection when the download speeds hit 0kbps. Loading webpages during this time load fine, only the download is unstable.

    Problem Solved!!! :) No need Of Any AntiVirus !
    Got back into '''Firefox 5.0.1''' !!
    Its Working Great!

  • Can we pause and resume download from the mac store?

    Is it possible to pause and continue the download later?
    For example, the Internet stops to work then still can I resume the download?
    please answer my questions.
    thanks in advance!

    Yes you can :-D

  • Pause and Resuming Iteration in MTM with video.

    Hi Everyone,
    Im investigating about how to pause a iteration (Pause Button and Button Save-Close) and save the video, when I resume iteration in MTM I need to continue saving the video.
    My steps are
    Iteration 01:
    1.Check some steps like "Passed" and press Pause button.
    2.Press Save and Close button (Test case status is  "Pause")
    3. When I check the "Paused" Test case, I can see the video of the "Passed" steps.
    4.So, I press "Resume" to Resume test run, and Test Runner show "Resume" Button.
    5.I press "Resume" Button and I start to check next steps for complete the Test case in iteration 01.
    6. I press End Test and Save and Close button.
    But the problem is that TFS only save video from the firsts "Passed" steps(Before pause) and others was not saved If I see Steps with video (video is attached only)
    Is possible to continue saving video after resume the test?
    Thanks. 

    Hi kurapica,
    Base on my test in MTM 2013, it creates the new video file for the resuming test.
    I think you don’t change the iteration in test result, please change the Iteration and check the files in the attachments section.
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • VoD - Pausing and Resuming all streams

    Hi All
    I hope you can help with this simple question.
    In cenario where I have 20 (or more) people connected to my streaming server, these people might be watching the same content or not; is it possible to pause all this streams for a short moment like 20 to 30 seconds and resume the streams from where the people were just before it was paused please?
    Many thanks
    LG

    One thing you can look at is if in iTunes, you right click on the audiobook track, choose get info, and go to the options tab, remember playback position should be checked.

  • Automatic pausing and resuming

    Hi
    I've been making a short movie. It contains some tweens (both shape and motion). I want the movie to automaticly pause at a specific moment (which bisects multiple tweens) and for a button to appear to contine the movie.
          I am completly new to flash and will have to have everything spoon fed to me. Any help would be greatly appreciated. Thank you.

    you can use the stop() method of tweens and the resume() method of tweens to pause/continue your tweens.

  • How can I pause the task and resume it in some times?

    Hi all,
      I have been using traditional DAQ for some times and I swtich to DAQmx recently. In traditional DAQ, I can start a task, pause it for a while and then resume the task. But in DAQmx, I didn't see the same function. Is that any way to do the same thingin DAQmx? Thanks.

    Hi PKIM,
    Have you seen this thread?
    http://forums.ni.com/t5/Multifunction-DAQ/How-can-​I-pause-and-resume-analog-output-using-DAQmx/td-p/​...
    The thread details how to create a pause trigger in software. A better option may be to create a pause trigger in hardware. I'm not sure what type of data acquisition task you are doing, but the method should work regardless. Please let me know if you have any questions.
    Best Regards,
    Ian K.
    Applications Engineer
    National Instruments

  • What is the difference between pause and save in Hyper-V?

    hi,
    What is the difference between pause and save in Hyper-V?
    What are the benefits of using each function?
    Thanks

    WHen you save VM, Hyper-V saves VM state to disk and frees all memory and CPU resources used by VM. When you pause a VM, Hyper-V saves VM cpu state in memory, and then stops VM's cpu processes without releasing its memory. Since no disk operations are involved,
    pausing and resuming can be done much faster than saving and restoring a VM.
    Gleb.

Maybe you are looking for

  • How can i have the same apple id for my I phone as iv got on my mac book and i pad mini

    IV GOT A MAC BOOK PRO, AN I PAD MINI AND I PHONE 4S. MY APPLE ID WORKS ON THE LAP TOP AND I PAD BUT NOT ON THE PHONE. SO CANNOT USE MY PHONE FOR I TUNES. HOW CAN I FIX THIS? WHEN I CHANGE MY I D IT WORKS ON THE LAP TOP AND I PAD BUT NOT ON THE PHONE?

  • Auto-Start Resumable Session upon TTA restart

    We use TTA on our administrative servers and we were wondering if there was a way to start a resumable application session we defined in the object manager upon restarting the Tarantella server. Basically we have a monitoring utility that our admins

  • Running flash on gpu?

    Hi there, Is it possible to get flash to run on the graphics card? I currently can't play online flash videos like youtube at high res as it maxes out my puny processor, fps drops to around 2. A completely buffered flash video at full screen will jus

  • Why isn't my library alphabetized correctly?

    So I have a lot of movie soundracks in my library, including all the Harry Potters and Lord of the Rings. It always annoyed me how when I sorted my music by album, they were always out of order, so I added the numbers 1-8 after each "Harry Potter" (E

  • Setting Things up on a Power Mac G5

    I'm a newbie to server administration, and would like to do the following: 1) I have a Power Mac G5 with two internal hard drives. I want to dedicate one of the hard drives to Apple OS X Server. How do I go about doing this? 2) Once I have the second