the files in cache/public/idcproxy increase very

Hello

To run a cron job because of the SSXA files cache increase extremely.

Wed Jul 2 05:00:04 CEST 2014; Audit SSXA Cache; File; Timestamp; Size

Wed Jul 2 05:00:04 CEST 2014; Removing;/var/Oracle/middleware/user_projects/domains/.../servers/SSXA_server1/tmp/_WL_user/.../p4cyb0/public/idcproxy7559797750229104283.cache;2014-07-01;29G

Wed Jul 2 05:00:04 CEST 2014; Removing;/var/Oracle/middleware/user_projects/domains/.../servers/SSXA_server1/tmp/_WL_user/.../5jtpor/public/idcproxy6523109901731940690.cache;2014-07-01;134M

Wed Jul 2 05:00:04 CEST 2014; Removing;/var/Oracle/middleware/user_projects/domains/.../servers/SSXA_server4/tmp/_WL_user/.../cavg8h/public/idcproxy6883030293179596614.cache;2014-07-01;5.0g

Wed Jul 2 05:00:04 CEST 2014; Removing;/var/Oracle/middleware/user_projects/domains/.../servers/SSXA_server4/tmp/_WL_user/.../cavg8h/public/idcproxy1254654637426199389.cache;2014-07-01;9.7g

Wed Jul 2 05:00:04 CEST 2014; Removing;/var/Oracle/middleware/user_projects/domains/.../servers/SSXA_server4/tmp/_WL_user/.../cavg8h/public/idcproxy6362441267087846354.cache;2014-07-02;6.1g

Wed Jul 2 05:00:04 CEST 2014; Removing;/var/Oracle/middleware/user_projects/domains/.../servers/SSXA_server4/tmp/_WL_user/.../cavg8h/public/idcproxy68360586197696411.cache;2014-07-01;142M

Wed Jul 2 05:00:04 CEST 2014; Removing;/var/Oracle/middleware/user_projects/domains/.../servers/SSXA_server4/tmp/_WL_user/.../vveouq/public/idcproxy2061351697197370416.cache;2014-07-01;134M

Wed Jul 2 05:00:04 CEST 2014; Removing;/var/Oracle/middleware/user_projects/domains/.../servers/SSXA_server4/tmp/_WL_user/.../vveouq/public/idcproxy6814686916406574784.cache;2014-07-02;134M

Wed Jul 2 05:00:04 CEST 2014; Removing;/var/Oracle/middleware/user_projects/domains/.../servers/SSXA_server4/tmp/_WL_user/.../vveouq/public/idcproxy210019617893366470.cache;2014-07-01;134M

Wed Jul 2 05:00:04 CEST 2014; Removing;/var/Oracle/middleware/user_projects/domains/.../servers/SSXA_server4/tmp/_WL_user/.../vveouq/public/idcproxy6617545800893681494.cache;2014-07-01;134M

Thu Jul 3 05:00:02 CEST 2014; Audit SSXA Cache; File; Timestamp; Size

Thu Jul 3 05:00:02 CEST 2014; Removing;/var/Oracle/middleware/user_projects/domains/.../servers/SSXA_server1/tmp/_WL_user/.../p4cyb0/public/idcproxy7559797750229104283.cache;2014-07-02;13G

How we control the size of these

public/idcproxyXXX.cache

configuration files?

Kind regards

Michael

Hello.

It is not a STANDARD mechanism to limit the Cache SSXA.

The cron is the typical and the only way to clear the old entries and keep the cache without increasing infinitely.

I hope this helps.

Kind regards.

Tags: Fusion Middleware

