Creator using all of the CPU

Hello,
I am running Creator version 2.1 on a Windows XP Professional machine. Whenever I open the design view, the CPU usage of my machine increases to 99% which is all allocated to the java.exe process created by running Creator. I noticed the following in my log file:
You are trying to access file: Authenticate.properties from the default package.
Please see http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/classpath.html#default_package
INFORMATIONAL *********** Exception occurred ************ at 5:40 PM on May 3, 2006
java.lang.InstantiationException: some.package.Location
     at java.lang.Class.newInstance0(Class.java:335)
     at java.lang.Class.newInstance(Class.java:303)
[catch] at com.sun.rave.insync.beans.BeansUnit.instantiateBean(BeansUnit.java:884)
     at com.sun.rave.insync.live.LiveUnit.ressurectDesignBean(LiveUnit.java:339)
     at com.sun.rave.insync.live.LiveUnit.resurrect(LiveUnit.java:406)
     at com.sun.rave.insync.live.LiveUnit.sync(LiveUnit.java:294)
     at com.sun.rave.insync.live.LiveUnitWrapper.getLiveUnit(LiveUnitWrapper.java:75)
     at com.sun.rave.insync.models.FacesModel.getLiveUnit(FacesModel.java:477)
     at com.sun.rave.dataconnectivity.datasource.ProjectDataSourceTracker$ProjectTrackerContextListener.changeFileDataSources(ProjectDataSourceTracker.java:233)
     at com.sun.rave.dataconnectivity.datasource.ProjectDataSourceTracker$ProjectTrackerContextListener.modelChanged(ProjectDataSourceTracker.java:200)
     at com.sun.rave.insync.ModelSet.fireModelChanged(ModelSet.java:548)
     at com.sun.rave.insync.Model.fireModelChanged(Model.java:217)
     at com.sun.rave.insync.models.FacesModel$2.run(FacesModel.java:935)
     at com.sun.rave.insync.RunnableQueueingDispatcher.dispatchQueuedRunnables(RunnableQueueingDispatcher.java:29)
     at com.sun.rave.insync.models.FacesModelSet.<init>(FacesModelSet.java:317)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
     at com.sun.rave.insync.ModelSet.getInstance(ModelSet.java:317)
     at com.sun.rave.insync.ModelSet.getInstance(ModelSet.java:301)
     at com.sun.rave.insync.Model.getInstance(Model.java:56)
     at com.sun.rave.insync.models.FacesModel.getInstance(FacesModel.java:146)
     at com.sun.rave.designer.WebForm.isWebFormDataObject(WebForm.java:152)
     at com.sun.rave.designer.DesignerServiceProvider.getMultiViewElementForDataObject(DesignerServiceProvider.java:912)
     at com.sun.rave.project.jsfloader.JsfJavaEditorSupport$DesignerDesc.createElement(JsfJavaEditorSupport.java:498)
     at org.netbeans.core.multiview.MultiViewModel.getElementForDescription(MultiViewModel.java:185)
     at org.netbeans.core.multiview.MultiViewModel.getActiveElement(MultiViewModel.java:105)
     at org.netbeans.core.multiview.MultiViewModel.getActiveElement(MultiViewModel.java:101)
     at org.netbeans.core.multiview.MultiViewPeer.showCurrentElement(MultiViewPeer.java:213)
     at org.netbeans.core.multiview.MultiViewPeer.peerComponentOpened(MultiViewPeer.java:190)
     at org.netbeans.core.multiview.MultiViewCloneableTopComponent.componentOpened(MultiViewCloneableTopComponent.java:127)
     at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:252)
     at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:876)
     at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:583)
     at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:249)
     at org.netbeans.core.windows.WindowManagerImpl.topComponentOpen(WindowManagerImpl.java:972)
     at org.openide.windows.TopComponent.open(TopComponent.java:279)
     at org.openide.windows.TopComponent.open(TopComponent.java:271)
     at org.openide.windows.CloneableOpenSupport.openCloneableTopComponent(CloneableOpenSupport.java:164)
     at com.sun.rave.project.jsfloader.JsfJavaEditorSupport.doOpenDesigner(JsfJavaEditorSupport.java:129)
     at com.sun.rave.project.jsfloader.JsfJavaEditorSupport$1.run(JsfJavaEditorSupport.java:115)
     at org.openide.util.Mutex.doEvent(Mutex.java:1024)
     at org.openide.util.Mutex.writeAccess(Mutex.java:330)
     at com.sun.rave.project.jsfloader.JsfJavaEditorSupport.openDesigner(JsfJavaEditorSupport.java:113)
     at com.sun.rave.project.jsfloader.JsfJspEditorSupport.openDesigner(JsfJspEditorSupport.java:87)
     at com.sun.rave.project.jsfloader.JsfJspDataObject$OpenEdit.open(JsfJspDataObject.java:155)
     at org.openide.actions.OpenAction.performAction(OpenAction.java:54)
     at org.openide.util.actions.NodeAction$3.run(NodeAction.java:450)
     at org.openide.util.actions.CallableSystemAction.doPerformAction(CallableSystemAction.java:116)
     at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:448)
     at org.openide.explorer.view.TreeView$PopupSupport.mouseClicked(TreeView.java:1176)
     at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
     at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:211)
     at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:211)
     at java.awt.Component.processMouseEvent(Component.java:5491)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
     at java.awt.Component.processEvent(Component.java:5253)
     at java.awt.Container.processEvent(Container.java:1966)
     at java.awt.Component.dispatchEventImpl(Component.java:3955)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3901)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)Where some.package.Location is a simple java class that only contains 2 double and 2 String variables. Any ideas as to what is causing my problem? Thanks for any help.

