Retrieving contents of cache

Hi,
What is the most efficient way to retrieve a static view of the full contents of the cache? I've been using the following:
Set fullSet = new HashSet(cache.entrySet());
Is there a better way to do this?
Regards,
Steven

Steven,
Assuming the entire cache content could fit into your process memory (which is a very big assumption!), the easiest way is to write:
Map mapSnapshot = new HashMap(cache);Regards,
Gene

Similar Messages

  • Error when content coherance cache is cofigured.

    HI All, 
    we have build a portal application and followed this blog to configure content coherance cache for content presneter:
    http://www.ateam-oracle.com/configure-coherence-for-oracle-webcenter-portal-framework-content-presenter-task-flow/
    environment is cluster, after this configuration we are facing intermittent error and content wont come once the exception occur.
    we check the coherance config xml is picked and is correctly added to app class path.
    <Sep 24, 2013 4:24:12 PM EDT> <Error> <oracle.webcenter.doclib.internal.model.presenter.PresenterRetrievalException> <WCS-07897> <Error retrieving node(s).
    oracle.webcenter.doclib.internal.model.presenter.PresenterRetrievalException: Sep 24, 2013 4:24:12 PM oracle.webcenter.doclib.internal.model.presenter.PresenterRetrievalException asError
    ALL: Error retrieving node(s).
            at oracle.webcenter.doclib.internal.model.presenter.PresenterRetrievalException.asError(PresenterRetrievalException.java:55)
            at oracle.webcenter.doclib.internal.model.presenter.vcr.MultiNodeRetrieverImpl.getNodes(MultiNodeRetrieverImpl.java:72)
            at oracle.webcenter.doclib.internal.view.presenter.PresenterRetrievalService.getNodes(PresenterRetrievalService.java:78)
            at oracle.webcenter.doclib.internal.view.presenter.ContentPresenterBackingBean.getDatasourceResults(ContentPresenterBackingBean.java:252)
            at oracle.webcenter.doclib.internal.view.presenter.ContentPresenterBackingBean.getNodes(ContentPresenterBackingBean.java:167)
            at oracle.webcenter.doclib.internal.view.presenter.ContentPresenterBackingBean.getResults(ContentPresenterBackingBean.java:137)
    Caused By: oracle.webcenter.content.integration.AuthenticationException: Sep 24, 2013 4:24:12 PM oracle.webcenter.content.integration.federated.internal.delegate.RepositoryHelper validateSessionAuthenticated
    SEVERE: Error authenticating to repository: UCM. Possible cause could include, but is not limited to a bad repository configuration or the repository is unknown.  Error message: java.lang.IllegalStateException: Service "LocalCache" has been started by the factory with a different configuration descriptor
    Caused By: oracle.webcenter.content.integration.RepositoryRuntimeException: java.lang.IllegalStateException: Service "LocalCache" has been started by the factory with a different configuration descriptor
            at oracle.webcenter.content.integration.spi.ucm.UCMBridge.getBridge(UCMBridge.java:355)
            at oracle.webcenter.content.integration.spi.ucm.RepositoryImpl.getCapabilitySupport(RepositoryImpl.java:166)
            at oracle.webcenter.content.integration.federated.internal.delegate.RepositoryManagerDelegate.readExtensibleCapabilitySupport(RepositoryManagerDelegate.java:353)
            at oracle.webcenter.content.integration.federated.internal.delegate.RepositoryManagerDelegate.findRepositoryCapabilities(RepositoryManagerDelegate.java:408)
            at oracle.webcenter.content.integration.federated.internal.delegate.RepositoryManagerDelegate.createRepoMetaForRepositoryInterfaces(RepositoryManagerDelegate.java:719)
            at oracle.webcenter.content.integration.federated.internal.delegate.RepositoryManagerDelegate.connectToRepository(RepositoryManagerDelegate.java:894)
            at oracle.webcenter.content.integration.federated.internal.delegate.RepositoryManagerDelegate.ensureConnectedToRepository(RepositoryManagerDelegate.java:798)
            at oracle.webcenter.content.integration.federated.internal.delegate.RepositoryManagerDelegate.connect(RepositoryManagerDelegate.java:1098)
    Caused By: oracle.webcenter.content.integration.RepositoryException: java.lang.IllegalStateException: Service "LocalCache" has been started by the factory with a different configuration descriptor
            at oracle.webcenter.content.internal.stellent.VCRConfigProvider.executeTask(VCRConfigProvider.java:70)
            at oracle.webcenter.content.integration.spi.ucm.UCMBridge.connectToServer(UCMBridge.java:1873)
            at oracle.webcenter.content.integration.spi.ucm.UCMBridge.getBridge(UCMBridge.java:338)
            at oracle.webcenter.content.integration.spi.ucm.RepositoryImpl.getCapabilitySupport(RepositoryImpl.java:166)
            at oracle.webcenter.content.integration.federated.internal.delegate.RepositoryManagerDelegate.readExtensibleCapabilitySupport(RepositoryManagerDelegate.java:353)
    Caused By: java.lang.IllegalStateException: Service "LocalCache" has been started by the factory with a different configuration descriptor
            at com.tangosol.net.DefaultConfigurableCacheFactory.validateBackingMapManager(DefaultConfigurableCacheFactory.java:1246)
            at com.tangosol.net.DefaultConfigurableCacheFactory.ensureServiceInternal(DefaultConfigurableCacheFactory.java:1043)
            at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:937)
            at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:919)
            at com.tangosol.net.DefaultConfigurableCacheFactory.configureCache(DefaultConfigurableCacheFactory.java:1288)
            at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:297)
            at oracle.wcps.cache.internal.coherence.CoherenceCacheFactory.createCache(CoherenceCacheFactory.java:31)
            at oracle.wcps.cache.CacheFactory.getCache(CacheFactory.java:271)
            at oracle.wcps.cache.CacheFactory.getCache(CacheFactory.java:220)
            at oracle.wcps.cache.CacheFactory.getCache(CacheFactory.java:334)
            at oracle.webcenter.content.integration.spi.ucm.UCMCacheHelper.getProfileTriggerValueCache(UCMCacheHelper.java:423)
            at oracle.webcenter.content.integration.spi.ucm.UCMCacheHelper.cacheProfileTriggerValue(UCMCacheHelper.java:259)
            at oracle.webcenter.content.integration.spi.ucm.UCMBridge.parseDocProfiles(UCMBridge.java:2068)
            at oracle.webcenter.content.integration.spi.ucm.UCMBridge.verifyDocProfileTriggerFieldDefined(UCMBridge.java:2079)
            at oracle.webcenter.content.integration.spi.ucm.UCMBridge.access$300(UCMBridge.java:50)
            at oracle.webcenter.content.integration.spi.ucm.UCMBridge$1.run(UCMBridge.java:1864)
            at oracle.vcr.jam.ConnectionWrapperTask.call(ConnectionWrapperTask.java:81)
            at oracle.vcr.jam.ConnectionWrapperTask.call(ConnectionWrapperTask.java:35)
            at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
            at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
            at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
            at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
            at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:889)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:440)
            at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
            at java.util.concurrent.FutureTask.run(FutureTask.java:139)
            at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
            at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:683)
            at java.lang.Thread.run(Thread.java:662)
    any pointer regarding the error. is it related to caching.
    thansk
    -somesh

    yes you are correct. we have two EAR one for mobile and other for desktop both are configured for cache. we tried to disable coherence cache for mobile and it worked. now next step would be to keep different name.

  • EmailReceiver QPAC doesn't retrieve 'content-disposition: inline' attachments

    Hi,
    [Note: this is kind of a follow-up thread for
    Email receiver QPAC does not retrieve attachments other than .jar. Thought, I better post a new thread.]
    I experimented quite a lot with the Email Receiver QPAC. Regarding my testing, it seems as though it doesn't recognize attachments from emails, whose
    content-disposition is set to 'inline'. In fact, if I set the content-disposition to 'attachment', then the same attachment in the same Email sent via the same Email server is retrieved.
    Does anyone experienced this as well?
    Does the EmailReceiver QPAC actually retrieve 'content-disposition: inline' attachments?

    Hi Howard,
    thank you for providing the new version!
    We'll contact support then. Since some popular email clients like Thunderbird are set to 'content-disposition: inline' by default but we don't want our users having to adjust their client settings rather trickily, it's pretty important to us that the EmailReceiver actually handles inline attachments.
    Regards,
    Steve

  • Retrieving content via CM tags

    This is a newbie question, but I could not find the answer in any documentation, and I've been stuck on this for a while!
    In retrieving content using content management tags (WL8.1 SP5), do my JSPs have to be in the same WL application as the Portal app? Same managed server?
    If the answer is yes, this seems like a big limitation since I have to deploy all jsps accessing the repository on the same instance.
    Thanks for your help!
    Dmitry

    Hi,
    Did you managed to find out how to retrieve and render JSP from the repository?
    Cheers
    Jack

  • Deploy and Retrieve Content in PS 3.5

    Hi ,
    I'm trying to use Interwoven team site/ BEA turbo as the 3rd party Content
    Engine to deploy content into the Personalisation Server 3.5 JDBC store.
    The intention is to use the JSP cm: and pz: tag to query and retrieve
    content, particulary for PDF and MS word .doc document.
    What is the requirement for a thrid party Content Engine to deploy the
    document reference into the personalisation JDBC store so that it is useable
    by the cm: and pz: JSP tags? (eg. meta-data and any specific format or SPI
    API to use??)
    Can the PS tags support the viewing of word and PDF document? Is there any
    good reference or sample? I found quite a bit on HTML and image file in the
    e-docs., but no mentioning of other document types. Is this just a matter of
    setting the MIME type?
    Is there a reference intergration implementation avaiable eg. Content
    Express that works for PS 3.5??
    Can Bulk loader do the job? I mean to load PDF and MS Word document. Is
    there a reference load script avaiable somewhere?
    I'm a BEA customer and can get access to websupport. Is that a better
    channel to post these questions? If not, where?
    Thanks
    Alex

    Hi Jyothirmai,
    If you have used standard business content objects in your current BW Installation, and want to take advantage of new business content, you have an option of merging the objects during BC installation.
    In terms of additional fields in datasources, if you can map these in your datamodel then (without a reinitialization) you should be able to populate the data in your datatargets, however you won't be getting historical data for these fields, however if you do re-initialize then you will get the historical data as well.
    You can refer the Business Content Documentation for new datasources/infosources and other objects (e.g, 2LIS_11_VAKON, 2LIS_13_VDKON datasources for extracting conditions in SD). The feasibility for implementing this depends on your R/3 PI release/whether or not you can upgrade your R/3 PI.
    Hope it helps,
    Sree

  • Retrieving content from JavaScript created web tables?

    I am developing a simple Java program that is to browse a particular site, follow links and download web page content (which is created dynamically based on day and sports selected) from which data enclosed in <table>....</table> tags is later parsed and used in Excel spreadsheet for later analysis.
    The idea is to collect sports betting odds from Internet sportsbooks and of course such content is created dynamically based on day's offer of sports events!
    It can be done when the web tables are created dynamically with ASP or PHP as it basically just feed you the web page with all the data still enclosed in standard HTML tables tags.
    However there are quite a number of sites that use Javascript to create such dynamic tables. SO MY QUESTION IS: IS THERE A WAY TO GATHER SUCH JAVASCRIP CREATED WEB DATA IN JAVA?
    Thanks in advance!

    One more thing occured to me as a possible solution but I don't know if it can be done?
    Those particular JavaScript generated web pages that I'm trying to retrieve contents from display data in html tables created depending on the user input!
    Appart from zillion fancy design functions, those pages create a loooooong string which basically represents html <table>.....</table> structure and all the rows and cells are constructed by calling multiple JavaScript functions and filling those tables with variables contained in arrays located in several *.js files.
    So my idea is, CAN YOU CATCH THAT FINAL GENERATED HTML, that is used to view the web page in a browser?

  • Can't retrieve content when someone sends me an MMS message

    Hi folks
    I can't seem to retrieve content from MMS messages when they are sent to me. All the settings are there as far as I know and it's also set to automatically retrieve them but it won't seem to work. 
    I have a Curve 3G 9300 Smartphone and am on O2. It's a pay as you go but have a data plan and can use the internet and email with no problems whatsoever. 
    Any suggestions? 

    Well I don't know if it works the same way in the US but here in the UK we have to ask O2 to turn off MMS on our contracts. It should be set up that way by default but is sometimes not. When that is done you get the text asking you to go to the web site to view and including the pin number needed.

  • Retrieving documents from cache server using Bapi_Document_Checkoutviewx

    Hello,
    how can I retrieve the documents from cache server instead from content server, which are stored in SAP R/3 system.
    I use the bapi "BAPI_DOCUMENT_CHECKOUTVIEWX" in a Rfc-Client Programm to retrieve the documents. This BAPI retrieves the documents allways from content server and don't use the existent cache server.
    Thanks for any help!
    Birol

    Hi Birol,
    Can you please tell me is the content you have used in that "BAPI_DOCUMENT_CHECKOUTVIEWX programme"????
    Regards
    Harshavardhan.G

  • Retrieving Reports from Cache

    10gAS 9.0.4.1
    Reports 9.0.2.0.3
    First Issue:
    I am trying to reuse reports from cache. I have caching turned on in my rep_<server>.conf file, and the following entry in my cgicmd.dat file:
    rep17: report=<report name>.jsp <parameter>=%1 desformat=pdf destype=cache server=<report server> paramform=no ssoconn=<rad> tolerance=30
    Each time I run the report, a new copy is generated in the cache directory. The report returned to me is the new copy. Should the report server not retrieve an earlier copy of the report as long as it was generated within the last 30 minutes?
    Second Issue:
    When I run the report URL in Internet Explorer (version 6.0.2800.1106CO), 2 copies of the report output are created in cache. When using Netscape (version 7.2), only 1 copy of the report output is generated in cache. What are the issues with IE that cause two copies of the report output to be generated?

    Hi Birol,
    Can you please tell me is the content you have used in that "BAPI_DOCUMENT_CHECKOUTVIEWX programme"????
    Regards
    Harshavardhan.G

  • PHP failing to retrieve content over ssl

    I am am getting the errors bellow when executing the following line of PHP:
    include_once 'https://someserver/someotherfile.php';
    Log output:
    PHP Warning: include_once(): SSL operation failed with code 1. OpenSSL Error messages:
    error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in /files/somefile.php on line x
    PHP Warning: include_once(): Failed to enable crypto in /files/someotherfile.php on line x
    PHP Warning: include_once(https://someserver/someotherfile.php): failed to open stream: operation failed in /files/somefile.php on line x
    PHP Warning: include_once(): Failed opening 'https://someserver/somefile.php' for inclusion (include_path='.:/usr/share/pear') in /files/somefile.php on line x
    The issue does not occur for http sources (e.g. http://someserver/somefile.php) but will occur for any https source.
    OpenSSL is installed and appears to be configured correctly (I am able to retrieve files from a https source via curl). The config (/etc/ssl/openssl.cnf) is default.
    I have reinstalled PHP and the config (/etc/php/php.ini) is default except for the lines below:
    extension=openssl.so (uncommented)
    extension=phar.so (uncommented)
    allow_url_include = On (changed from "Off")
    Installed versions:
    local/php 5.6.4-1
    local/lib32-openssl 1.0.1.k-1
    local/openssl 1.0.1.k-1
    I have been searching for hours and am unable to find anyone with a similar issue. Any assistance would be greatly appreciated.
    edit:
    Issue occurs when using any function to access content over an ssl connection. E.g. the following line produces the same error:
    echo file_get_contents('https://someserver/somefile');
    Last edited by despian (2015-01-14 18:50:31)

    The 32-bit ssl must have been installed as a dependency for some other 32-bit package I installed. Shouldn't cause a problem though, right?
    I'm not too familiar with the output of strace but these lines look interesting. What do you think?
    420: read(3, 0x21acce0, 7) = -1 EAGAIN (Resource temporarily unavailable)
    427: stat("/etc/ssl/certs/c598f4ac.0", 0x7fffcab78250) = -1 ENOENT (No such file or directory)
    Complete output:
    1: execve("/usr/bin/php", ["php", "-dallow_url_include=on", "-r", "echo include_once 'https://"...], [/* 53 vars */]) = 0
    2: brk(0) = 0x1fcb000
    3: access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    4: open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
    5: fstat(3, {st_mode=S_IFREG|0644, st_size=272204, ...}) = 0
    6: mmap(NULL, 272204, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fbd286c4000
    7: close(3) = 0
    8: open("/usr/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3
    9: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220:\0\0\0\0\0\0"..., 832) = 832
    10: fstat(3, {st_mode=S_IFREG|0755, st_size=89024, ...}) = 0
    11: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286c3000
    12: mmap(NULL, 2194248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd282ce000
    13: mprotect(0x7fbd282e2000, 2093056, PROT_NONE) = 0
    14: mmap(0x7fbd284e1000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7fbd284e1000
    15: mmap(0x7fbd284e4000, 6984, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fbd284e4000
    16: close(3) = 0
    17: open("/usr/lib/libreadline.so.6", O_RDONLY|O_CLOEXEC) = 3
    18: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260e\1\0\0\0\0\0"..., 832) = 832
    19: fstat(3, {st_mode=S_IFREG|0555, st_size=350087, ...}) = 0
    20: mmap(NULL, 2402176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd28083000
    21: mprotect(0x7fbd280c4000, 2097152, PROT_NONE) = 0
    22: mmap(0x7fbd282c4000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x41000) = 0x7fbd282c4000
    23: mmap(0x7fbd282cd000, 1920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fbd282cd000
    24: close(3) = 0
    25: open("/usr/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
    26: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000#\0\0\0\0\0\0"..., 832) = 832
    27: fstat(3, {st_mode=S_IFREG|0755, st_size=88592, ...}) = 0
    28: mmap(NULL, 2183688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd27e6d000
    29: mprotect(0x7fbd27e82000, 2093056, PROT_NONE) = 0
    30: mmap(0x7fbd28081000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7fbd28081000
    31: close(3) = 0
    32: open("/usr/lib/libpcre.so.1", O_RDONLY|O_CLOEXEC) = 3
    33: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\27\0\0\0\0\0\0"..., 832) = 832
    34: fstat(3, {st_mode=S_IFREG|0755, st_size=452840, ...}) = 0
    35: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286c2000
    36: mmap(NULL, 2548328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd27bfe000
    37: mprotect(0x7fbd27c6c000, 2093056, PROT_NONE) = 0
    38: mmap(0x7fbd27e6b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6d000) = 0x7fbd27e6b000
    39: close(3) = 0
    40: open("/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
    41: read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200U\0\0\0\0\0\0"..., 832) = 832
    42: fstat(3, {st_mode=S_IFREG|0755, st_size=1067456, ...}) = 0
    43: mmap(NULL, 3162456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd278f9000
    44: mprotect(0x7fbd279fc000, 2097152, PROT_NONE) = 0
    45: mmap(0x7fbd27bfc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x103000) = 0x7fbd27bfc000
    46: close(3) = 0
    47: open("/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
    48: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"..., 832) = 832
    49: fstat(3, {st_mode=S_IFREG|0755, st_size=14672, ...}) = 0
    50: mmap(NULL, 2109712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd276f5000
    51: mprotect(0x7fbd276f8000, 2093056, PROT_NONE) = 0
    52: mmap(0x7fbd278f7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fbd278f7000
    53: close(3) = 0
    54: open("/usr/lib/libxml2.so.2", O_RDONLY|O_CLOEXEC) = 3
    55: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\344\2\0\0\0\0\0"..., 832) = 832
    56: fstat(3, {st_mode=S_IFREG|0755, st_size=1455160, ...}) = 0
    57: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286c1000
    58: mmap(NULL, 3555672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd27390000
    59: mprotect(0x7fbd274ea000, 2093056, PROT_NONE) = 0
    60: mmap(0x7fbd276e9000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x159000) = 0x7fbd276e9000
    61: mmap(0x7fbd276f3000, 4440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fbd276f3000
    62: close(3) = 0
    63: open("/usr/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
    64: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300-\6\0\0\0\0\0"..., 832) = 832
    65: fstat(3, {st_mode=S_IFREG|0555, st_size=2425792, ...}) = 0
    66: mmap(NULL, 4264248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd26f7e000
    67: mprotect(0x7fbd27164000, 2097152, PROT_NONE) = 0
    68: mmap(0x7fbd27364000, 163840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e6000) = 0x7fbd27364000
    69: mmap(0x7fbd2738c000, 12600, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fbd2738c000
    70: close(3) = 0
    71: open("/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
    72: read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\1\2\0\0\0\0\0"..., 832) = 832
    73: fstat(3, {st_mode=S_IFREG|0755, st_size=1984416, ...}) = 0
    74: mmap(NULL, 3813200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd26bdb000
    75: mprotect(0x7fbd26d74000, 2097152, PROT_NONE) = 0
    76: mmap(0x7fbd26f74000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x199000) = 0x7fbd26f74000
    77: mmap(0x7fbd26f7a000, 16208, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fbd26f7a000
    78: close(3) = 0
    79: open("/usr/lib/libncursesw.so.5", O_RDONLY|O_CLOEXEC) = 3
    80: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0P\1\0\0\0\0\0"..., 832) = 832
    81: fstat(3, {st_mode=S_IFREG|0755, st_size=411648, ...}) = 0
    82: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286c0000
    83: mmap(NULL, 2508816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd26976000
    84: mprotect(0x7fbd269d5000, 2097152, PROT_NONE) = 0
    85: mmap(0x7fbd26bd5000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5f000) = 0x7fbd26bd5000
    86: close(3) = 0
    87: open("/usr/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
    88: read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300`\0\0\0\0\0\0"..., 832) = 832
    89: fstat(3, {st_mode=S_IFREG|0755, st_size=138248, ...}) = 0
    90: mmap(NULL, 2208912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd2675a000
    91: mprotect(0x7fbd26771000, 2093056, PROT_NONE) = 0
    92: mmap(0x7fbd26970000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fbd26970000
    93: mmap(0x7fbd26972000, 13456, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fbd26972000
    94: close(3) = 0
    95: open("/usr/lib/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 3
    96: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340)\0\0\0\0\0\0"..., 832) = 832
    97: fstat(3, {st_mode=S_IFREG|0755, st_size=141744, ...}) = 0
    98: mmap(NULL, 2236920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd26537000
    99: mprotect(0x7fbd26559000, 2093056, PROT_NONE) = 0
    100: mmap(0x7fbd26758000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7fbd26758000
    101: close(3) = 0
    102: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286bf000
    103: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286be000
    104: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286bd000
    105: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286bc000
    106: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286bb000
    107: arch_prctl(ARCH_SET_FS, 0x7fbd286bc700) = 0
    108: mprotect(0x7fbd26f74000, 16384, PROT_READ) = 0
    109: mprotect(0x7fbd26970000, 4096, PROT_READ) = 0
    110: mprotect(0x7fbd26758000, 4096, PROT_READ) = 0
    111: mprotect(0x7fbd26bd5000, 16384, PROT_READ) = 0
    112: mprotect(0x7fbd28081000, 4096, PROT_READ) = 0
    113: mprotect(0x7fbd278f7000, 4096, PROT_READ) = 0
    114: mprotect(0x7fbd27364000, 114688, PROT_READ) = 0
    115: mprotect(0x7fbd27bfc000, 4096, PROT_READ) = 0
    116: mprotect(0x7fbd276e9000, 32768, PROT_READ) = 0
    117: mprotect(0x7fbd27e6b000, 4096, PROT_READ) = 0
    118: mprotect(0x7fbd282c4000, 8192, PROT_READ) = 0
    119: mprotect(0x7fbd284e1000, 8192, PROT_READ) = 0
    120: mprotect(0xda6000, 667648, PROT_READ) = 0
    121: mprotect(0x7fbd28707000, 4096, PROT_READ) = 0
    122: munmap(0x7fbd286c4000, 272204) = 0
    123: set_tid_address(0x7fbd286bc9d0) = 2834
    124: set_robust_list(0x7fbd286bc9e0, 24) = 0
    125: rt_sigaction(SIGRTMIN, {0x7fbd2675fb90, [], SA_RESTORER|SA_SIGINFO, 0x7fbd2676a210}, NULL, 8) = 0
    126: rt_sigaction(SIGRT_1, {0x7fbd2675fc20, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7fbd2676a210}, NULL, 8) = 0
    127: rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
    128: getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
    129: brk(0) = 0x1fcb000
    130: brk(0x1fec000) = 0x1fec000
    131: rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fbd26c0eb20}, {SIG_DFL, [], 0}, 8) = 0
    132: mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286c6000
    133: getcwd("/somedir", 4096) = 45
    134: mmap(NULL, 1052672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd285ba000
    135: open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
    136: fstat(3, {st_mode=S_IFREG|0644, st_size=1607760, ...}) = 0
    137: mmap(NULL, 1607760, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fbd263ae000
    138: close(3) = 0
    139: open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
    140: fstat(3, {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0
    141: fstat(3, {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0
    142: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286c5000
    143: read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0\7\0\0\0\0"..., 4096) = 3661
    144: lseek(3, -2338, SEEK_CUR) = 1323
    145: read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\0"..., 4096) = 2338
    146: close(3) = 0
    147: munmap(0x7fbd286c5000, 4096) = 0
    148: lstat("/home/me/bin/php", 0x7fffcab77df0) = -1 ENOENT (No such file or directory)
    149: lstat("/usr/local/bin/php", 0x7fffcab77df0) = -1 ENOENT (No such file or directory)
    150: lstat("/usr/local/sbin/php", 0x7fffcab77df0) = -1 ENOENT (No such file or directory)
    151: lstat("/usr/local/bin/php", 0x7fffcab77df0) = -1 ENOENT (No such file or directory)
    152: lstat("/usr/bin/php", {st_mode=S_IFREG|0755, st_size=8730816, ...}) = 0
    153: lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=79146, ...}) = 0
    154: lstat("/usr", {st_mode=S_IFDIR|0755, st_size=86, ...}) = 0
    155: access("/usr/bin/php", X_OK) = 0
    156: stat("/usr/bin/php", {st_mode=S_IFREG|0755, st_size=8730816, ...}) = 0
    157: open("/usr/bin/php-cli.ini", O_RDONLY) = -1 ENOENT (No such file or directory)
    158: open("/etc/php/php-cli.ini", O_RDONLY) = -1 ENOENT (No such file or directory)
    159: open("/usr/bin/php.ini", O_RDONLY) = -1 ENOENT (No such file or directory)
    160: open("/etc/php/php.ini", O_RDONLY) = 3
    161: ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffcab78b40) = -1 ENOTTY (Inappropriate ioctl for device)
    162: fstat(3, {st_mode=S_IFREG|0644, st_size=71932, ...}) = 0
    163: mmap(NULL, 71964, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fbd285a8000
    164: lseek(3, 0, SEEK_CUR) = 0
    165: munmap(0x7fbd285a8000, 71964) = 0
    166: close(3) = 0
    167: openat(AT_FDCWD, "/etc/php/conf.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
    168: getdents(3, /* 2 entries */, 32768) = 48
    169: getdents(3, /* 0 entries */, 32768) = 0
    170: close(3) = 0
    171: mmap(NULL, 323584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd2856b000
    172: brk(0x200d000) = 0x200d000
    173: brk(0x202e000) = 0x202e000
    174: brk(0x204f000) = 0x204f000
    175: futex(0x7fbd278f80c8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    176: open("/usr/lib/php/modules/curl.so", O_RDONLY|O_CLOEXEC) = 3
    177: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0<\0\0\0\0\0\0"..., 832) = 832
    178: fstat(3, {st_mode=S_IFREG|0755, st_size=85096, ...}) = 0
    179: mmap(NULL, 2180288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd26199000
    180: mprotect(0x7fbd261ac000, 2093056, PROT_NONE) = 0
    181: mmap(0x7fbd263ab000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7fbd263ab000
    182: close(3) = 0
    183: open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
    184: fstat(3, {st_mode=S_IFREG|0644, st_size=272204, ...}) = 0
    185: mmap(NULL, 272204, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fbd28528000
    186: close(3) = 0
    187: open("/usr/lib/libcurl.so.4", O_RDONLY|O_CLOEXEC) = 3
    188: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\243\0\0\0\0\0\0"..., 832) = 832
    189: fstat(3, {st_mode=S_IFREG|0755, st_size=456000, ...}) = 0
    190: mmap(NULL, 2551816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd25f29000
    191: mprotect(0x7fbd25f96000, 2093056, PROT_NONE) = 0
    192: mmap(0x7fbd26195000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6c000) = 0x7fbd26195000
    193: mmap(0x7fbd26198000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fbd26198000
    194: close(3) = 0
    195: open("/usr/lib/libidn.so.11", O_RDONLY|O_CLOEXEC) = 3
    196: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\00001\0\0\0\0\0\0"..., 832) = 832
    197: fstat(3, {st_mode=S_IFREG|0755, st_size=211432, ...}) = 0
    198: mmap(NULL, 2306528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd25cf5000
    199: mprotect(0x7fbd25d27000, 2097152, PROT_NONE) = 0
    200: mmap(0x7fbd25f27000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x32000) = 0x7fbd25f27000
    201: close(3) = 0
    202: open("/usr/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = 3
    203: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220V\0\0\0\0\0\0"..., 832) = 832
    204: fstat(3, {st_mode=S_IFREG|0755, st_size=167224, ...}) = 0
    205: mmap(NULL, 2262720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd25acc000
    206: mprotect(0x7fbd25af4000, 2093056, PROT_NONE) = 0
    207: mmap(0x7fbd25cf3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7fbd25cf3000
    208: close(3) = 0
    209: open("/usr/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
    210: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260z\1\0\0\0\0\0"..., 832) = 832
    211: fstat(3, {st_mode=S_IFREG|0555, st_size=505240, ...}) = 0
    212: mmap(NULL, 2552560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd2585c000
    213: mprotect(0x7fbd258c1000, 2093056, PROT_NONE) = 0
    214: mmap(0x7fbd25ac0000, 49152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x64000) = 0x7fbd25ac0000
    215: close(3) = 0
    216: open("/usr/lib/libgssapi_krb5.so.2", O_RDONLY|O_CLOEXEC) = 3
    217: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\302\0\0\0\0\0\0"..., 832) = 832
    218: fstat(3, {st_mode=S_IFREG|0644, st_size=313696, ...}) = 0
    219: mmap(NULL, 2409344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd2560f000
    220: mprotect(0x7fbd25659000, 2093056, PROT_NONE) = 0
    221: mmap(0x7fbd25858000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x49000) = 0x7fbd25858000
    222: close(3) = 0
    223: open("/usr/lib/libkrb5.so.3", O_RDONLY|O_CLOEXEC) = 3
    224: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300P\2\0\0\0\0\0"..., 832) = 832
    225: fstat(3, {st_mode=S_IFREG|0644, st_size=937552, ...}) = 0
    226: mmap(NULL, 3033408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd2532a000
    227: mprotect(0x7fbd253ff000, 2093056, PROT_NONE) = 0
    228: mmap(0x7fbd255fe000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd4000) = 0x7fbd255fe000
    229: close(3) = 0
    230: open("/usr/lib/libk5crypto.so.3", O_RDONLY|O_CLOEXEC) = 3
    231: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320H\0\0\0\0\0\0"..., 832) = 832
    232: fstat(3, {st_mode=S_IFREG|0644, st_size=199504, ...}) = 0
    233: mmap(NULL, 2298456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd250f8000
    234: mprotect(0x7fbd25127000, 2093056, PROT_NONE) = 0
    235: mmap(0x7fbd25326000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2e000) = 0x7fbd25326000
    236: mmap(0x7fbd25329000, 600, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fbd25329000
    237: close(3) = 0
    238: open("/usr/lib/libcom_err.so.2", O_RDONLY|O_CLOEXEC) = 3
    239: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\25\0\0\0\0\0\0"..., 832) = 832
    240: fstat(3, {st_mode=S_IFREG|0755, st_size=14632, ...}) = 0
    241: mmap(NULL, 2109960, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd24ef4000
    242: mprotect(0x7fbd24ef7000, 2093056, PROT_NONE) = 0
    243: mmap(0x7fbd250f6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fbd250f6000
    244: close(3) = 0
    245: open("/usr/lib/libkrb5support.so.0", O_RDONLY|O_CLOEXEC) = 3
    246: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P0\0\0\0\0\0\0"..., 832) = 832
    247: fstat(3, {st_mode=S_IFREG|0644, st_size=52208, ...}) = 0
    248: mmap(NULL, 2147688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd24ce7000
    249: mprotect(0x7fbd24cf3000, 2093056, PROT_NONE) = 0
    250: mmap(0x7fbd24ef2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7fbd24ef2000
    251: close(3) = 0
    252: open("/usr/lib/libkeyutils.so.1", O_RDONLY|O_CLOEXEC) = 3
    253: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\25\0\0\0\0\0\0"..., 832) = 832
    254: fstat(3, {st_mode=S_IFREG|0755, st_size=14568, ...}) = 0
    255: mmap(NULL, 2109720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd24ae3000
    256: mprotect(0x7fbd24ae6000, 2093056, PROT_NONE) = 0
    257: mmap(0x7fbd24ce5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fbd24ce5000
    258: close(3) = 0
    259: mprotect(0x7fbd24ce5000, 4096, PROT_READ) = 0
    260: mprotect(0x7fbd24ef2000, 4096, PROT_READ) = 0
    261: mprotect(0x7fbd250f6000, 4096, PROT_READ) = 0
    262: mprotect(0x7fbd25326000, 8192, PROT_READ) = 0
    263: mprotect(0x7fbd255fe000, 57344, PROT_READ) = 0
    264: mprotect(0x7fbd25858000, 8192, PROT_READ) = 0
    265: mprotect(0x7fbd25ac0000, 20480, PROT_READ) = 0
    266: mprotect(0x7fbd25cf3000, 4096, PROT_READ) = 0
    267: mprotect(0x7fbd25f27000, 4096, PROT_READ) = 0
    268: mprotect(0x7fbd26195000, 8192, PROT_READ) = 0
    269: mprotect(0x7fbd263ab000, 8192, PROT_READ) = 0
    270: munmap(0x7fbd28528000, 272204) = 0
    271: open("/usr/lib/php/modules/gettext.so", O_RDONLY|O_CLOEXEC) = 3
    272: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\20\0\0\0\0\0\0"..., 832) = 832
    273: fstat(3, {st_mode=S_IFREG|0755, st_size=14696, ...}) = 0
    274: mmap(NULL, 2109872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd248df000
    275: mprotect(0x7fbd248e1000, 2097152, PROT_NONE) = 0
    276: mmap(0x7fbd24ae1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fbd24ae1000
    277: close(3) = 0
    278: mprotect(0x7fbd24ae1000, 4096, PROT_READ) = 0
    279: open("/usr/lib/php/modules/openssl.so", O_RDONLY|O_CLOEXEC) = 3
    280: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\260\0\0\0\0\0\0"..., 832) = 832
    281: fstat(3, {st_mode=S_IFREG|0755, st_size=144968, ...}) = 0
    282: mmap(NULL, 2244368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd246bb000
    283: mprotect(0x7fbd246da000, 2097152, PROT_NONE) = 0
    284: mmap(0x7fbd248da000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f000) = 0x7fbd248da000
    285: mmap(0x7fbd248de000, 3856, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fbd248de000
    286: close(3) = 0
    287: mprotect(0x7fbd248da000, 12288, PROT_READ) = 0
    288: open("/usr/lib/php/modules/phar.so", O_RDONLY|O_CLOEXEC) = 3
    289: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Pc\0\0\0\0\0\0"..., 832) = 832
    290: fstat(3, {st_mode=S_IFREG|0755, st_size=268592, ...}) = 0
    291: mmap(NULL, 2365016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd24479000
    292: mprotect(0x7fbd244b8000, 2093056, PROT_NONE) = 0
    293: mmap(0x7fbd246b7000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3e000) = 0x7fbd246b7000
    294: close(3) = 0
    295: mprotect(0x7fbd246b7000, 8192, PROT_READ) = 0
    296: brk(0x2070000) = 0x2070000
    297: futex(0x7fbd276f3e48, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    298: brk(0x2091000) = 0x2091000
    299: brk(0x20b2000) = 0x20b2000
    300: brk(0x20d3000) = 0x20d3000
    301: brk(0x20f4000) = 0x20f4000
    302: brk(0x2115000) = 0x2115000
    303: brk(0x2136000) = 0x2136000
    304: brk(0x2157000) = 0x2157000
    305: brk(0x2178000) = 0x2178000
    306: brk(0x2199000) = 0x2199000
    307: open("/etc/ssl/openssl.cnf", O_RDONLY) = 3
    308: fstat(3, {st_mode=S_IFREG|0644, st_size=10835, ...}) = 0
    309: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286c5000
    310: read(3, "#\n# OpenSSL example configuratio"..., 4096) = 4096
    311: read(3, "Netscape crash on BMPStrings or "..., 4096) = 4096
    312: read(3, " this to avoid interpreting an e"..., 4096) = 2643
    313: read(3, "", 4096) = 0
    314: close(3) = 0
    315: munmap(0x7fbd286c5000, 4096) = 0
    316: brk(0x21ba000) = 0x21ba000
    317: rt_sigaction(SIGPROF, {0x637f20, [PROF], SA_RESTORER|SA_RESTART, 0x7fbd26c0eb20}, {SIG_DFL, [], 0}, 8) = 0
    318: rt_sigprocmask(SIG_UNBLOCK, [PROF], NULL, 8) = 0
    319: fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
    320: fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
    321: lseek(0, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
    322: fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
    323: fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
    324: lseek(1, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
    325: fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
    326: fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
    327: lseek(2, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
    328: socket(PF_INET6, SOCK_DGRAM, IPPROTO_IP) = 3
    329: close(3) = 0
    330: socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
    331: connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
    332: close(3) = 0
    333: socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
    334: connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
    335: close(3) = 0
    336: open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
    337: fstat(3, {st_mode=S_IFREG|0644, st_size=234, ...}) = 0
    338: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286c5000
    339: read(3, "# Begin /etc/nsswitch.conf\n\npass"..., 4096) = 234
    340: read(3, "", 4096) = 0
    341: close(3) = 0
    342: munmap(0x7fbd286c5000, 4096) = 0
    343: open("/etc/host.conf", O_RDONLY|O_CLOEXEC) = 3
    344: fstat(3, {st_mode=S_IFREG|0644, st_size=63, ...}) = 0
    345: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286c5000
    346: read(3, "#\n# /etc/host.conf\n#\n\norder host"..., 4096) = 63
    347: read(3, "", 4096) = 0
    348: close(3) = 0
    349: munmap(0x7fbd286c5000, 4096) = 0
    350: futex(0x7fbd26f7d044, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    351: open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 3
    352: fstat(3, {st_mode=S_IFREG|0644, st_size=51, ...}) = 0
    353: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286c5000
    354: read(3, "# Generated by resolvconf\nnamese"..., 4096) = 51
    355: read(3, "", 4096) = 0
    356: close(3) = 0
    357: munmap(0x7fbd286c5000, 4096) = 0
    358: uname({sys="Linux", node="mymachinename", ...}) = 0
    359: open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
    360: fstat(3, {st_mode=S_IFREG|0644, st_size=272204, ...}) = 0
    361: mmap(NULL, 272204, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fbd28528000
    362: close(3) = 0
    363: open("/usr/lib/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 3
    364: read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\"\0\0\0\0\0\0"..., 832) = 832
    365: fstat(3, {st_mode=S_IFREG|0755, st_size=51808, ...}) = 0
    366: mmap(NULL, 2148488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbd2426c000
    367: mprotect(0x7fbd24277000, 2097152, PROT_NONE) = 0
    368: mmap(0x7fbd24477000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7fbd24477000
    369: close(3) = 0
    370: mprotect(0x7fbd24477000, 4096, PROT_READ) = 0
    371: munmap(0x7fbd28528000, 272204) = 0
    372: open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 3
    373: fstat(3, {st_mode=S_IFREG|0644, st_size=264, ...}) = 0
    374: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286c5000
    375: read(3, "#\n# /etc/hosts: static lookup ta"..., 4096) = 264
    376: read(3, "", 4096) = 0
    377: close(3) = 0
    378: munmap(0x7fbd286c5000, 4096) = 0
    379: open("/etc/gai.conf", O_RDONLY|O_CLOEXEC) = 3
    380: fstat(3, {st_mode=S_IFREG|0644, st_size=2584, ...}) = 0
    381: fstat(3, {st_mode=S_IFREG|0644, st_size=2584, ...}) = 0
    382: mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbd286c5000
    383: read(3, "# Configuration for getaddrinfo("..., 4096) = 2584
    384: read(3, "", 4096) = 0
    385: close(3) = 0
    386: munmap(0x7fbd286c5000, 4096) = 0
    387: futex(0x7fbd26f7b284, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    388: socket(PF_NETLINK, SOCK_RAW, NETLINK_ROUTE) = 3
    389: bind(3, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
    390: getsockname(3, {sa_family=AF_NETLINK, pid=2834, groups=00000000}, [12]) = 0
    391: sendto(3, "\24\0\0\0\26\0\1\3\306\273\266T\0\0\0\0\0\0\0\0", 20, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
    392: recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"L\0\0\0\24\0\2\0\306\273\266T\22\v\0\0\2\10\200\376\1\0\0\0\10\0\1\0\177\0\0\1"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 256
    393: recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\2\0\306\273\266T\22\v\0\0\n\200\200\376\1\0\0\0\24\0\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 144
    394: recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0\306\273\266T\22\v\0\0\0\0\0\0", 4096}], msg_controllen=0, msg_flags=0}, 0) = 20
    395: close(3) = 0
    396: socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
    397: connect(3, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
    398: getsockname(3, {sa_family=AF_INET, sin_port=htons(53655), sin_addr=inet_addr("127.0.0.1")}, [16]) = 0
    399: close(3) = 0
    400: socket(PF_INET6, SOCK_DGRAM, IPPROTO_IP) = 3
    401: connect(3, {sa_family=AF_INET6, sin6_port=htons(0), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = 0
    402: getsockname(3, {sa_family=AF_INET6, sin6_port=htons(50202), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, [28]) = 0
    403: close(3) = 0
    404: socket(PF_INET6, SOCK_STREAM, IPPROTO_IP) = 3
    405: fcntl(3, F_GETFL) = 0x2 (flags O_RDWR)
    406: fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
    407: connect(3, {sa_family=AF_INET6, sin6_port=htons(443), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 EINPROGRESS (Operation now in progress)
    408: poll([{fd=3, events=POLLIN|POLLOUT|POLLERR|POLLHUP}], 1, 60000) = 1 ([{fd=3, revents=POLLOUT}])
    409: getsockopt(3, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
    410: fcntl(3, F_SETFL, O_RDWR) = 0
    411: open("/dev/urandom", O_RDONLY|O_NOCTTY|O_NONBLOCK) = 4
    412: fstat(4, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
    413: poll([{fd=4, events=POLLIN}], 1, 10) = 1 ([{fd=4, revents=POLLIN}])
    414: read(4, "\241\351\215'2y\320\235\315\23\231\251\f\36n\363\3568\226\25!9\231b\26\241\202&\303\22\332\202", 32) = 32
    415: close(4) = 0
    416: getuid() = 1000
    417: fcntl(3, F_GETFL) = 0x2 (flags O_RDWR)
    418: fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
    419: write(3, "\26\3\1\2\0\1\0\1\374\3\3a\310\34\334\323\236\16\307\232\356\210\302\33\5\256\332s\267\254q\330"..., 517) = 517
    420: read(3, 0x21acce0, 7) = -1 EAGAIN (Resource temporarily unavailable)
    421: poll([{fd=3, events=POLLIN|POLLPRI}], 1, 59999) = 1 ([{fd=3, revents=POLLIN}])
    422: read(3, "\26\3\3\0F\2\0", 7) = 7
    423: brk(0x21db000) = 0x21db000
    424: read(3, "\0B\3\3$\363|2\327=*\310;\266\33\337\317:\247\201\232\355\233\367\370\300\256\10\352\211\34\372"..., 68) = 68
    425: read(3, "\26\3\3\5k", 5) = 5
    426: read(3, "\v\0\5g\0\5d\0\5a0\202\5]0\202\3E\240\3\2\1\2\2\t\0\224\343#\256\276\206"..., 1387) = 1387
    427: stat("/etc/ssl/certs/c598f4ac.0", 0x7fffcab78250) = -1 ENOENT (No such file or directory)
    428: write(3, "\25\3\3\0\2\0020", 7) = 7
    429: write(2, "PHP Warning: include_once(): SS"..., 201PHP Warning: include_once(): SSL operation failed with code 1. OpenSSL Error messages:
    430: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in Command line code on line 1
    431: ) = 201
    432: fcntl(3, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
    433: fcntl(3, F_SETFL, O_RDWR) = 0
    434: write(2, "PHP Warning: include_once(): Fa"..., 85PHP Warning: include_once(): Failed to enable crypto in Command line code on line 1
    435: ) = 85
    436: close(3) = 0
    437: write(2, "PHP Warning: include_once(https"..., 141PHP Warning: include_once(https://someserver/somefile.php): failed to open stream: operation failed in Command line code on line 1
    438: ) = 141
    439: write(2, "PHP Warning: include_once(): Fa"..., 168PHP Warning: include_once(): Failed opening 'https://someserver/somefile.php' for inclusion (include_path='.:/usr/share/pear') in Command line code on line 1
    440: ) = 168
    441: close(2) = 0
    442: close(1) = 0
    443: close(0) = 0
    444: munmap(0x7fbd24479000, 2365016) = 0
    445: munmap(0x7fbd246bb000, 2244368) = 0
    446: munmap(0x7fbd248df000, 2109872) = 0
    447: munmap(0x7fbd26199000, 2180288) = 0
    448: munmap(0x7fbd25f29000, 2551816) = 0
    449: munmap(0x7fbd25cf5000, 2306528) = 0
    450: munmap(0x7fbd25acc000, 2262720) = 0
    451: munmap(0x7fbd2585c000, 2552560) = 0
    452: munmap(0x7fbd2560f000, 2409344) = 0
    453: munmap(0x7fbd2532a000, 3033408) = 0
    454: munmap(0x7fbd250f8000, 2298456) = 0
    455: munmap(0x7fbd24ef4000, 2109960) = 0
    456: munmap(0x7fbd24ce7000, 2147688) = 0
    457: munmap(0x7fbd24ae3000, 2109720) = 0
    458: munmap(0x7fbd285ba000, 1052672) = 0
    459: munmap(0x7fbd286c6000, 266240) = 0
    460: munmap(0x7fbd2856b000, 323584) = 0
    461: exit_group(0) = ?
    462: +++ exited with 0 +++

  • Firefox 6 Performance is *very* slow. Appears no content is caching (no 304s ever received). Way slower than FF 5.

    Since upgrading to FireFox 6 from FF5 performance of Web sites has taken a very dramatic nose dive for the worse. Performance is absolutely dismal.
    On closer inspection with FireBug it appears that all requests are constantly re-sent from the server - no caching is performed whatsoever, so content like scripts (jquery from CDN for example) always reload with full 200 responses that are slow. Using Firebug I have not seen a single 304 (cached) response.
    This is a straight update from 5.0 which worked reasonably well.
    Any ideas?

    Well, apparently it was all a MAJOR glitch/bug!
    Today I thought I'd try it on an older iTunes (4.7) and, SURPRISE: the transfers came back to normal-speed!!! No file corruption, all sounds OK (for now).
    So, it seems that the problem is iTunes 5.
    Any idea how to downgrade iTunes back to 4.7?!

  • How can I delete the contents in Cache.Trash folder (not the normal Cache folder)?

    Recently, I keep receiving notice of "Hard Disk is Full - You have run out of disk space on drive C. To free space on this drive by deleting old or unnecessary files, click Disk Clean-up". But after I removed a substantial sizes of files to another drive, in a short while, the notice reappear again. I was puzzled and take a check on the files and folders in drive C and realized the problem came from those unknown files in the folder named Cache.Trash (not the normal Cache folder although they are located side by side). Some files sizes are shockingly large ranging from 2GB to 5GB. They have strange and difficult to identify File Name and File Types. When I checked the Properties of those files, they have unknown MS-DOS name, Created, Modified and Accessed dates. When I tried to delete those files directly, a notice of "Error Deleting File: Cannot delete file: File system error (1026)" appeared. Note: There are still many Free Space available in other disk drives. Any idea please?

    There is no session crash here. On others start, the Cache.Trash folder and its contents still there. When a ScanDisk program is performed, after some time, a notice appeared, "ScanDisk has restarted 10 times because Windows or another program has been writing to this drive. Quitting some running programs may enable ScanDisk to finish sooner. Do you want to continue receiving this warning?" So I closed any other running application and program and restart the ScanDisk program again. After some time, the notice appeared again. I clicked No to indicate do not want to continue receiving this warning and the program keep repeating running.....how long will the program take?

  • Trying to retrieve content from a text field & use it in a conditional statement

    Hi Everyone,
    I have a form with a text field and a button. The  text field is called "orderNo", and the button is called "genOrder".
    Initially  the text field is empty, and clicking on the button fills the text  field with an appropriate order number.
    I need to check the text  field for data (content) before writing the order number to it, this  way if an order number is already present in the text field it will not  be over written.
    My intention is to use an if / else structure to  perform the testing, however I don't know how to retrieve the content  of the text field (if content is present!).
    If anybody can  suggest how I can go about retrieving the content of the text field and  then use it in an if / else statement it will be greatly appreciated.
    Kind  Regards,
    Davo

    Hi try67,
    Thanks for your assistance. I have posted in this http://www.acrobatusers.com/forums/aucbb/viewtopic.php?pid=70276#p70276 forum asking for further assistance if your able to help more.
    Once again thanks for your time.
    Cheers
    Davo

  • Content server - Cache server

    Hi,
      We have installed content server and it is working fine. We would like to install cache server to access content server from different location to reduce the access time. Is there any document/guide to link cache server to the existing content server.
         For ex.When the user in Delhi stores the original, it has to route through cache server (Located at Delhi) to the content server (Located at Chennai) and get stored in Content server.
    My mail ID is [email protected]
    Prasanna

    Hi Prasanna,
    the installation of a cache server is pretty similar to a content sever. Therefore it's covered in the installation guide of the content server. You find the installation guide on
    http://service.sap.com/instguides -> SAP Netweaver -> SAP Netweaver 7.0 (NW2004S) -> Installation
    In the Window scroll down to the end. You find the Installtion Guides under
    3 - Installation - Standalone Engines - > Installation - Content Server 6.40 on UNIX
    3 - Installation - Standalone Engines - > Installation - Content Server 6.40 on Windows
    On http://service.sap.com/ContentServer you find additional information including an FAQ answering your questions on the cache server.
    Bye, Michael

  • Retrieving content from Apple TV

    Pretty sure I know the answer as others have posted similar questions but here goes:
    I bought a used Apple TV. The guy I bought it from does not have copies of any of the content (both iTunes purchased and non purchased (ripped etc.)) currently on the Apple TV (it's his, long story). He asked me if I could somehow get the content off the Apple TV and burn it to some DVDs for him. I'm up for trying.
    It appears from what I've read here though that as soon as I pair it with my computer/itunes the content will be erased as Apple TV views that as a new library. Is this correct ?
    What I haven't been able to find out is can I plug the Apple TV in without pairing it and somehow access the content ? Does it show up as a network drive perhaps ?
    I gather that I could remove the drive and mount it but that's a little risky.
    Always willing to help my fellow man if I can.
    Thanks
    Marc

    Thanks. Does anyone know how Apple TV determines if it is a new library ? Assuming he can retrieve his iTunes library file and put in on another (empty) Mac or PC. would Apple TV still think it is a different library ? Or because the library is the same would the files then be synched back to the new computer?

Maybe you are looking for

  • Is there a way to make all items in a keychain accessible to a app in bulk?

    Sometimes, I switch between a nightly version of an application and a stable version - this will lead to it asking for every single item in keychain for access anytime I get a new version (especially nightlies). I was wondering if there was a way to

  • How to view all files / folders using a Jtree

    Hello, I am developing a 'windows explorer' type application and need to create a JTree which displays all files and folders on a local and remote PC in the same way that windows explorer works. Can anyone recommend a good way to read all files / fol

  • Giving error when tried to display 500 records

    Hi, There is a MessageChoice and a table in my OA page. When I change the MessageChoice value, the coressponding records will display in the table. It is working fine for few options which have few records. But for one option there are 500 records, i

  • Hundreds of photos gone!

    I've just noticed that hundreds of my photos have literally just disappeared overnight! They're not in camera roll, collections, photo stream or anywhere. I bought the iPhone back in September 2013 and all of my photos and videos between then and a c

  • 2012R2 Cluster "Protected Network" not working / no failover

    hi, I have two 2012R2 hosts running in a cluster. Hardware is exactly the same. I created a Virtual Network on both Hyper-V managers. Live migration is correctly working. However i was testing one of the new features "Protected Network" where the VM