Launching application first time too slow

Hi
I installed 32bit Arch on my Acer Travelmate 5744Z laptop few days ago. Before I used Arch Linux on my desktop PC for years. There everything works fine, but on laptop after the boot launching applications first time is really slow for example chromium needs more than 5 sec. Boot process is fast, I have no problem with it. I read this and hdparm gives more than 40 MB/s. After first launch they works fine. I tried to use preload but no changes. I have a problem with MOC player too... I really like this player but starting play is slow too and needs a few second. I use it with autonext and shuffle and after starting song change is without any problem. But if I stop it play starts very slow again....
Any idea what should I do?
Thanks in advance
Last edited by saalty (2012-09-08 20:00:58)

In e4rat-collect part wrote: "To have e4rat collect a list of files you will need to append init=/sbin/e4rat-collect to your kernel parameters." I use syslinux as bootlader and I dont know should I replace it or append it in INITRD part...

Similar Messages

  • Application started using Java Web Start doesn't launch the first time

    I have a Facebook photo uploader application that I plan to distribute using Java Web Start. I'm using Java 6u4 on Windows XP SP2 with 2GB of RAM. I have Java 6u3, Java 6u4 and Java 5 u14 installed and I'm sure the one used is Java 6u4.
    I signed my application and make use of all security settings.
    Here is my JNLP file:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0+"
         codebase="http://www.antaki.ca/bloom/jars"
         href="http://www.antaki.ca/bloom/Bloom.jnlp">
    <information>
        <title>Bloom</title>
        <vendor>Carl Antaki</vendor>
        <icon kind="splash" href="http://www.antaki.ca/bloom/Bloom.jpg"/>
        <icon href="http://www.antaki.ca/bloom/bloom32.jpg"/>
      <shortcut online="false">
      <desktop/>
      <menu submenu="Bloom"/>
      </shortcut>
    </information>
        <resources>
            <j2se version="1.5+" initial-heap-size="32m" max-heap-size="128m" href="http://java.sun.com/products/autodl/j2se" />
            <property name="sun.java2d.d3d" value="false"/>
            <jar href="http://www.antaki.ca/bloom/jars/Bloom.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/BrowserLauncher2-1_3.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/SmartProgressMonitor.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/facebook.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/forms-1.1.0.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/json_simple.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/swing-worker-1.1.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/glazedlists_java15.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/swingx-0.9.1.jar"/>   
            <jar href="http://www.antaki.ca/bloom/jars/jhbasic.jar"/>
       </resources>
    <security>
         <all-permissions/>
      </security>
    <application-desc main-class="ca.antaki.www.bloom.gui.Bloom" />
    </jnlp>Here is the link for my application http://antaki.ca/bloom/Bloom.jnlp
    The first time the application is installed using a link on the browser it's downloaded then the certificate dialog is shown, after that I check the checkbox to accept the certificate permanently. The application doesn't load, it only loads the second time although I see it in the task manager. If I don't accept the certificate permanently it does load. This happens on both Firefox 2 and IE 7. I enabled the console and logging but nothing shows up there.That's really a weird problem, I wonder if Java Web Start is a viable deployment option, it does have great capabilities such as autoupdate but still seems to have important bugs.
    Does anyone have any clue about what is going on.
    The problem doesn't occur on Ubuntu 7.10.
    Thanks,
    Carl Antaki

    >
    You were right my XML file was not correct. I still couldn't find a valid JNLP validator. Sun has to provide that.>No they don't (have to supply a validator for their own document type, though it makes sense to do so), but yes they do (provide a tool that validates XML against schemas). Java can validate XML against a DTD or XSD.
    Check these two threads (and chase the links) for more details.
    JNLP xsd schema
    <http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/c6f65bf1df5f105d/30c6b7e2dc342dc4>
    Validate XML against DTD? XSD OK. SSCCE.
    <http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/5b997a1edb765b11/e831f3066eb4aa38>
    Look especially for the posts by Piotr Kobzda.
    I had a tool on my site based largely on Piotr's codes, that linked to a valid JNLP DTD and XSD, but unfortunately my site is offline at the moment. Andy assures me that the JNLP 6.0 DTD has been corrected for the developer ..download tutorials of web start, though the online (web site) version may still be invalid.

  • URGENT : Please HELP : Loading a first image too slow

    Hello,
    I want to load an image to save it just before in a JPG format so as to obtain finally a byte[] array of this JPG image result.
    So, to do it, I tried to load my Image from different ways but I have always a strange comportement... My problem come from the reading :
    First, I use the imageio classes...
    FileImageInputStream fiis = new FileImageInputStream(file);
    BufferedImage input = ImageIO.read(fiis);
    And then, I use the oldest method :
    Image image = new ImageIcon(file.getAbsolutePath()).getImage();
    BufferedImage input = new BufferedImage(image.getWidth(panel), image.getHeight(panel),BufferedImage.TYPE_INT_RGB);
    and also :
    Image image = new ImageIcon(file.getAbsolutePath()).getImage();
    BufferedImage input = toBufferedImage(picture);
    But finally, I understood my problem is that the first time I load an image (no matter the format, JPG, BMP, TIFF... or other) the loading phase is very slow and lasts at least 30 sec. But then, every loading that I do will gonna be really fast. (No more than 1 sec.) It's look like if the first time there was a kind of dinamical alocation or something like that.... but I tried to find some configuration parameters to set it... But without success. :-(
    If someone could have an idea to suggest me... it would help me very much.
    Thanks in advance for your help,
    Anthony

    Please someone can help me ?!? A suggestion ?
    I have tried today one more time to resolve this issue... but without success... Anything I do with the loading of an image... by imageio or other ways... it's still the same problem... the first time I load an image, it takes me 40 - 50 sec to load it and after this first load, it is very fast with others... and with every formats. It's not a question of format but of memory allocation, I think... but I'm not sure...
    PRECISION : I work with an applet, is there something to configurate to allocate some memories or another thing ?!?
    Thanks in advance for your help, I really need it just right now... I have to finish this job extremly fast !!!
    Regards,
    Anthony

  • Opening application first time warning comes up every time

    Since upgrading to snow leopard I get the "You are opening the application----- for the first time" dialog box every time I open some applications (not sure if it does it on all apps)
    Is there a fix for stopping this?
    Thanks, David

    Thanks for the quick reply. I tried what you suggested but it didn't help. So far I've noticed this problem with Across Lite V2.0 (new york times crossword application) and filemaker pro 7.0
    The permissions looked OK on Across Lite but it won't open by double clicking the App icon (box comes up saying the app is damaged) The program opens by double clicking the individual puzzle files (along with the "opening first time warning". I tried downloading a new Across Lite App but it does the same thing.
    I noticed a small cloudy spot on the Snow Leopard upgrade disk. Could this cause behavior problems? Or would it not load at all if there was a flaw?
    Any ideas?
    Thanks, David

  • Response time too slow when there is competition in the same connector PCo

    Dear all, I'm having a problem with using PCo 2.1.
    I created all the conections in PCo with OSIsoft PI and when I create a TagQuery
    on MII to get the values of a tag is not occur problem in response time.
    But when I have another TagQuery or Transaction, which is collecting data at the same
    time, sharing the same connector, the time response is very slow.
    Using the UDS this problem does not happen.
    So problem is that when there is competition in the same connector, the response time is extremely slow.
    Has anyone experienced this?
    Regards!

    Hi Udayan,
    Thanks again for attention,
    I found this problem on the two MII versions, 12.0 and 12.1.
    The UDS and PCo are on different servers and using different ports too.
    I didn't find errors on netweaver about this, but I'll verify one more time.
    On true, on version 12.0 of MII there is two connections with PI, one PCo and another UDS, that are using the same port. But this does not happen on the MII version 12.1, there I'm using different ports.
    Thank you very much!

  • Response time too slow.. 9i database

    Hi friends,
    well we have installed 9i database on our server. It was running fine for about two months. But now suddenly from yesterday the response time is toooooooooo slow. it takes a long time even to connect.
    when we check the processes in task manager oracle.exe is consuing 99% cpu resources which slows down the system and response time is very slow.
    how can we identify and resolve our problem. please help in details and thru commands.
    Best regards,
    Imran Baig
    [email protected]

    In my opinion it is good that you check immediately the SGA.
    do the following:
    SQL>show parameters shared_
    and see the parameter SHARED_POOL_SIZE
    and contrast it with the result of this SQL:
    select * from v$sgastat where name='free memory';
    if the free memory is very low regarding the value
    of the SHARED_POOL_SIZE parameter you can do this
    to fix it without to shutdown the database:
    ALTER SYSTEM FLUSH SHARED_POOL;
    The others gave are good too.
    Joel P�rez

  • Movie Load Time Too Slow

    Hello! 
    I've created three movies for a new website; all photo slide shows with 10-14 photos and some text.  The photos have all been optimized in Photoshop and saved for web...most are under 100kb, however the movies are taking a long time to load on the webpages.  Is there anything I can do through Edge Animate to reduce the load time?  Even with the preloader, the load time is way too long.  I've inserted the movies into the html pages using iframe.  Any suggestions are much appreciated.  Thanks!

    Hi Simon,
    I want to reduce Power View blank canvas / PowerView report load time from SSAS Tabular source in the SharePoint 2013 Portal.
    I have observed that a PowerView report with 1 View, loads faster than a PowerView report with multiple (4) Views, so I think that your statement "Power View only retrieves the data it needs at any given time for a data visualization" might
    be incorrect.
    I have read the link you have provided and have all the patches applied, besides I am not using a Power Pivot source.
    My tabular cube is complex and has about 200 measures, and the blank Power View canvas takes about 13 seconds to load in SharePoint 2013 URL from web browser. Appreciate if you can provide any insights here please.
    Thanks, Ashish Singh

  • PowerView (SharePoint 2013) Load time too slow

    I am using PowerView in SharePoint 2013 and when I access the SSAS 2012 Tabular Data Source through a "Report Data Source", the PowerView Canvas with the Field List takes a long while to load and the users get restless seeing the Blue spinning
    wheel. I tested this on different tabular models and am seeing different results based on the complexity of the model.
    Complex Model - 13 secs.
    Adventure Works Model - 9 secs.
    Very Simple Model (1 fact, 1 dim) - 8 secs.
    I think if the model is complex then the engine takes a longer time to render the field list. How to get around this limitation and bring the blank canvas load time to under 5 secs.? I am curious to know if anyone has ever seen lesser load times in their
    environment for the blank PowerView canvas and field lists.
    Alternatively, If the field list loading takes time, is it possible to disable it? Because, I have already created dashboards for the end users in PowerView and do not want to load the field list if it is slowing down the entire experience.
    Appreciate any guidance.
    Thanks, Ashish Singh

    Hi Simon,
    I want to reduce Power View blank canvas / PowerView report load time from SSAS Tabular source in the SharePoint 2013 Portal.
    I have observed that a PowerView report with 1 View, loads faster than a PowerView report with multiple (4) Views, so I think that your statement "Power View only retrieves the data it needs at any given time for a data visualization" might
    be incorrect.
    I have read the link you have provided and have all the patches applied, besides I am not using a Power Pivot source.
    My tabular cube is complex and has about 200 measures, and the blank Power View canvas takes about 13 seconds to load in SharePoint 2013 URL from web browser. Appreciate if you can provide any insights here please.
    Thanks, Ashish Singh

  • Error in creating application first time

    Hi All,
    I have installed and configured HFM 9.3.1 with IIS 5.1.
    The problem is when I try to create application from HFM console it gives me error "Error ocurred while creating the application".
    Earlier the web server was not working but now its working perfectly.I am not sure whats the prob now.
    Please suggest something what should I check to solve this problem.
    Thanks in advance.
    Regards,
    Garima

    Hi,
    check the eventlog for more details - otherwise enable extended logging (reg entries) to make sure things have been set up correctly - especially DCOM.
    regards,
    Sebastian

  • SCCM 2012 Application detection is too slow

    Hello,
    I am deploying an application which is setting some keys in the regsitry under HKCU. The keys are set correctly. To detec the application i proof one of the registry keys.
    After installing the application, i can a failure that the application is installed but not detected.
    Then i click on "Retry" and the application status changed to "installed"
    In the installation batch i added a break for 20sec.
    Any ideas?

    Hello again,
    here are the Logs
    1. AppDiscovery
    Entering ExecQueryAsync for query "select * from CCM_AppDeliveryType where (AppDeliveryTypeId = "ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_66ca20df-cf17-4151-93a1-a3ba705a0d61" AND Revision = 6)" AppDiscovery 1/15/2014 1:35:18
    PM 2688 (0x0A80)
        Performing detection of app deployment type Adobe_SVGView_3.0.3_UserSettings_Install(ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_66ca20df-cf17-4151-93a1-a3ba705a0d61, revision 6) for user. AppDiscovery 1/15/2014
    1:35:18 PM 2688 (0x0A80)
    +++ Application not discovered. [AppDT Id: ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_66ca20df-cf17-4151-93a1-a3ba705a0d61, Revision: 6] AppDiscovery 1/15/2014 1:35:18 PM 2688 (0x0A80)
    +++ Did not detect app deployment type Adobe_SVGView_3.0.3_UserSettings_Install(ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_66ca20df-cf17-4151-93a1-a3ba705a0d61, revision 6) for S-1-5-21-1961321678-1726313733-410060929-500. AppDiscovery 1/15/2014
    1:35:18 PM 2688 (0x0A80)
    Entering ExecQueryAsync for query "select * from CCM_AppDeliveryType where (AppDeliveryTypeId = "ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_f43f4f7f-7dcb-444e-8c44-009479c68d62" AND Revision = 4)" AppDiscovery 1/15/2014 1:35:18 PM 2688
    (0x0A80)
        Performing detection of app deployment type Adobe_SVGView_3.0.3_Application_Install(ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_f43f4f7f-7dcb-444e-8c44-009479c68d62, revision 4) for user. AppDiscovery 1/15/2014 1:35:18
    PM 2688 (0x0A80)
    +++ Application not discovered. [AppDT Id: ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_f43f4f7f-7dcb-444e-8c44-009479c68d62, Revision: 4] AppDiscovery 1/15/2014 1:35:18 PM 2688 (0x0A80)
    +++ Did not detect app deployment type Adobe_SVGView_3.0.3_Application_Install(ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_f43f4f7f-7dcb-444e-8c44-009479c68d62, revision 4) for S-1-5-21-1961321678-1726313733-410060929-500. AppDiscovery 1/15/2014
    1:35:18 PM 2688 (0x0A80)
       ActionType - Install will use Content Id: Content_a6f8030c-e34a-4408-af06-364af45d55a2 + Content Version: 1 for AppDT "Adobe_SVGView_3.0.3_Application_Install" [ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_f43f4f7f-7dcb-444e-8c44-009479c68d62],
    Revision - 4 AppDiscovery 1/15/2014 1:35:19 PM 2688 (0x0A80)
       ActionType - Install will use Content Id: Content_a6f8030c-e34a-4408-af06-364af45d55a2 + Content Version: 1 for AppDT "Adobe_SVGView_3.0.3_Application_Install" [ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_f43f4f7f-7dcb-444e-8c44-009479c68d62],
    Revision - 4 AppDiscovery 1/15/2014 1:35:19 PM 2688 (0x0A80)
       ActionType - Install will use Content Id: Content_826760fa-05a7-44b0-a933-f6ef31f89cf3 + Content Version: 1 for AppDT "Adobe_SVGView_3.0.3_UserSettings_Install" [ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_66ca20df-cf17-4151-93a1-a3ba705a0d61],
    Revision - 6 AppDiscovery 1/15/2014 1:35:20 PM 2688 (0x0A80)
       ActionType - Install will use Content Id: Content_826760fa-05a7-44b0-a933-f6ef31f89cf3 + Content Version: 1 for AppDT "Adobe_SVGView_3.0.3_UserSettings_Install" [ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_66ca20df-cf17-4151-93a1-a3ba705a0d61],
    Revision - 6 AppDiscovery 1/15/2014 1:35:20 PM 2688 (0x0A80)
    2. AppEnforce LOG:
    +++ Starting Install enforcement for App DT "Adobe_SVGView_3.0.3_Application_Install" ApplicationDeliveryType - ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_f43f4f7f-7dcb-444e-8c44-009479c68d62, Revision - 4, ContentPath - C:\Windows\ccmcache\2,
    Execution Context - System AppEnforce 1/15/2014 1:35:24 PM 2688 (0x0A80)
        A user is logged on to the system. AppEnforce 1/15/2014 1:35:24 PM 2688 (0x0A80)
        Performing detection of app deployment type Adobe_SVGView_3.0.3_Application_Install(ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_f43f4f7f-7dcb-444e-8c44-009479c68d62, revision 4) for user. AppEnforce 1/15/2014 1:35:24
    PM 2688 (0x0A80)
    +++ Application not discovered. [AppDT Id: ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_f43f4f7f-7dcb-444e-8c44-009479c68d62, Revision: 4] AppEnforce 1/15/2014 1:35:24 PM 2688 (0x0A80)
        App enforcement environment:
     Context: Machine
     Command line: "Adobe_SVGView_3.0.3_Install.cmd"
     Allow user interaction: No
     UI mode: 1
     User token: not null
     Session Id: 2
     Content path: C:\Windows\ccmcache\2
     Working directory:  AppEnforce 1/15/2014 1:35:24 PM 2688 (0x0A80)
        Prepared working directory: C:\Windows\ccmcache\2 AppEnforce 1/15/2014 1:35:24 PM 2688 (0x0A80)
        Prepared command line: "C:\Windows\ccmcache\2\Adobe_SVGView_3.0.3_Install.cmd" AppEnforce 1/15/2014 1:35:24 PM 2688 (0x0A80)
        Executing Command line: "C:\Windows\ccmcache\2\Adobe_SVGView_3.0.3_Install.cmd" with user context AppEnforce 1/15/2014 1:35:24 PM 2688 (0x0A80)
        Working directory C:\Windows\ccmcache\2 AppEnforce 1/15/2014 1:35:24 PM 2688 (0x0A80)
        Post install behavior is BasedOnExitCode AppEnforce 1/15/2014 1:35:24 PM 2688 (0x0A80)
        Waiting for process 3564 to finish.  Timeout = 15 minutes. AppEnforce 1/15/2014 1:35:24 PM 2688 (0x0A80)
        Process 3564 terminated with exitcode: 0 AppEnforce 1/15/2014 1:35:28 PM 2688 (0x0A80)
        Looking for exit code 0 in exit codes table... AppEnforce 1/15/2014 1:35:28 PM 2688 (0x0A80)
        Matched exit code 0 to a Success entry in exit codes table. AppEnforce 1/15/2014 1:35:28 PM 2688 (0x0A80)
        Performing detection of app deployment type Adobe_SVGView_3.0.3_Application_Install(ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_f43f4f7f-7dcb-444e-8c44-009479c68d62, revision 4) for user. AppEnforce 1/15/2014 1:35:28
    PM 2688 (0x0A80)
    +++ Discovered application [AppDT Id: ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_f43f4f7f-7dcb-444e-8c44-009479c68d62, Revision: 4] AppEnforce 1/15/2014 1:35:28 PM 2688 (0x0A80)
    ++++++ App enforcement completed (4 seconds) for App DT "Adobe_SVGView_3.0.3_Application_Install" [ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_f43f4f7f-7dcb-444e-8c44-009479c68d62], Revision: 4, User SID: S-1-5-21-1961321678-1726313733-410060929-500]
    ++++++ AppEnforce 1/15/2014 1:35:28 PM 2688 (0x0A80)
    +++ Starting Install enforcement for App DT "Adobe_SVGView_3.0.3_UserSettings_Install" ApplicationDeliveryType - ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_66ca20df-cf17-4151-93a1-a3ba705a0d61, Revision - 6, ContentPath - C:\Windows\ccmcache\3,
    Execution Context - User AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)
        A user is logged on to the system. AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)
        Performing detection of app deployment type Adobe_SVGView_3.0.3_UserSettings_Install(ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_66ca20df-cf17-4151-93a1-a3ba705a0d61, revision 6) for user. AppEnforce 1/15/2014 1:35:30
    PM 2688 (0x0A80)
    +++ Application not discovered. [AppDT Id: ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_66ca20df-cf17-4151-93a1-a3ba705a0d61, Revision: 6] AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)
        App enforcement environment:
     Context: User
     Command line: "Adobe_SVGView_3.0.3_UserSettings_Install.cmd"
     Allow user interaction: Yes
     UI mode: 0
     User token: not null
     Session Id: 2
     Content path: C:\Windows\ccmcache\3
     Working directory:  AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)
        Prepared working directory: C:\Windows\ccmcache\3 AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)
        Prepared command line: "C:\Windows\ccmcache\3\Adobe_SVGView_3.0.3_UserSettings_Install.cmd" AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)
        Executing Command line: "C:\Windows\ccmcache\3\Adobe_SVGView_3.0.3_UserSettings_Install.cmd" with user context AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)
        Working directory C:\Windows\ccmcache\3 AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)
        Post install behavior is BasedOnExitCode AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)
        Waiting for process 2852 to finish.  Timeout = 15 minutes. AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)
        Process 2852 terminated with exitcode: 0 AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)
        Looking for exit code 0 in exit codes table... AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)
        Matched exit code 0 to a Success entry in exit codes table. AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)
        Performing detection of app deployment type Adobe_SVGView_3.0.3_UserSettings_Install(ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_66ca20df-cf17-4151-93a1-a3ba705a0d61, revision 6) for user. AppEnforce 1/15/2014 1:35:30
    PM 2688 (0x0A80)
    +++ Discovered application [AppDT Id: ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_66ca20df-cf17-4151-93a1-a3ba705a0d61, Revision: 6] AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)
    ++++++ App enforcement completed (0 seconds) for App DT "Adobe_SVGView_3.0.3_UserSettings_Install" [ScopeId_E61E93EC-58A1-4297-ACC0-9C9833A789BF/DeploymentType_66ca20df-cf17-4151-93a1-a3ba705a0d61], Revision: 6, User SID: S-1-5-21-1961321678-1726313733-410060929-500]
    ++++++ AppEnforce 1/15/2014 1:35:30 PM 2688 (0x0A80)

  • I am trying to download a paid membership of CC to a second computer. No matter what I do, when I try to download, the site just goes to a blank page. This happened the first time, too, but I finally tried a permutation that allowed me to download. This t

    I'm trying to download a paid membership of CC photoshop onto a second computer. No matter what I do, the site sends me to a blank page instead of downloading. How can I get out of this endless flight pattern?

    No, this reply is not helpful. It simply generates this little gem:
    "This service requires the conversion feature to be enabled.
    Configure conversion ?"
    And the same clicking on buttons that makes nothing happen and going around in circles with the escape key.

  • Forum: Application Express  is too slow

    The following link "Back to Thread List" takes seconds if not minutes to complete.
    The new forum offers more informations but i must say that the performance is not satisfactory.
    Tuning specialists !?
    adrian

    Hi Adrian,
    There seems to be a number of issues since after the last Forum software upgrade: http://forums.oracle.com/forums/forum.jspa?forumID=587
    Hopefully, the Oracle guys are looking into this
    Andy

  • Applications launch slowly the first time, but...

    Okay, not sure why this happens and I've been wondering about this for a LONG LONG time, but why is it that applications seem to take forever to launch the first time you launch them after booting up? If you quit the app and at some point relaunch it, then it almost opens instantly. However, if you shut down or restart the computer at some point and then launch the app again, it takes ages to launch again, but only the first time. This behaviour happens with both Apple and third party software.
    I have checked all the usual suspects: hard drive space (only 52% used), hard drive hardware (passes diagnostic scanning), RAM (I have 8GB), desktop (it's not cluttered and contains no folders), disk permissions (verified and repaired), software (always updated with latest versions), widgets (don't have many installed), wallpapers (never use animated wallpapers), login items (hardly any), PRAM & SMC (I've reset these). So, basically, I think I've done everything except reformat the drive and reinstall OS X.
    My system specs are as follows:
      Model Name: MacBook Pro
      Model Identifier: MacBookPro5,1
      Processor Name: Intel Core 2 Duo
      Processor Speed: 2.53 GHz
      Number Of Processors: 1
      Total Number Of Cores: 2
      L2 Cache: 6 MB
      Memory: 8 GB
      Bus Speed: 1.07 GHz
      Boot ROM Version: MBP51.007E.B06
      SMC Version (system): 1.33f8
      Macintosh HD  Capacity: 999.86 GB (999,860,912,128 bytes)
      Macintosh HD  Available: 472.71 GB (472,705,077,248 bytes)
    So, as far as I can tell, I've got no explanation for this behaviour. It's very frustrating/annoying - but not enough for me to want to do a whole format/reinstall.
    Any suggestions anyone? If not for a solution, what about an explanation as to what's happening?
    Thanks!
    Joe.

    To understand the why of this relative slowliness, you must understand that no application is really self-contained, or standalone, whatever the OS. All applications rely on so-called native code to function. Basically, some libraries (graphics, mainly, but not only) that are already installed on your machine, as part of the system, or installed by some third-party software.
    On a cold boot, all this needed code has to be launched and installed in memory (physical and/or virtual) before the application core can be launched too. In your case, maybe some preference files are corrupted somewhat, or permissions need repair. You can try the following experiment: create a new standard account, give it admin rights, log in this new account and check how long it takes for your usual applications to launch. If they're quicker, then there's a problem with your main account; if it takes them the same amount of time to launch than in your other account, then you might consider adding some RAM on your machine, or free some space on your hard drive.
    Or both. Preferably both...

  • Application response too slow- How to resolve (webLogic)

    Hi All, Can you please let me know what are all the main areas that i need to concentrate in the weblogic application server if i get the complaint from the clients saying "application performance is too slow".
    Edited by: user11361691 on Apr 21, 2010 12:18 AM

    you need to check the following:
    1: Check the server log files to find any errors at the time when the Client is complaining about the server performance.
    2: You can enable the GC logs in the server log and can check whether the there is any issues with the memory usage of the server. From the GC logs you can that whether the time has been taken to to the GC and hence you can try allocating higher memory or you can try changing the GC algorithm according to the analysis.
    For details refer the following link:
    http://download.oracle.com/docs/cd/E13222_01/wls/docs100/perform/topten.html
    http://download.oracle.com/docs/cd/E13222_01/wls/docs100/perform/JVMTuning.html
    3: Finally you can collect the thread dumps snap shots and can see whether there are any stuck threads or deadlock situation in the server at the time of slow performance.

  • Director 12 - quit unexpectedly first time used

    I've just purchased Director 12 upgrade from 11.5, downloaded and ran the installer. This is on a Mac Pro desktop machine running OSX 10.7.5
    Tried to launch for first time. Director 12 splash screen shows, then replaced with following system error message…
    "Director quit unexpectedly
    Click Reopen to open the application again. Click Report to see more detailed information and send a report to Apple."
    Try a second time - same thing.
    Ran Director 12 uninstaller, re-booted machine then ran installer again. Launched Director 12 - same thing.
    Ran uninstaller again and rebooted. Went to Adobe site and this time downloaded the trial version of D12. Ran installer then tried to launch the app - same thing.
    I have most of the Adobe Creative Cloud apps installed on this same machine and they all run just fine. Director 11.5 runs OK.
    The original installer installed Director 12 OK on my laptop (running OSX 10.8.2) But I want it running on my main computer dammit.
    Adobe's site suggest OSX 10.7 should be OK for D12.
    Any ideas? Anyone had a similar problem?
    David

    Greetings,
    Your problem is probably one or more items that are incompatible with Safari 4.0.3 and Snow Leopard:
    QGetIMBundle, located at: /Library/InputManagers/QGetIMBundle
    1Password, located at: /Library/InputManagers/1PasswdIM (this is clearly incompatible)
    You should update 1Password to a current version that is compatible with Safari 4.0.3 and Snow Leopard, and
    remove the other item for now (don't delete it). Then restart Safari and test it to see if the crashing continues.

Maybe you are looking for

  • Not getting PO printed while using bursting pls help

    Hi All, Working on converting PO report to XML. While using bursting to print the pdf file the document is not sent to the printer.. But in the output file of the "XML Publisher Report Bursting Program" getting success. Not sure why report output is

  • Dynamic Column Name while Fetching from Cursor?

    Scenario: I have a table having 5 Column C01,C02,C03,C04,C05....... now i have a record type variable att_rec. One first fetch the first record fetch into att_rec and i can access column like att_rec.C01,att_rec.C02 and so on simply i wan access thes

  • Aiff file too big to e-mail?

    I've been trying to e-mail an Aiff file but the file seems to be too large (66.9MB) to send. Is there a way to shrink it? I can send it via mp3 but that's not the format that's needed. Dual 2.7 G5   Mac OS X (10.4.3)   2.5 Gigs RAM

  • Question on IPreview PDF corruption?

    My iPreview reader is reading a pdf document's highlights and notes in the  left column (when i select it) very oddly, it has a little symbol of an alien head in place of each space that I have selected in the text. This is a very large text and I am

  • ENLARGE IMAGE ON MOUSEOVER

    I am using dreamweaver cs5.5. I am totally stuck. Been searching internet for a week with no success. My problem seems simple...all I want to do is setup a rollover where when the mouse rolls over the original image, it produces a different and large