Why does rmid execute the command it executed before

I ran rmid,
C:\Documents and Settings\zhengda>rmid -J-Dsun.rmi.activation.execPolicy=none -J-Dsun.rmi.activation.execTimeout=120000 -J-Dsun.rmi.server.activation.debugExec=true
Then I did nothing but waited. Some moments later, I found rmid started to execute the command it had executed.
rmid: debugExec: running "D:\j2sdk1.4.2_08\jre\bin\java -cp D:\jini1_2_1_002\lib\reggie.jar -Djava.security.policy=D:\jini1_2_1_002\policy\policy.all -Djava.rmi.server.codebase=http://222.205.9.198:8080/reggie-dl.jar cun.rmi.server.ActivationGroupInit"
It is quite strange. Does rmid record the commands it has executed? And where does it record?

Yes, it keeps a log of everything you have registered for activation, in accordance with its specification, in its log/ directory I believe. It's serialized and not human-readable.

Similar Messages

  • Why does SQL execute inner selected functions again in the outer select?

    Hi,
    Why does SQL execute inner selected functions again in the outer select?
    Given:
    CREATE OR REPLACE FUNCTION K_TEST
    RETURN NUMBER IS
    BEGIN
    RETURN 1;
    END;
    SELECT K_TEST, K_TEST FROM DUAL;Will (logically) execute the function twice.
    SELECT intest, intest
    FROM (SELECT K_TEST intest FROM DUAL);Will execute the function twice too!
    Why can't SQL buffer the inner result?
    Does anyone have an idea on how to achieve executing the function only once? My original called function is quite heavy and returning a user defined type. Adding predicates, the function is executed 3 or 4 times!
    Thanks for any tips,
    K.

    Hello
    Depending on your version of Oracle, Sub query caching could help....
    XXXX> create sequence seq_1
      2  /
    Sequence created.
    Elapsed: 00:00:00.07
    XXXX> CREATE OR REPLACE FUNCTION K_TEST
      2  RETURN NUMBER IS
      3
      4      ln_Ret  NUMBER;
      5
      6  BEGIN
      7      SELECT
      8          seq_1.NEXTVAL
      9      INTO
    10          ln_Ret
    11      FROM
    12          dual;
    13
    14      RETURN ln_Ret;
    15  END;
    16  /
    Function created.
    Elapsed: 00:00:00.60
    XXXX>
    XXXX> SELECT K_TEST, K_TEST FROM DUAL;
        K_TEST     K_TEST
             1          2
    1 row selected.
    Elapsed: 00:00:00.06
    XXXX> SELECT K_TEST, K_TEST FROM DUAL;
        K_TEST     K_TEST
             3          4
    1 row selected.
    Elapsed: 00:00:00.01
    XXXX> SELECT intest, intest
      2  FROM (SELECT K_TEST intest FROM DUAL);
        INTEST     INTEST
             5          6
    1 row selected.
    Elapsed: 00:00:00.10
    XXXX> SELECT
      2      intest,intest
      3  FROM
      4      (
      5          SELECT (SELECT K_TEST FROM dual) intest
      6          FROM
      7          dual
      8
      9      )
    10  /
        INTEST     INTEST
             7          7
    1 row selected.
    Elapsed: 00:00:00.03
    XXXX> /
        INTEST     INTEST
             8          8
    1 row selected.
    Elapsed: 00:00:00.01THis last example takes advantage of a specific optimisation for calling functions in a subquery. Not sure if it would suit your circumstance though...
    Alternatively - again depending on your version - you might be able to look at function result caching...
    HTH
    David
    Edited by: Bravid on Feb 1, 2012 12:32 PM

  • When I change size of icons or icon vs list display, why does it affect the whole computer?

    When I change size of icons, or icon vs list display, why does it affect the whole computer? In some folders I want to see a list and others I want to see an icon and I don't need a large icon in all folders. I used to be able to set each folder separately in the old OS. How do I fix this?

    I can hilight an item, go to the finder/file/getinfo but there is no box next to icon view.
    I can go to view/options and adjust the icon size etc, but this applies to every folder in the whole computer. I need varied options in different folders, i.e., I want to view images as icons and text as text. I have to change it every time I open a folder. I used to be able to set it per folder in the old OS.

  • What is cookies.sqlite and why does it slow the start up of mozilla by a minute or so. I found it and deleted it,fixed the problem, but it reappears eveery time I restart mozilla.

    what is cookies.sqlite and why does it slow the start up of mozilla by a minute or so. I found it and deleted it,fixed the problem, but it reappears every time I restart mozilla.

    AVG reports these sqlite cookies each time firefox starts. they usually belong to tribalfusion or some other tracker. How do I block them in the first place. I thought firefox is a safe browser. Did not have this problem until I upgraded to 3.6.

  • Why does iPhoto change the sort order of the photos in my album when I attempt to share via Photo Stream?

    Why does iPhoto change the sort order of the photos in my album when I attempt to share via Photo Stream?

    Did anyone find a good way to sort the shared albums better, so that the ones you share with can better find their way around.
    You can arrange them manually in an album, select all and use the Photos ➙ Batch Change ➙ Date to menu option and check the box to add a set interval between photos. That will let the photos be sorted by date and be in the order you want:
    OT

  • I have an iPod touch 4th gen. why does it show the wrong album art only on my ipod and not on itunes? Is there any way I can fix it?

    I have an ipod touch 4th gen. why does it show the wrong album artwork on my ipod and it's fine on itunes. why is that and is there any way to fix it? please help!

    I think it can't find the right or any artwork and ends up putting junk in there.
    And can happen with artist and other tags.
    probably fine with commercial media but otherwise....? I think you have to manaully go in and edit
    I also don't like how it handles and stores non-Apple iTunes store content.

  • While printing, why does PE11 crop the out put?

    While printing, why does PE11 crop the out put?

    Did you crop the photo to the same aspect ratio as your print size? If not, then the software will crop it for you.

  • Why does iWeb upoad the original photo in addition to the blog photos size

    Hi,
    why does iWeb upoad the original photo in addition to the blog photos size?
    It's a waist of webspace.
    JO

    Seems a bit strange having to pre-prepare an image to be manipulated by a website program that can manipulate images.
    1 example, I loaded a photobooth image into Iweb (30-40k) only to find it changed it to over 240k just so it can add rounded edges..
    I would like to be able to drag over a few 1meg+ images and have Iweb just use the size it needs without keeping over 13megs of images that arent used.
    but it doesnt seem to do it for all images, only the 1st one of the page (like in the blog pages) 1 image is there by default, I load in say 6 images, 5 have square borders 1 has a round one and only that one had its original big brother uploaded..
    Thanks for the info, at least now i can stop looking for a menu option that isnt there

  • Why does safari show the last used page when the Ipad is turned on again

    Why does Safari show the last used page when the IPad is next used?

    Read this article:  Open iOS Safari to a blank page, http://www.macworld.com/article/159303/2011/04/ios_safari_blank_page.html

  • Why does Firefox remove the URL from the query string?

    Hello there,
    I've writing a servlet to read data from a file stored on a server. I'm using an HTTP <INPUT TYPE=file > element to locate the file to be read. When I run the servlet using IE as the browser it works fine. When I try running it using Firefox, the path to the file is not included in the query string. The full URL to the file shows up in the file input text field but then mysteriously disappears from the query string. Without the path, the servlet can't locate the file and the servlet fails. How do I get Firefox to include the path in the query string or is there some other workaround for this problem. I want my servlet to work on all types of browsers.
    thanks,
    grant

    Well you may also ask it the other way. Why does Microsoft send the full path file with the input type="file" component?
    The purpose of this control is to upload a file from the client to the server. That file is sent with the request.
    It does not allow you to browse server files at all. Most probably you are working on your developer machine where the client IS the server, so it works right now.
    It won't once they're seperate.
    <input type="file"> is the wrong tool to use to browser the server. You need to write your own html pages to do that.
    Cheers,
    evnafets

  • Why does it say "The configuration data for this product is corrupt. Contact your support personnel." when trying to install itunes64installer on my b4 bit windows 7 acer pc? Any help would be much appreciated...

    Why does it say "The configuration data for this product is corrupt. Contact your support personnel." when trying to install itunes64installer on my b4 bit windows 7 acer pc? Any help would be much appreciated...

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • When I try to export photos from iPhoto, why does it truncate the title I have given the photo? For example, I have labeled it 2013RoxyCarousel. When saved to desktop, it reads 2013. The rest is omitted.

    When I try to export photos from iPhoto, why does it truncate the title I have given the photo? For example, I have labeled it 2013RoxyCarousel. When saved to desktop, it reads 2013. The rest is omitted.

    iPhoto 7.1.5.
    I chose these settings:
    Kind: JPEG
    Quality: medium
    Include title and keywords (checked)
    Size: small
    File name: use title
    I guess that is what you meant. Thanks for replying.

  • Why+does+firefox+open+the+following+tab+file%3A%2F%2F%2FC%3A%2FUsers%2FTom%2FAppData%2FLocal%2FTemp%2Frpc.html

    why+does+firefox+open+the+following+tab+file%3A%2F%2F%2FC%3A%2FUsers%2FTom%2FAppData%2FLocal%2FTemp%2Frpc.html

    Just delete that file in the temp folder and cleanup that folder.
    *file:///C:/Users/Tom/AppData/Local/Temp/rpc.html
    See these articles for some suggestions:
    * https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols

  • Why does Match list the iCloud status of iTunes purchased songs as "Exceeded Limit"?

    Why does Match list the iCloud status of iTunes purchased songs as "Exceeded Limit"?

    because you have loaded over 25,000 songs to the icloud library.  to find out exactly what is in icloud from itunes match follow these directions to create a blank itunes library and load only the itunes match songs from icloud.
    1. You will need to know the location of your iTunes library for later, the default is under music under your username.  If its not there find it and remember where it is for later.
    2. Then you have to exit iTunes and create a new empty library. To do this hold the option key when you open iTunes.  Choose create Library on the pop up dialogue. Create the library anywhere on your system, you can delete the entire library once you have completed your iCloud changes.
    3. When the library opens in iTunes it will be empty. Click on iTunes Match and click the start button.  after it finishes all of the songs on your iCloud match account will be listed under music.
    if you want to delete some or all songs from icloud so you can re-sync itunes match to show the songs in your current library fowwow this.
    4. you can select up to 1000 at a time and delete them.
    5. when you have deleted what you want, close iTunes and open again holding the option key and navigate to your original library, usually in the music folder under your username.  You should be all set and can click iTunes match again and your account will be populated with the ones in your current library.
    6. You can navigate to the temp library you created in finder and delete it as it is no longer needed.

  • Does anyone know the command and sequence to empty trash using the Terminal utility?

    Does anyone know the command and sequence to empty trash using the Terminal utility?

    Hi d,
    1. Open Terminal (in Applications, Utilities).
    2. Copy and paste the following command into theTerminal window (or type it exactly as follows):
    sudo rm -rf ~/.Trash/*
    3. Press Return.
    4. Type in your password when asked (note: you will not see anything being entered as you type your password).
    5. Hit Return.
    6.Wait until the process finishes/the Terminal prompt returns.
    7. Quit Terminal.

Maybe you are looking for

  • T500 Freezes Often

    I have a T500 (model 2081-CTO) which freezes at random (and inopportune) times, several times per week. I had this problem since I first got the computer and the people at lenovo tech support keep suggesting the problem will be solved by reloading wi

  • Sales invoice hitting cross company code transaction

    Hi, Material and customer maintaining in the same company code and sales order raised accordingly. but when we are trying to post delivery it is generating cross company code transactions. what are the possible reasons. sairavi

  • Displaying current month with all empty months

    None of the answers I've seen for showing current month in a calendar has given a solid answer. So, here is my question. My objective is to display all calendar months rather they are empty or not, plus I want the calendar to start at the current mon

  • N97 Flash flooding pictures

    Ok I have read a lot of post complaining about the flash flooding pictures. This means that there is a side which seems whiter than the other, this side always matches the place where the flash is sitting. I have been looking at this since I got my p

  • Minimize/Maximize//Close buttons, i need to disable them

    I tried everything, installed ChromeEdit plus and inserted the code i found on this forum and nothing happened. I have firefox mozilla 18 at the moment and windows 7. And i didn't find UserChrome.css and UserContent.css file but this ChromeEdit tool