I also recognized a similar problem.
While working in Creator, my CPU suddenly started to swaet blood running on 100% load for any reason I couldn't figure out.
But I found out that my machine also almost out of RAM, so I added another GB of RAM and things went much better. I'm now working with a CPU of 3GHz (with HT) and 2 GB RAM, and I cannot recommend lower spec to work with Creator.
The second very important thing was, that my virus-scanner (mcAffee enterprise) seems to be very scary about java things and consumes quite a lot performance scanning around things that I know their now as good. So I excluded some of the major directories creator wors with from scanning, and that also did a good job.

Similar Messages

  • One database using most of the CPU

    HI,
    On one of our SQL server, the CPU was really high. I ran a query to find out which database was using most of the CPU. We have about 30 databases on that server. 
    Database 1 is using 90% of the CPU 
    Database 2 3.5%
    Database 3 1.5%.
    etc...
    The database 1 in our Intranet and i really don't understand why it's using all the CPU available. We have just a few people connected at once. 
    I'd like to know if there's any way to find out why that database is using all the CPU? Memory leak, bad code, etc...
    Thank you

    ---This first thing to check if CPU is at 100% is to look for parallel queries:
    -- Tasks running in parallel (filtering out MARS requests below):
    select * from sys.dm_os_tasks as t
     where t.session_id in (
       select t1.session_id
        from sys.dm_os_tasks as t1
       group by t1.session_id
      having count(*) > 1
      and min(t1.request_id) = max(t1.request_id));
    -- Requests running in parallel:
     select *
       from sys.dm_exec_requests as r
       join (
               select t1.session_id, min(t1.request_id)
              from sys.dm_os_tasks as t1
             group by t1.session_id
            having count(*) > 1
               and min(t1.request_id) = max(t1.request_id)
          ) as t(session_id, request_id)
         on r.session_id = t.session_id
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • CS5 not using all available memory/CPU

    I'm sure this is the opposite complaint you usually get, but for some reason AME will only sometimes use all available memory/CPU power.  I'm on an 8 core Mac Pro, and while AME will sometimes register as using ~%1,000 CPU and just blitz through videos, other times it hovers around %100 and processes at regular speed.  Right now, for example, it's using about 600 MB of memory, leaving over 3.6 GB free.  Is there any way to assure that it always runs at max speed?

    There's another thread with a similar set of issues. Other than the disk subsystem, there is another possibility for the bottleneck. That is, the codecs that are used to decode the input video files may not be efficiently multithreaded. Hence the codec responsible for creating the output file, the CPU and the disk subsystem all could be lightning fast and collectively they may all be waiting for frames to be served up by the decoder. You can check whether the disk subsystem is the bottleneck by creating a RAM disk (assuming that you have enough system RAM) and both putting all input files on and writing the output files to the RAM drive.

  • I misplaced my ipad, so I remotely erased it.  Then I found it, but now I cannot use all of the options in the settings.  I have restored from backup, but it still is not letting me use all functionality.  Help!

    I misplaced my ipad, so I remotely erased it.  Then I found it, but now I cannot use all of the options in the settings.  I have restored from backup, but it still is not letting me use all functionality.  Help!

    Would throwing it in Recovery mode and restoring as new clear it up?
    (same for Ipad)
    Step 1: Turn off the iPhone. To do this press and hold the power button till you see the “Slide to Power off” screen. Now slide the button to turn it off.
    In case your iPhone is stuck in an infinite loop and the previous option is unavailable, press and hold the Power and Home button till the screen goes off. Remember to leave both the buttons as soon as the screen goes off and before the Apple logo appears again.
    Step 2: Connect the iPhone’s USB cable to your computer but not to your iPhone yet.
    Step 3: Now hold down the Home button and while you are holding it connect the USB cable. Keep holding the Home button till you see the Connect to iTunes screen on your iPhone(Screenshot shown below). iTunes will show an alert saying a device in recovery mode has been detected.
    Here’s what your iPhone screen will look like once its in the iPhone Recovery Mode.
    Read more: http://www.callingallgeeks.org/15018/how-to-put-iphone-or-ipod-touch-into-recove ry-mode/#ixzz296y04ygX
    Under Creative Commons License: Attribution No Derivatives
    THEN RESTORE THE DEVICE AND SETUP AS NEW. JUST YOU WILL HAVE TO DOWNLOAD YOUR APPS AGAIN(FREE) ETC....
    LEAST THE SECURITY WORKS HAHA!!! I also wouldnt get upset, be thankful you found it.

  • I have just upgraded to Maverick to use all of the programs on the Cloud, and they all crash on down

    I have just upgraded to Maverick to use all of the programs on the Cloud, and they all crash on down load.

    Hi tjamesxa,
    Please enable root account and try downloading: https://support.apple.com/kb/PH14281.
    Regards,
    Romit Sinha

  • I can no longer use all of the "Computer Management" tools against a remote computer. "Local Users and Groups", "Event Viewer", "Performance Logs and Alerts" and "Device Manager"

    Hello All,
    I can no longer use all of the "Computer Management" tools against a remote
    computer. "Local Users and Groups", "Event Viewer", "Performance Logs and
    Alerts" and "Device Manager"
    kindly see the below snapshot for assistance
    REGARDS DANISH DANIE

    This link may help....
    http://windowsxp.mvps.org/admintools.htm
    Freeman

  • Firefox doesn't finish download, it tells me I may not have the necessary permissions to use all fo the features.

    The exact paragraph states this:
    "You may not have the necessary permissions to use all of the features of the program you are about to run. You may run this program as a different user or continue to run this program as the current user." But when I try to continue with the current user, or change to a different user it does not let me.

    Та же проблема.
    Помогает:
    1)Нажать правой кнопкой мыши на файле.
    2)Выбрать в контекстном меню "Запустить от имени администратора"
    Solution:
    1)Click right button mouse on .exe file.
    2)Switch something about"Run as administrator"

  • The ads load slowly, even it uses 95% of the cpu of any computer.

    heyy
    i am using open-x ad server
    the ads load slowly, even it uses 95% of the cpu of any computer.
    any one can advice?!!!
    here is the site links:
    www.alarab.net
    اخبار
    مسلسلات وفيديو مشاهدة افلام مباشرة
    اخبار موقع العرب
    مسلسلات تركية ومشاهدة افلام مباشرة
    اغاني mp3
    مشاهدة افلام اجنبية مباشرة
    أغاني MP3
    العاب فلاش
    البوم صور
    افلام عربية
    برامج تلفزيون
    فيديو كليب
    مسرحيات
    مسلسلات تركية
    مسلسلات عربية
    مسلسلات كرتون
    ابراج وعلم الغيب

    To amplify on what PB asked...
    These questions below may be for a different product... but the information you need to
    supply is the same, for the products you use
    More information needed for someone to help... please click these links and provide the
    requested information
    -Information FAQ http://forums.adobe.com/message/4200840
    -Effective questions http://forums.adobe.com/thread/416679
    -How to get help quickly http://forums.adobe.com/thread/419406
    What are you editing, and does your project match your video?
    Importing Video http://forums.adobe.com/thread/1065281
    -and project settings http://forums.adobe.com/thread/1112086
    When your project sequence is correct, you will not see a red line over your timeline
    at first import, before you do anything to the video
    Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037
    Report back with the codec details of your file, use the programs below... a screen
    shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30
    For PC http://mediainfo.sourceforge.net/en or http://www.headbands.com/gspot/
    For Mac http://mediainspector.massanti.com/

  • "airport" process uses all of the memory an cpu

    After I reinstalled my MacBook and updated to the latest version of Tiger (10.4.8) my airport network behaves very strange. When I boot my MacBook or disconnect/connect my Airport network a process called "airport" is consuming all the CPU and memory. It uses one core exclusivly and gows to 1,2 GByte of RAM (even more virtual Memory). This slows down the macbook to almost still and heats up the CPU.
    The only thing I can do is to kill the process. Then everything works fine. But this is annoying.
    It seems to make no difference if I use a wireless LAN or not. When airport is enabled then this bug occurs.

    On this thread,
    http://discussions.apple.com/thread.jspa?messageID=349
    2852, people that have Check Point Software's
    SecureClient are reporting the airport process using
    ~95% of CPU time.
    I had SecureClient installed and I can confirm that
    if you uninstall SecureClient, the airport process
    works normally again. I don't know if this is the
    only source of this problem, but if you happen to
    have SecureClient, then you might want to uninstall
    and confirm if this solves your problem.
    Also I would be curious if anyone is having this
    problem that has never had SecureClient, or any 3rd
    party VPN software.
    I can confirm that at least some of my problem with the "airport" process was related to VPN software. After uninstalling the Cisco VPN client, problems dramatically reduced. Interestingly, I still have the Checkpoint client installed, but only rarely see problems with "airport".
    MBP 2.0 GHz   Mac OS X (10.4.8)  

  • IMac using 100% of the CPU, but no processes in Activity Monitor show usage over 3%. What's going on?

    This iMac is about 5 years old. It has the 2GHz Intel Core 2 Duo processors, 2GB RAM, and is running 10.8.5. After rebooting the machine, CPU usage is low. After about 30 seconds, when using Activity Monitor, CPU usage bumps up to 100% and stays there without budging. When viewing the CPU tab near the botom, % User is about 95+%, and % System makes up the other 5%. They change slightly every second. The problem is, if I sort my Processes by % CPU, the largest user is Activity Monitor with around 2.3%. Everything else is at 0.0%. So there's something weird going on causing the CPU to max out and run hot, but I can't figure out what's causing it. Checking for applications to force quit doesn't show any issues, and repairing permissions doesn't do anything. Is there any way to figure out what's going on? I read about how to reset the System Management Controller, is this something I should do? Thank you for ANY help, it's driving me crazy!
    EDIT: I figured it out! Browsing All Processes, I'm running a folding@home program, but I thought I uninstalled it! The process is called FahCore_a4. Is there any way to prevent it from showing up on boot? I want to get rid of it but I deleted the applications!

    Be certain to check that you are viewing "All Processes" as opposed to "My Processes"

  • Ocspd uses 100% of the cpu after upgrafde

    After I upgraded my iMac to Mavericks, the ocspd process hogs the cpu according to the activity monitor. I tried using the Key Chain First Aid, repairing permissions, fscking, but nothing helped.

    I've seen similar behaviour, was caused by browsing to a samba directory containing many many files from a macosx smb client.
    Was more than 30000 files in a folder (images sequence for video work)
    No problem on the same directory from a windows client.
    It's related with case sensitive stuff, server is processing all the file case combinations.
    So, just click on that directory from a maxosx client, and server will eat all his cpu, even if you stop browsing
    Could it be your case ?
    I've try to setup the server to be case unsensitive, but another problem appear, again only from macosx client : when converting copied file to default case, file is put to recycle bin (samba vfs), no problem from windows client, files are converted to default case without problem.
    I'd like to try to force smbclient of mac clients to be case unsensitive, or may be compile latest samba on them too

  • IPhoto is using 190% of the CPU

    Can anyone please advise why my iPhoto is using upto 190% of the CPU. The % does fluctuate but it is still high between 50% and 190%.
    this does cause my MacBook to become slow and operates rather warm.

    My iPhoto library is in pictures folder and I had ready carried out the repair prior to your reply. What if ant damage could have this caused and if I repeatedly get this message should I be concerned?
    A repair can be necessary,
    if iPhoto crashed or you force quit it. Then iPhoto may not be able to close all open files properly, and the internal databases can be left in an inconsistent condition.
    It can be necessary, if the iPhoto library has been accessed from the Finder and not using the iPhoto interface.
    It can be necessary, if the iPhoto library has been accessed by other applications, that try to clean your Mac or to save space.
    If you are seeing reported prompts to repair, the library may be corrupted more than a simple repair can solve or your hard drive may be failing.  In that case make sure, you are having a good backup and try all options from the Library First Aid Tools, first of all repairing permissions, and then a "Rebuild Database".
    If all fails, rebuild with iPhoto Library Manager (download here: iPhoto Library Manager), as described by Terence Devlin in this post:
    uprgraded to yosemite all good but iphoto crashes every time I attempt to upgrade the photo library

  • AE CS5 not using all memory and cpu

    I am using After Effects CS5, wondering why the rendering is not using my CPU and memory full. It`s using only 15 % of memory and sometimes up to 50 % of CPU. What can I do to make it use better my hardware.
    The current rendering is chroma key using Keylight.
    I understand it can`t use all the hardware, but why only 15 %, because everybody is talking that you need a lot of RAM for AE.
    CPU: Intel Core i7 920 - overclocked to 3.4 GHz
    MEMORY: 6 GB DDR3
    GRAPHIC: nVidia GTX 285

    Not all rendering operations will max out all RAM and all CPUs (processor cores). Some rendering operations are I/O intensive; some are memory-intensive; some are CPU-intensive. If, for example, I/O is the bottleneck, then you won't see either CPU or RAM usage maxed.
    Also, the goal isn't to see that 100% of the CPU and 100% of of RAM is being used. The goal is faster rendering (and other operations). Sometimes greatest performance is achieved when there's "headroom" left over for other activity. See this page.
    Are you using Render Multiple Frames Simultaneously multiprocessing? That is one feature that really benefits from having a lot of RAM. The 6GB of RAM that you have in your system is not enough to make effective use of that feature. See this page.
    Here's a page that collects information about how to optimize for performance.

  • Export - use 100% of the CPU

    I have a problem do export images and sounds with the
    captivate.... When i use the projetc, this is use 100% of de CPU,
    somebody have any idea how can I change this???? if it´s
    possible....
    []'s

    If you don't get an answer here, and if you know Japanese well, you may want to search/ask in the Japanese forums:
    https://discussionsjapan.apple.com

  • OC4J_Portal Container consuming all of the CPU

    This is something that started recently. I have opened a TAR, but no one has been able to figure out teh problem. We are running Portal 9.0.2.6.18 on Solaris and every couple of days the container jumps from < 1 % of the CPU, to 100% of one of the CPUs in the box. We currently have it divided into two islands - so sometimes it totally consumes 2 of the 4 CPUs in the box.
    Nothing in the logs is useful, and even debug logs on the PPE didn't help. Anyone seen this before? Anyone have any troubleshooting thoughts?
    I already have a TAR open, but no one seems to know what teh issue is.
    Thanks -
    Al

    Albert,
    It strikes me that this issue will turn out to be either resource or patch related. If your systems ran fine for 9 months and then started exhibiting logarithmic growth issues I would suggest that this is a JVM resource issue. The most recent update in the associated bug states
    *** 06/22/05 07:33 am ***
    @ Log file opmn/logs/OC4J_Portal.default_island.1 contains thousands of Broken
    @ Pipe messages.
    *** 06/22/05 07:36 am *** (CHG: Sta->11 Asg->PTLDDR)
    *** 06/22/05 08:00 am ***
    @ Assigned to Portal DDR queue for additional diagnosis.
    So it seems that you are experiencing communication issues, and as it states in the bug the issue has been escalated to the DDR team for further investigation.
    My suggestion would be to continue to work with Support on this issue as they have the resources, manpower and access to development that you need to resolve your issue.
    I'll keep an eye on the SR & bug for you to ensure that it doesn't drift focus..
    Regards
    Jason.

Maybe you are looking for