Similar Questions

  • Try to get the files and programs and to increase the usable memory

    I have windows xp home edition and I have apparently lost file and photos even if sometimes the image will appear in a pop up in Google chrome, I said I want to make more space on my hard disk drive or buy lots of hurt dear ware how can make more space and I'll be able to recover anything thank Ernest

    Hi Ernest,

     
    You can use the Microsoft Security Scanner which is free to scan your computer to get rid of the virus or malware.
     
    Once you scan your computer, check to see if you can view the files and images that seem to have lost.
     
    Keep me updated on the status of the issue.
  • see the files in cache

    I was looking at a page on the web, but now he's disappeared. It should be in my cache and after all: cache, it is. But a hexadecimal dump is not really useful. Y at - it a tool that will allow me to look at the contents of the cache in the form of web pages?

    Cache Viewer: https://addons.mozilla.org/firefox/addon/2489

  • Hidding images in the file browser

    Hi all.

    My current Android app downloads a set of images from the internet and unzip about 300 images for internal use.

    In my tests, I noticed that all those images are displayed in the file browser (images tab), making it very difficult to find a specific image to attach to an email (pending). Is it possible to prevent this?

    I don't want to pollute the user experience, but these images are really necessary for my application. I saw a file browser which can hide files, and I think that it is related to the 1000_shared group, but I don't know how I could use it.

    Any help will be really appreciated.

    Sincere greetings.

    I finally found a working solution. Instead of recovering a public directory, using Environment.getExternalStorageDirectory (), I ask a storage private with Context.getFilesDir (), which returns a directory where the files are created with mode MODE_PRIVATE: "file creation mode: the default mode, where the created file is accessible only by the calling application (or all applications sharing the same user ID)". ""

    The directory looks like in ' / data/data/package.name/files ' and is not accessible by other applications or the file browser as far as I KNOW.

  • [HELP] I/o Error: Cannot run program "jar": CreateProcess = 2 error, the system cannot find the file specified

    Hi, I'm new developer on the Blackberry platform.

    I make the first application, but there is a problem when I wanted to install in the Simulator.

    My application has several screen and each take the server data, analyzing the data and displays on the screen.

    My problem is any executable thread.

    When I'm using the code below, it is fine. My application can work perfectly on a simulator.

    public TestingScreen() {
       // Runnable thread = new Runnable(){
       //   public void run() {
        // TODO Auto-generated method stub
            // my code get data from server
            Dialog.alert("Hii");
       //   }
       //};
       //new Thread(run).start();
    }
    

    but, if you use floor area or UiApplication.getUiApplication (.invokeLater), I got error "i/o Error: cannot run program"jar": CreateProcess = 2 error, the system cannot find the file specified"

    public TestingScreen() {
       Runnable thread = new Runnable(){
          public void run() {
        // TODO Auto-generated method stub
            // my code get data from server
            Dialog.alert("Hii");
          }
       };
       new Thread(run).start();
    }
    

    I have the 11 screen and all have executable statement and works perfectly. Can run in the Simulator, can get data from the server. But when I create the new #12 screen (copy paste other on-screen), page couldn't use an executable statement. Each I use Runnable/thread, I got error. But when I remove an executable statement my work normally requires.

    I already have Google but I do not get the answer.

    Please advice. Thank you very much.

    Kind regards.

    hrnt, thanks for your answer on this issue. It helped me solve my problem as well.

    Just to add, for someone else, I use the 32-bit and changed Java SDK my way to the bin folder where the SDK was installed.

  • the files were in the files now, they are on the c drive

    On a windows 7, one of my users has a large number of files on the c: drive, it uses to store its files.     All of a sudden
    He noticed that some of the files in these folders do not appear.     After looking around, we found them right on the c:\ drive.    It's almost like
    the pointers in the file system have lost or corrupted if the files are only on c:, instead of lets say C:\permit Chkdsk /f 22\ come clean.
    Malwarebytes come clean (unusual... typically a cookie or something) AVG come clean.       no idea how this could have happened?
    I was in there for 15 years and never seen anything close.   Google searches increase nothing more.      He will begin the painstaking process of setting
    the files back, but it's just very strange.

    THX

    Hello

    1. how many user accounts are installed on the computer?

    2. the problem occurs only on the particular user account?

    3 did you last modified the software on the computer?

    Method 1:

    I suggest you run the FIXIT from the link below and.

    Diagnose and repair Windows files and folders problems automatically

    http://support.Microsoft.com/mats/windows_file_and_folder_diag/en-us

    Method 2:

    I also suggest you to run a scan of System File Checker and check.

    Click on the link mentioned below for more information about the System File Checker analysis

    http://support.Microsoft.com/kb/929833

    Method 3:

    If the problem persists, you can try to create a new user account and check.

    Create a user account

    http://Windows.Microsoft.com/en-us/Windows7/create-a-user-account

    See also:

    http://Windows.Microsoft.com/en-us/Windows7/fix-a-corrupted-user-profile

    I hope this helps.

  • Open the file created on Mac crashes on Windows

    Same version of first CC and it is a very small project.

    Closer to you, I do open was important as a new project, but when I tried to open the timeline, the accident occurs. I copied the files on usb, HDD external and then copied on my local disk. I deleted all the files in cache and then received the "Missing Renderer" message, but it still crashes. It's something in the timeline panel. But what? I can take the same file to a MAC and open it without problem.

    Hi Brucel,

    Same version of first CC and it is a very small project.

    Closer to you, I do open was important as a new project, but when I tried to open the timeline, the accident occurs. I copied the files on usb, HDD external and then copied on my local disk. I deleted all the files in cache and then received the "Missing Renderer" message, but it still crashes. It's something in the timeline panel. But what? I can take the same file to a MAC and open it without problem.

    Import this file into a new Premiere Pro project.

    But before you open the calendar, please change video renderer only in software mode.

    Click file > project settings > General and change of video rendering "Software Only Mode" and delete previews

    Thank you

    Ilyes Singh

  • a table in the file writing

    Hi I have a program that extracts data from two separate meter inputs and I want to write data to a file.

    I used a producer-consumer based structure to predict the fastest data entry of my application. All the data records in a file requested but it do not tabulate the data as I want. I like it to be something like this:

    time, 1 meter, 2 meter.

    0, 1, 1

    1, 2, 2

    for the moment, it produces a file like this:

    time, 1 meter.

    2 meter,

    0, 1

    1

    1, 2

    2

    So basically what I'm saying, is that it is tabulating the two entrances to the meter of a column and I would have preferred separate columns. I'm sure it's something simple, but may not know - help would be appreciated me. I have attached a picture of my program and the file written.

    Thank you very much

    Notay

    Make sure that the 'convert to dynamic data' vi is set to 'table 1 d of scalars - several channels.

  • How can I change my photos of the PDF to JPEG? When I try to print photos from my computerl I get the message that the file is a postscript.

    O.K.   I can't print photos from my computer.   When I find a picture & click on 'print', I get the message that the image is a postscript file.  How can I change the @# $$ %% @ * thing back to where it is a jpeg image?

    Click Start > run > type CMD > Ok. Command prompt opens. On the command line type or paste each of the commands below, one at a time, pressing ENTER after each command. Restart the computer and attempt to print the photos.

    Assoc.JPEG = jpegfile

    Assoc.jpg = jpegfile

    In addition, what makes you think that file associations have been changed to PDF format? You can right click on the files in question > will the properties and the file type. It would be very strange for jpeg files have been changed to PDF format. Possible but, strange.

  • How can I change an icon with a custom icon that is downloaded from the internet (i.e. not already in the file "bowse icon")

    I want to customize my desktop icons to make it easier to read. When I right click, select Change icon, select Browse, I see all the icons I want to use. I downloaded a custom on the internet and saved on my desktop icon, but I don't know how to replace the old icon by this news.

    Tried to drag on the old icon without success.

    Hi Larry,

    Thanks for posting your query in Microsoft Community.

    I understand from your description, that you cannot change the folder icon with a custom icon uploaded to the Internet.

    I'll be happy to help you. This problem could be caused because you may not have selected the right path or the location of the file that you downloaded or the downloaded file may be damaged or does not work or does not exist.

    I suggest to follow the steps below and we update on the State of the question.

    I recommend you to check or find the location of the file or path where exactly you downloaded and to check whether the file is actually present in the location and also check the file is fully downloaded and work very well.

    a. Subsequently, navigate to the folder that you change the icon and right-click on the folder.

    b. click Properties, click the Customize tab, click change icon, and click Browse.

    c. Select the correct path inside the menu drop-down or enter the correct path manually from the exact location of the downloaded file.

    d. open the file downloaded for the icon, choose the name of the file and click Open to select the file, and check to see if it helps you.

    If the problem persists, then I suggest you to download the file once more on the Internet and save it in a new folder and check the issue.

    For reference:

    How to change the default icons for folders in Windows XP:

    http://support.Microsoft.com/kb/310192

    For all windows questions do not hesitate to contact us and we will be happy to help you.

  • Says the file is not indexed and cannot be imported. ___

    Hello, I am very new to this and get the above message.  I am trying to import WMV files.  I changed the format to MOV with format factory although the video would play in Movie Maker he had no sound with the MOV format.  Now, I can't even import the file.

    Hello, I am very new to this and get the above message.  I am trying to import WMV files.  I changed the format to MOV with format factory although the video would play in Movie Maker he had no sound with the MOV format.  Now, I can't even import the file.

    ======================================
    I suspect that the file is corrupted or damaged in some way...
    It was probably a problem with the MOV file before
    He converted.

    In many cases, I found that convert a. WMV file
    to the. WMV format could produce a new version of the
    compatible file. Sounds redundant, I know, but it
    can work.

    Microsoft Expression Encoder 4 can perform the conversion.

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Download Microsoft Expression Encoder 4 with Service Pack 1 (SP1) (freeware)
    http://www.Microsoft.com/download/en/details.aspx?displaylang=en&ID=24601

    Also... it can depending on the version of Movie Maker...
    help to go to... Tools / Options / Compatibility tab and left
    Click the restore all default settings / OK.

    +++

    If you want to try Expression Encoder 4 following
    info can be useful:

    Start Microsoft Expression Encoder 4
    (Start / programs / Microsoft Expression /)
    Microsoft Expression Encoder 4)

    On the "Load a new project" screen...
    Left click... "Transcoding project '...

    When the program opens, click on... File / import...

    Left click (highlight) the. Left and WMV file, click the Open button.

    You will see the file in the "Multimedia content" pane

    In the right column... left click on the tab "Output"...

    Open the drop directory window and choose an output folder.
    (This is where you will find your converted file)

    On the left, click on the button "encode".

    Wait... video encoding CPU intensive and can
    be a slow process. It is always best if you do not have
    multi-task while files are encoded.

  • Why windows search does not return a result when the file is of course in the folder my documents?

    Hello

    file search: KeyScrambler_Setup.exe
    search string: key - would find the above file
    search string: scrambler - cannot find the file!

    now I'm very confused. can someone pls tell me why? then I could correctly search and find my next record!

    Thank you! any help is appreciated!

    BTW I use win vista Home premium 32.

    and I tried the advanced search and selecting search loc: informed everywhere and all the other search criteria.

    Hello

    Windows Search does not work or research are slower
    http://support.Microsoft.com/GP/windows_search

    Troubleshooting Windows Vista search & indexing errors
    http://www.WinVistaClub.com/T24.html

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • Is there any place in the windows vista where the files to write on the cd/dvd via a copied cd/dvd temporaily burner?

    Is there any place in the windows vista where the files to write on the cd/dvd via a copied cd/dvd temporaily burner? who can be recovered later in the case of the unsuccessful cd/dvd writing?

    Hi Usmansami rana,

    Integrated into the files of caching of Windows Vista to temporary folder when you start burning discs in Windows Explorer or by using a burning program. However, the temp folder is get deleted as soon as the burn completes successfully or not and you will not be able to recover the files.

    Hope this information is useful.

  • Cannot use the file search.

    When I search for files. I get the text next message: Windows Explorer has stopped working & Windows Explorer restarts. This is what is happening without research.

    Hello

    This is mainly caused by an incompatible Shell Extension.

    You can download this reg from my SkyDrive file:

    http://CID-128fc518635be2dc.SkyDrive.live.com/self.aspx/.public/Ms%20Foren/registry/WER%5E_Explorer.reg

    and double click on the file to import. If you are unable to do this, run regedit.exe and import the registry file here!

    When the Windows Explorer crashes, Windows Error Reporting Service [1] creates a dmp under C:\Localdumps. Please download the file to your public Skydrive folder [2] and post the link here. I take a look at the discharge with the debugger, maybe that I can see what Shell extension is the cause.

    André

    [1] http://msdn.microsoft.com/en-us/library/bb787181%28VS.85%29.aspx
    [2] http://social.technet.microsoft.com/Forums/en-US/w7itproui/thread/4fc10639-02db-4665-993a-08d865088d65 "a programmer is just a tool that converts the caffeine in code" Deputy CLIP - http://www.winvistaside.de/

  • I'm scanning several photos and I would like the name of the file to automatically change with every save?

    Whenever I scan a picture I have to change the file name of myself, which is very tedious and time consuming. I'm scanning of thousands of old family photos, and I was wondering if there was a setting that I could use that would automatically change the name of the file without having to type it myself, me as image1, image2, image3, image4 and so on.

    It's a HP scanner and the computer I use is a Dell with Windows 7.

    Unless the scanning software you use supports this feature, nothing you can do or change in Windows will do.

Maybe you are looking for

  • D1500 Antenna Essentials

    I am trying to compare the values of Netgear D1500 antenna with other brands. There is no reference to it in any documentation I can find it; Anyone know if the antenna is 2, 3 or 5 DBI?

  • I want to block my Iphone by IMEI, because it was stolen

    I warnt block my Iphone 6 EIB IMEI *, bedaure, it was stolen

  • SMK-Link Bluetooth adapter Nano

    OK, I have a sony ericsson phone it connects dollar 16,00 phone without problem, my wife has an iphone 4 g higher maintaince her phone says code 28 shes had to update the drivers, why is it a slider phone for 5 years has all the right drivers but mic

  • Media player playback sonido

    Hola espero me help. Cuando reproduzco mi lista of canciones o solo una cancion,. El sonido is begins a distorsionar y is traba como fuera if a disco rayado. as puedo hacer. I have a net book samsung. Espero respuesta gracias.

  • Problems Windows Update after reinstalling XP Pro.

    I had a hard drive go bad a few days before the April 8 end of XP support.  So, I installed a new drive and reinstalled XP Pro, sp2, then free AVG2014, then Microsoft Download Manager, and then sp3, then IE8.  I turned then automatic updates, but it