Capture and replay

Hello!
Our application has 3 layers:
- Flash
- Java
- Oracle PL/SQL
Java layer is basically a bridge between flash and oracle. Our servlet container is the Tomcat. What I would like to do is capture all the events on java layer to replay automatically every day and make some functional tests.
There is or do you know any tool to capture and replay java events on tomcat?
I appreciate your answer.
Thanks a lot
A.

JMeter can read a log file and create a script that executes the same requests as the log file mentions. Then you can add checks/assertsions. This can be used for some simple Testing.

Similar Messages

  • Capture and replay program function

    Hello,
    I want to implement in my program something like a primitive capture and replay functionality.
    But I have no idea how to start.
    I found out about awt.robot which I think is good for replay, but upto now I have not found anything for the capture part.
    I think that my main problem is, being not very experienced at all, I just don't know where to look.
    I appreciate any sort of hint where and/or how to investigate further.
    Please, help me!
    Thank you!

    Hi working Kevin,
    thank you very much. I believe this is the right direction.
    But probably it is not enough to get what I want.
    What I try to do is write a program which can be used to automate procedures on my PC including manoeuvering through the Windows GUI and also other applications. (I know that there are affordable tools to this, but I take this as a JAVA learning project and I really want to find out how it is done)
    I believe the event listeners work only on my own application's components, isn't it?
    (And now I find out how to assign these Duke Stars)

  • RAT capture and replay

    Hi Friends,
    Could some one please guide through steps required for following scenario.
    1> We have Oracle RAC environment with 2 nodes.
    2> Performed database capture.
    3> Generated load only on Node 1 (but capture files are generated on both nodes).
    4> Now we have to replay this files into single database w/o any RAC - How to acheive this?
    Any links or document will also be useful..
    Note that it is RAC to single instance and not the other way.
    Thanks

    Hi working Kevin,
    thank you very much. I believe this is the right direction.
    But probably it is not enough to get what I want.
    What I try to do is write a program which can be used to automate procedures on my PC including manoeuvering through the Windows GUI and also other applications. (I know that there are affordable tools to this, but I take this as a JAVA learning project and I really want to find out how it is done)
    I believe the event listeners work only on my own application's components, isn't it?
    (And now I find out how to assign these Duke Stars)

  • Capturing and replaing t3 traffic

    We have a set-up where 10 swing clients connect to weblogic server. What is the best way to capture client acrivity hitting server in real-time and replay to test the server. Are there are any tools available ?

    Tom Gerber <[email protected]> wrote:
    I want to use WL as my server for everything but I want to set it up so
    the HTTP traffic is on port 80 and the other non-HTTP stuff like
    T3/JNDI/RMI is on another port - yet all use the same site name.
    Is this possible?
    Thanks
    Tom
    In order to do this, I think you will have to look into using multiple non-clustered WebLogic servers as you can only configure
    two listen ports for each WLS (one standard and one secure). Clustered servers would have the same limitation since each
    member of the cluster runs on the same port number of a different IP address.
    Hope this helps,
    Charlie

  • Text editor recording and replaying events

    Hi there.
    Ive recently started Java and am writing a text editor. I was wondering if anyone could point me in the right direction.
    I want to be able to record everything a user does to a file in an XML document and replay it later. The XML isnt the problem. I was wondering if there is an existing way of capturing all the events for replay. i would also like to be able to speed up and slow down the replay.
    any suggestions or even a point in the right direction would be great.
    Thanks.

    Hi,
    perhaps Jacareto can help you: This tool captures events and replays
    them with the robot. The events can be grouped together to structure
    the record, and you can add own structures you are interested in
    (so you may look at "MouseEvents" or at "User chose the edit menu item
    events").
    You can also add own replay modules which replay the high-level
    structures. If you do not want to replay in real-time, you can slow down
    or speed up replay by defining a delay between the events.
    The Jacareto site:
    http://www.ph-ludwigsburg.de/mathematik/personal/spannagel/jacareto/
    Hope I could help you...
    Best regards,
    Christian

  • Capture and Export of Mono Audio in FCP HD

    I have just upgraded to FCP HD from FCP 3. My problem is all of my audio needs to be Mono only. In v3 this was simple I just chose Mono from the capture settings and Mono for Export.
    On FCP HD I can't find any way to capture and export as Mono. When I record Voice Over in FCP all I get is the right channel and even when I set it to pan centre it still only comes out the right speaker after export.
    If I've got to manually duplicate tracks everytime it will take me forever.
    Anybody know a simple way to capture and export Mono only (the same for both Ch 1 + 2)
    G4 DP 1.25   Mac OS X (10.4.6)  

    This might seem the long way 'round but it may save a ton of time in the end.
    Do your FCP mix in stereo as Colin suggests, then take the final audio track into STP or Peak and do a "mix to mono" and then save a new AIFF file with the resulting mono clip.
    Then bring that back into FCP on a new audio track, line it up with the stereo, then either disable or delete the stereo tracks. This will give you a true mono audio track.
    But where are you going with this content that will handle mono audio? DVDs require a stereo AC3 files. Are you sure you really need a mono sound track?

  • Problems in sound capture and JMF deployment

    Hello:
    I am new to JMF.
    I made an applet using JDK 1.3 on JBuilder 5. This applet captures and plays audio. When I run it through JBuilder's IDE, it runs fine. But when I run it independently, the applet's GUI appears but sound recording doesnn't work. Remember that I have JRE1.4.2 and JMF2.1.1e installed on my machine.
    When I installed JMF, I enabled the recording, and file writing options for an applet.
    To further check the problem, I ran it through JMF debugger. There I found that it says that ,
    <permission javax.sound.sampled.AudioPermission "record";> is not enabled.
    To enable it I added this entry in java.policy. This allowed the audio capture to work.
    But my question is,
    1. Why isn't this entry present by default in java.policy?
    2. Even one of my user entered this entry in java.policy, but was unable to capture audio.
    3. I want my applet to be running with different users having different versions of JRE,JMF and browser settings. How can I do this, without asking my user to do anything? I simply want that when my user downloads this applet, I should provide him with some installation file that installs JMF as well as configures everything on the system in a way that he can use this applet easily.
    Haven't you guys faced such problems in deploying JMF stuff?
    I'll be grateful for any help.
    Thanks
    Jami

    Hi.
    I am facing very similar problems: it looks like deploying JMF with Java Applets is really a challange!
    On my own test installation, if I enable audio capture and file writing for applets through the JMFRegistry, then I am able to record audio from my test applet, even when executed in the target web browser.
    Nevertheless, how to deploy the applet in such a way clients won't be required to manually install JMF and enable audio capture and file writing through the JMFRegistry?
    It looks like the JMF Customizer is able to produce a custom JAR also embedding user preferences for audio capture from applets and file writing , is this correct?
    Any help would be greatly appreciated.
    Regards,
    Marco.

  • CS3 - Video freezes on Capture and Playback - Please Help!

    Hello all,
    Here's the problem:
    When Capturing footage via firewire from Mini DV, shot in standard DV, within a standard NTSC-DV Widescreen 48k Project, the picture freezes after 1 second.  The audio can still be heard and the footage actually does get captured.  However, after the footage has been conformed, and we load the clip into the Source Window and hit play, the video again freezes after 1 second of play.  Again, the audio keeps playing and you can move the marker anywhere on the clip and see that all the footage is indeed there, but as soon as you go to play it from any point - same thing, the picture freezes after 1 second of play, making editing impossible.  The clip is being captured as an .avi and all capture settings appear to be correct.
    Here's the kicker:
    - HDV video captures and plays back fine.
    - The DV video captured correctly at first, this has been a recent problem going on now for several weeks, after no changes to the system.
    - The biggest kicker - after trying successfully to capture, playback and edit HDV video, we closed Premiere, reopened, tried to play the previously captured DV footage and it played just fine suddenly!!!  Then we closed the program, re-opened and tried again - back to the freezing problem and it never played back fine again...
    Here's the specs (I can give more specifics later if needed, it's my partner's computer):
    Sony PD-150 DV-Cam (but recording on Mini DV in standard DV mode, not DV-Cam)
    Windows 7
    Intel Core i7 3.20 ghz
    Asus X58 Motherboard with onboard Audio and Firewire
    6 GB Ram
    Nvidia Geforce 9 Series with PhysX
    Please help if you have any idea how to solve a crazy problem like this.  Thank you!!!
    Greg

    Now that everything is working, make a full drive image to an external USB hard drive
    I use http://www.terabyteunlimited.com/image-for-linux.htm

  • Image Capture and Preview "folder not writable" error importing to shared folder

    I'm running 10.8.5 on a Late 2012 model Mac Mini. I'm trying to create a folder under my home directory where my wife can import pictures using Image Capture or Preview while logged into her account. I've tried setting permissions on the folder by setting POSIX permissions and ACLs from the command line, and also by setting ACLs using Get Info in Finder, but it seems as though both Image Capture and Preview ignore the ACLs and instead rely solely on the POSIX permissions for everyone/other (even when a relevant group is set). Unless the POSIX permissions for everyone/other are "rwx" Image Capture and Preview both give an error that the import failed, and /var/log/system.log shows errors that the "folder is not writable". I'd like to be able to set this up without making the folder and the files in it writable by everyone. My understanding was that ACLs should take precedence over POSIX permissions, but even the POSIX permissions don't seem to be getting handled properly, because the group is ignored. Any help or explanation of what's happening would be appreciated.
    Here's an example with details:
    Suppose we have the users alice and bob. We want to set permissions on the directory /Users/bob/importdir such that Alice can import files from a camera there using Image Capture (or Preview, either would do), but don't want to relax the permissions more than necessary.
    We create a group named bob_and_alice
    We set the following permissions on /Users/bob:
    POSIX: rwxr-xr-x, owner=bob, group=staff (i.e. default POSIX permissions)
    ACLs:
    0: group:everyone deny delete
    1: group:bob_and_alice allow list,search,readattr,readextattr,readsecurity
    2: user:alice allow list,search,readattr,readextattr,readsecurity
    "Get Info" shows "Read & Write" for bob and "Read Only" for alice, bob_and_alice, staff, and everyone
    We set the following permissions on /Users/bob/importdir:
    POSIX: rwxrwxr-x owner=bob, group=bob_and_alice
    ACLS: (these are already probably more permissive than should be necessary)
    0: group:bob_and_alice allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,re adextattr,writeextattr,readsecurity,writesecurity,file_inherit,directory_inherit
    1: user:alice allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,re adextattr,writeextattr,readsecurity,writesecurity,file_inherit,directory_inherit
    "Get Info" shows "Custom" for both alice and bob_and_alice, "Read & Write" for bob, and "Read Only" for everyone
    Alice opens a Terminal and cd's to /Users/bob/importdir. Alice can create and delete files in this directory.
    Now Alice opens Image Capture and with our camera connected we try to import a photo to /Users/bob/importdir. Image Capture shows an error dialog with the text "Import error. An error occurred while importing. The item 'foo.jpg' was not imported." /var/log/system.log shows the message: "Jul 20 22:12:34 computer_name.local Image Capture[32804]: Document destination folder is not writable" If instead Alice uses Preview it shows an error dialog with the text "The selected folder is not writable" and /var/log/system.log shows two error messages:
    Jul 20 22:23:45 computer_name.local Preview[33280]: Document destination folder is not writable
    Jul 20 22:23:45 computer_name.local Preview[33280]: Encountered error during image import: Error Domain=com.apple.ImageCaptureCore Code=-9934 "The selected folder is not writable" UserInfo=0x7ffda4881f00 {NSLocalizedDescription=The selected folder is not writable}
    Now we change the POSIX permissions on /Users/bob/importdir to: rwxrwxrwx
    The import succeeds with both Image Capture and Preview
    Can anyone explain what's going on here? Is there another reasonable way to do this without, moving this shared directory to /Users/shared?

    Did you figure out how to fix this?

  • Excise duty /quantity capture and post

    hi
    i did MIGO for particular material. I cannot maintain condition and j1id for that material. But vendor send me Excise invoice for that .Then how i will  capture and post the quantity and duty now?
    i cannot cancel MIGO bcaz stock is consume through quality managment.
    help me
    sunil

    Hi Sunil,
    maintain J1ID for that amterial and capture the E.I. with ref to material document with t-code J1IEX
    Hope this will resolve ur query

  • Excise duty capture and posting..?

    Hi all
    Can anybody explain me about , excise invoice capture and posting ..
    What is capture and posting excise invoice in CIN..?
    1.When we capture excise duty..? were it wil go
    2.When we wil post the same..? were it wil go
    Thanks
    sap-mm

    HI,
    Capturing Excise invoice means you are updating excise register Part1 on quantity basis.(Inward movement of goods like purchasing of raw material.)
    Posting the excise is updated on value basis, in this RG23part2 rgister is been updated .it has financial implication.
    Example:
    In MIGO transaction itself, you can post Excise by choosing Capture and Post Excise Invoice. The FI document will be as follows:
    RG23A Basic Excise Duty A/c Dr
    RG23A Education Cess A/c Dr
    To CENVAT Clearing A/c
    After doing MIGO, you execute MIRO. In this transaction also, SAP will generate FI document automatically. The entry will be as follows:-
    GR/IR Clearing A/c Dr
    CENVAT Clearing A/c Dr
    VAT Setoff A/c Dr
    To AP-Vendor A/c
    Regards,
    Biju k

  • Hello apple guys, i can't open app store, reminders, contacts, mail(crash), maps, Image Capture, and other apps that comes with Mavericks OS, how i can solve this problem?

    hello apple guys, after installing OS X Mavericks, i can't open app store, reminders, contacts, mail(crash), maps, Image Capture, and other apps that comes with Mavericks OS, how i can solve this problem?

    So is this the way Apple works now? Not solving customers problems? I'm sure so many users have had this problem. I've had, and I reinstalled Mavericks 3 times. Works fine for some days and then several Apple Apps stop working. Is that a way to force us ti update to Yosemite? (I don't want to) and then pay to update some third party programs (i.e. Pro Tools). Also, there are so many 15" MacBooks Pro with graphic problems and of course the guys at the Apple Service Centers always say: "It's the logic board, you can have it replaced, but it's so expensive I would recommend a new Mac".  I really, really miss Steve Jobs!

  • Image Capture and Preview have trouble finding scanner. Photoshop no problem.

    Image Capture and Preview have trouble finding the scanner wirelessly unless it is on when the Mac starts up. Photoshop finds the scanner no problem. Any suggestions for Image Capture or Preview?
    The scanner is Canon MP620. Mac is MBP, running 10.8.2
    I have done all the uninstall, reinstall, update drivers, etc. Please don't bother suggesting that stuff.
    Thanks.

    As for the scanner - so is this new one wireless? When I hooked up my Epson All-in-One, I had to install it via USB first before I could install the wireless (per their instructions).  With Snow Leopard, I simply installed the driver and it covered and recognized both the print and scan function - not so in Lion; I had to go through hoops with the scanner part and it finally showed up as a separate unit. I thought that is silly, but - as long as it works.....  I'm trying to think of possibilities since I'm about out of ideas, so you might want to consider that (if it applies). The other troubleshooting suggestions usually include redoing the "add" function after a reboot.
    As for Image Capture, I am out of ideas. FWIW, I never use it - in my workflow, there is no need for it. Not sure if this would have an impact, but make sure that you choose Image Capture in the CDs&DVDs Preference Pane (mine is set to ignore or ask purposely):
    If that does not work, I'd suggest reinstalling the OS over the top of what you have.

  • My videos only download into image capture and they don't show up in imovie because image capture wont let me download in photo,event,face ect... so is there anyway i can get it to go to imoive please help!!!!!!!!!

    My camra is a canon powershotA40000IS

    In iMovie, click FILE/IMPORT/MOVIE and navigate to the folder where Image Capture stored your movies.
    If that does not work...
    Open iPhoto, and click FIle/Import To Library and navigate to your camera.
    You can also click on your camera in Image Capture and set it to automatically open iPhoto, if you want.

  • Accounting document not created at the time of capture and post excise duty

    Hi
    Accounting document not created at the time of capture and post excise duty
    Please explain what the reason
    Regards,
    Channa

    reloved myself

Maybe you are looking for

  • Cross-reference notes

    FM 7.2 I wish to maintain conceptual consistency between two portions of text. I'm curious as to the best way to inform the FM user, but not the document reader, of the connection between the two portions of text. I refer to this concept as cross-ref

  • Create fixed assets from within the transaction for creating the purchase order

    Hello All, I have gone through the notes on help.sap.com related to automatic creation of asset master record at the time of creating purchase order.  I am not sure how do we achieve this? Link to the notes on help.sap.com SAP Library - Asset Account

  • How can I get my Java to work?

    Hi all, I am trying to install an educational program called IBM SPSS Statistics version 21 however, the install screen does not display any writing and when clicking the "continue" button nothing happens. Basically the installer will not load and I

  • How to compare data from 2 different time periods

    Hi folks, I have a question on approach to a problem. I want to be able to compare data from a common db, but for 2 different time periods. For example I want to see the number of occurences of an instance in my data for today and compare it against

  • Photo Frame feature in ios7?????

    why has the Photo Frame feature in the lock screen disappeared in ios7?