NetBeans - Cannot create new Java project

Hello all,
I've been trying to create new Java projects in NetBeans 6 for about a week now and it just won't work. First, I receive a nullPointerException when I start the software. Then, I come to my home screen, head to File ->New Project. I'm able to specify the Java Project type. When I want to specfiy the Name and Location of the file, I get "Project Folder exists and is not empty", but the folder never existed at all. It's as if the prompt creates the folder then verifies the folder exists and repeats that error message over and over; even if I change the file name. I've reinstalled the software and the JDK many times but, I' still can't seem to get working.
Any help would be appreciated.
Thanks
-Pengu

Delete your old downloads of your JDK and NetBeans, then Download a new copy of the JDK and NetBeans, uninstall what you have go and delete all of the folders that were involved in the original install and then reboot.
Once you have done this, then reinstall from your freshly downloaded copies.
Windows does not yield it's ruined programs very easily--you just have to remove every last bit of it and start again. If the above does not work, then it may be time to go int and edit the registry to remove all reference to the JDK and NetBeans.

Similar Messages

  • Error occur when try to create new SOA project

    Hi,
    i just format my laptop, use win7 for operating system. then install Jdeveloper and download SOA extension.
    my problem is.. i cannot create new SOA project due to error as below: (i just copy a part of it because its too long)
    Performing action Check for Updates...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New Project...[ from oracle.ide.navigator.ApplicationNavigatorWindow ]
    Invoking command: [ from oracle.ide.navigator.ApplicationNavigatorWindow ]
    Uncaught exception
    java.lang.NoSuchMethodError: oracle.jdeveloper.java.provider.ProjectFileProvider.setTargetJdkVersion(I)V
    o.j.java.provider.ProjectFileProvider.fetchTargetJdkVersion(ProjectFileProvider.java:788)
    o.j.java.provider.ProjectFileProvider.<init>(ProjectFileProvider.java:132)
    o.j.java.provider.ProjectFileProvider.getInstance(ProjectFileProvider.java:104)
    o.j.java.provider.ProjectFileProvider.getInstance(ProjectFileProvider.java:77)
    o.j.java.JavaManager.getInstance(JavaManager.java:93)
    o.j.java.JavaManager.getJavaManager(JavaManager.java:154)
    o.ji.java.JavaProjectIndexer$LocatorTask$2.run(JavaProjectIndexer.java:559)
    j.lang.Thread.run(Thread.java:662)
    Nov 9, 2012 2:48:39 PM oracle.ide.model.IdeSubject notifyObservers
    SEVERE: Exception while updating observer[5]: oracle.jdeveloper.java.provider.ProjectFileProvider$ProjectObserver@1162695
    java.lang.NoSuchMethodError: oracle.jdeveloper.java.provider.ProjectFileProvider.setTargetJdkVersion(I)V
         at oracle.jdeveloper.java.provider.ProjectFileProvider.fetchTargetJdkVersion(ProjectFileProvider.java:788)
         at oracle.jdeveloper.java.provider.ProjectFileProvider.access$200(ProjectFileProvider.java:65)
         at oracle.jdeveloper.java.provider.ProjectFileProvider$ProjectObserver.update(ProjectFileProvider.java:349)
         at oracle.ide.model.IdeSubject.notifyObservers(IdeSubject.java:98)
         at oracle.ide.model.Node.notifyObservers(Node.java:786)
         at oracle.ide.model.UpdateMessage.firePropertiesChanged(UpdateMessage.java:640)
         at oracle.jdeveloper.model.JavaProject.fireEvents(JavaProject.java:600)
         at oracle.jdeveloper.model.JavaProject.access$100(JavaProject.java:45)
         at oracle.jdeveloper.model.JavaProject$NonCachingProjectChangeListener.projectPropertiesChanged(JavaProject.java:594)
         at oracle.ide.model.Project$StorageListener.structureValuesChanged(Project.java:1097)
         at oracle.javatools.data.Structure.fireStructureChangeEvent(Structure.java:455)
         at oracle.javatools.data.Structure.fireBatchEvent(Structure.java:434)
         at oracle.javatools.data.Structure.applyBatchChanges(Structure.java:206)
         at oracle.ide.model.HashStructureNode$1.run(HashStructureNode.java:329)
         at oracle.javatools.data.Structure.applyBatchChanges(Structure.java:180)
         at oracle.ide.model.HashStructureNode.applyBatchChanges(HashStructureNode.java:325)
         at oracle.jdeveloper.cmd.NewEmptyProjectCommand.initializeProjectSettings(NewEmptyProjectCommand.java:261)
         at oracle.jdeveloper.cmd.NewEmptyProjectCommand.createProjectInWorkspace(NewEmptyProjectCommand.java:189)
         at oracle.jdeveloper.template.wizard.NewObjectFromTemplateWizard.createProjects(NewObjectFromTemplateWizard.java:224)
         at oracle.jdeveloper.template.wizard.NewObjectFromTemplateWizard$WizardEventAdapter.wizardFinished(NewObjectFromTemplateWizard.java:459)
         at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
         at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
         at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
         at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
         at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
         at java.awt.Dialog$1.run(Dialog.java:1046)
         at java.awt.Dialog$3.run(Dialog.java:1098)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:1096)
         at java.awt.Component.show(Component.java:1585)
         at java.awt.Component.setVisible(Component.java:1537)
         at java.awt.Window.setVisible(Window.java:842)
         at java.awt.Dialog.setVisible(Dialog.java:986)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
         at oracle.jdeveloper.template.wizard.NewObjectFromTemplateWizard.runWizard(NewObjectFromTemplateWizard.java:90)
         at oracle.jdeveloper.template.wizard.GalleryItemAdapter.invoke(GalleryItemAdapter.java:54)
         at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
         at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
         at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
         at oracle.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:509)
         at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1102)
         at oracle.ide.wizard.WizardManager$2.run(WizardManager.java:428)
         at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
         at oracle.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:509)
         at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1102)
         at oracle.ide.wizard.WizardManager.invokeSecondaryWizard(WizardManager.java:424)
         at oracle.ide.gallery.ObjectGallery.invokeWizard(ObjectGallery.java:383)
         at oracle.ide.gallery.ObjectGallery.runDialog(ObjectGallery.java:204)
         at oracle.jdeveloper.cmd.NewProjectCommand.doit(NewProjectCommand.java:28)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:317)
         at oracle.ide.IdeController.handleEvent(IdeController.java:748)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:897)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:850)
         at java.awt.Component.processMouseEvent(Component.java:6289)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6054)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4652)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:617)
         at java.awt.EventQueue$2.run(EventQueue.java:615)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    have any idea to tackle this issue?

    java.lang.NoSuchMethodError: oracle.jdeveloper.java.provider.ProjectFileProvider.setTargetJdkVersion(I)VDefinitely something to do with JDK version.
    You migth need to re-install jdeveloper or copy the JDK libraries from elsewhere in the correct path and manually fix the issue
    Error migrating a 11.1.1.5 project to 11.1.2.1

  • [ot] A UML tool for a new Java project

    I am working on the new Java project and need a UML tool to get it start. I am wondering whether anyone one can recommend such tool or not. It can be either stand alone or as an Eclipse plug-in. It shall be able to handle at least 50 classes.
    Thanks.

    Is it any good? I haven't tried it but we're
    evaluating UML tools here and it's on my list to play
    with.
    PS.If you mean SDE....
    I have only used the personal edition at home, and the other versions have more functionality available
    My impressions, FWIW, are
    - easier to use than rational rose (I find this one which I have to use at work to be a pain), although, paradoxically enough, they are not that dissimilar in appearance
    - I was able to create some reasonably complex models without any problems
    - easy to install and start using - no great learning curve
    - I tried importing a model I had exported from rose and that did not work very well at all.
    - this applies to version 2.2

  • Cannot create windows driver project

    Hello,
    I'm using Visual Studio 2013 Professional and I'm still in the trial period.
    I'm attempting to create a windows driver project, however it's not available in my new project (File -> New -> Project) menu: http://imgur.com/Bk4afkI
    I also have installed WDK 8.0 and the 8.1 update.
    I can see the "Driver" drop-down menu: http://imgur.com/ovYBuHj
    Any help is appreciated.
    Cheers,
    Ben

    Hi,
    Welcome to MSDN forum.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses the usage of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    I suggest opening a thread on Windows Hardware WDK and Driver Developmentforum like this thread with the same issue:
    http://social.msdn.microsoft.com/Forums/en-US/c2e6cee1-cf25-4be8-96ab-2a61dae13e7d/cannot-create-device-driver-project-in-vs2013-professional?forum=wdk for better support.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Adobe Premiere CS6 'Create new Trimmed Project' Crash with .MXF files

    Yesterday I started to back up all our students work, and found that the "Create New Trimmed Project" no longer works in CS6 with .MFX files.
    Adobe Premiere CS6.0.3,  crashes when I try to "Create New Trimmed Project" under "Project Manager"
    This only happens when there are .MXF files in the Sequence.
    As we use Panasonic P2 cameras at this university, this is a problem, as this is the format that they shoot in.
    As a test I have made a Project with only one .MXF file placed on the sequence, and it crashes.
    This happens on my Macs and Windows machines with Adobe Premiere CS6 .
    Adobe Premiere CS5.5 works fine, and does not crash.
    Unfortunately I cant save a CS6 project as a CS5.5
    If you don't have any .MXF files to test this,
    You can make your own .MXF files by exporting any video file as "MXF OP1a" or "P2 Movie" Format, (the Preset setting is irrelevant - any preset will cause it)
    P.S.
    Using "Collect files and Copy to new Location" under "Project Manager" works fine, but does not reduce project size as much.

    I also discovered this behavior last summer.  Unfortunately the best (lame) answer I could find was that "Some formats, such as Long GOP based media files, cannot trim media, or add handles."  Source:  http://help.adobe.com/en_US/premierepro/cs/using/WS1c9bc5c2e465a58a91cf0b1038518aef7-7c72a .html
    That's not very specific, but in my case at least (and it sounds like in your case, too) .MXF may be another file type that cannot be trimmed.  If I remember correctly, the answers I got from others was that they were able to export fine.  My machine (and maybe yours) has an issue that nobody else seems to have encountered.  So none of the prescribed remedies allowed me to move forward in this regard.
    After much searching, asking and several suggestions from various Premiere communities, I gave up and moved on. 
    Use Remove Unused and then Collect Files and Copy to New Location.  At least that can help you if you have a lot of clips.  In my case, it didn't help much, because my very short clips were edited from very long takes, so as Premiere sees it, not much was "unused".
    Be aware that "Project Manager does not copy and collect After Effects compositions that are dynamically linked to an Adobe Premiere Pro project. Project Manager does save the Dynamic Link clip in the trimmed project as an offline clip, however."
    Wish I could offer you more.

  • Cannot create new folders in Outlook

    I just bought a new PC computer.  I installed MSFT Office Professional Plus 2010.  I opened Outlook and added in (i) the pst folder I had set up from my previous Vista
    computer (also with Outlook 2010), (ii) my hotmail account, (iii) my at&t/yahoo account and (iv) my gmail account.  I cannot create new folders in any of them.
    When I right click anywhere in the navigation pane and select "New Folder..." I get the following error message:
    "Outlook cannot read the registry information.
    -Close and restart Outlook.
    -Reinstall Outlook
    -Reinstall Microsoft Exchange or other e-mail system."
    I tried all three, including removing and reinstalling Office and removing all of the email accounts/pst files and re-adding and still have the problem.
    If I try to right-click properties on any of the accounts, I get the same error message, with the following additional language first:
    "Cannot display 'General' page. This page will remain visible, but is not available."
    Not sure what is left to try.
    Appreciate any ideas.

    Hi
    Thank you for using
    Microsoft Office for IT Professionals Forums.
    From your description, If the PC from clean install, you can follow these steps to test this issue.
    1.      
    Start the Outlook in safe mode,
    Press and hold the CTRL key,
    and then click Outlook.
    If the problem does not occur in the safe mode, this issue might be related to some third-party add-ins in the Office program, we can try to disable them.
    2.      
    Create a New profile & PST file to test this issue
    If this problem does not occur in the new Outlook profile & PST, the old Outlook profile is corrupted. We can delete that and use a new Outlook profile.
    3.      
    Make sure the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office
    key permissions to allow full permissions to all users
    Important: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might
    occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how
    to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
    322756  How
    to back up and restore the registry in Windows
    a)     
    Exit Outlook if it is running.
    b)     
    Click
    Start, and then click Run. Copy and paste (or type) the following command in the
    Open box, and then press ENTER: regedit
    c)     
    Locate and select the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office
    d)     
    On the
    Edit menu, click Permissions.
    e)     
    Click the registry key for the user who is currently logged on, and ensure that
    Read and Full Control permissions are both set to
    Allow.
    f)      
    Click the Advanced button, ensure that the user who is currently logged on is selected, that
    Full Control is listed in the Permissions
    column, and that This Key and Subkeys is listed in the
    Apply to column.
    g)     
    Click to select the Replace permission entries on all child objects with entries shown here that apply to child objects check box, and clear
    the check box
    Windows 7: Include inheritable permissions from this
    object’s parent
    Windows XP: Inherit from parent the permission entries that apply to child objects. Include these with entries explicitly defined here.
    h)     
    When you are prompted to continue, click Remove.
    i)      
    Click Apply, and then click Yes when you are prompted to continue.
    j)      
    Click OK, and then click OK again.
    k)     
    On the Registry menu, click Exit.
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything
    I can do for you, please feel free to let me know.
    Hope that helps.
    Sincerely
    William Zhou CHNPlease remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Cannot create new folder?

    I have just moved to a new hosting and have connected to it
    and I can edit files. When I try to add a folder to the remove I'll
    get
    "An FTP error occured - cannot create new folder .
    Access denied. The file may not exist or there could be a
    permission problem".
    Any idea?

    Hi,
    Did you make any changes before the issue appears?
    Before going further, you may try the
    system restore to go back to a previous status and check the result.
    Tracy Cai
    TechNet Community Support

  • Cannot Create New Mailbox

    Hi all,
    First of all I already create a similar thread : http://social.technet.microsoft.com/Forums/en-US/b8f88745-ca79-43f9-8857-3b87781e5c19/rbac-to-create-mailbox?forum=exchangesvradmin 
    I got a problem in my Exchange Server 2013 environment. I cannot create new mailbox (new user) from ECP. But I can create new mailbox and choose existing user.
    Active Directory operation failed on DC.mydomain.com. This error is not retriable. Additional information: Access is denied. Active directory response: 00000005: SecErr: DSID-031A121F, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0 
    already try with no luck :
    re-inherit the permission.
    setup /prepareAD
    I create new user and assign Org Management & Domain Admin
    how to check whether the permission in my AD is correct ? or any idea should I start troubleshooting ?
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    Krisna Ismayanto | My blogs: Krisna Ismayanto | Twitter:
    @ikrisna

    solved by executing setup.exe /preparedomain
    and I found one of the server in container ADSIEdit were disabled inheritance. execute setup.exe /prepareAD, reboot the server (because it
    ask for it), then execute setup.exe /preparedomain
    cheers ! :)
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    Krisna Ismayanto | My blogs: Krisna Ismayanto | Twitter:
    @ikrisna

  • BO4 - cannot create new universe connections

    Hi,
    In Universe Design Tool, trying to create new universe connections but not allowing this.
    Doesn't show all the data access drivers we have installed.
    Can migrate connections fine from XIR2 fine and reports run O.K
    Why cannot create new universe connections
    Many Thanks

    Hi,
    there are some notes about this in the knowldge base. Here are a couple:
    For ODBC, Note   1272557 - Data Access Drivers missing while creating a new connection in Designer
    for JDBC, Note 1481410 - JDBC Drivers do not appear in the List Of Drivers when Creating a New Universe Connection in Universe Designer
    Can you hit www.service.sap.com/notes to look them up?
    Regards,
    H

  • After upgrade to 6.3.4 cannot create new bookmarks by dragging nor open existing bookmark properties

    Just upgraded to 3.64. Now I cannot create new bookmarks either by dragging a URL or trying to create a new one in organize bookmarks. For existing bookmarks when I hit properties on the pop up menu all I get is a title bar that says "bookmark properties for (name of bookmark)" but I can't resize it or otherwise manipulate the title bar to access information or change the properties

    Hello Victor.
    You may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

  • Can CS5.5 Create New Trimmed Project?

    In Adobe Premiere Pro versions prior, media files such as Canon D-SLR Quicktime and P2 MXF could neither be trimmed nor  renamed using the "Create New Trimmed Project" feature in the Project Manager.  Has any expanded compatibility been added to this feature in version CS5.5?

    What I have found as a painful workaround is to go through your timeline and select each clip individually and go to clip/make subclip.  If you don't touch anything, the new subclip will be highlighted in the project pane and you can right click the same file in the timeline and click replace with clip/from bin. (Told you it was painful)  Then when you use Project Manager, it will use the subclips instead of the source files and will create a new, trimmed project and the project file size will be ridiculously reduced. (The project I'm working on was reduced from 259 gigs to 17)  Of course, if you're familiar with Project Manager and how it is supposed to behave and did behave back in the days of DV, you lose all control over certain aspects as you are committing to your edit. I use a macro.  I select the clip I want to process and then I activate my macro and it goes through and does all the clicking for me.  I'm bothered that it hasn't been fixed in CS6.

  • HT5577 i bought  recently a second hand apple i phone 4s but now i cannot creat new apple id

    i bought  recently a second hand apple i phone 4s but now i cannot creat new apple id .

    I suspect you're referring to the 3 free iCloud account limit on an iOS device. If so, there's no way around this. Once that limit is reached, you'll have to create the iCloud account on another iOS device or computer, then setup that account on your phone.

  • AME iExpenses: Cannot create new approver group

    We need to set up approver groups for iExpenses. I assigned myself Approvals Management Administrator and Aprovals Management Business Analyst roles. With these roles I can create new attributes and conditions. However, I cannot create new action types and approval groups. The create button for the approval group just does nothing.
    What am I missing? We are 11.5.10.2, AME.B

    Pl see if ML Doc 420387.1 (How to Create the Approval Transaction Type for AME.B or higher ?) can help
    HTH
    Srini

  • Cannot create new LWP?

    To test my Server process, I make a Client process to send numerous requests by creating one-connection-one-thread.
    Under same amount of connections (such as 50 connections), indefinitely, the process will be error as follow:
    libthread panic: cannot creat new LWP (PID:XXX LWP 2) stacktrace:XXXXXX
    my question is:
    If there are limits of LWP in a process?
    I use unbound thread and let the kernel to balance threads between LWP, must I use bound thread?

    I've seen this when my program used a lot of file descriptors. Using truss I could see that a call to open /dev/zero failed and a libthread panic message was displayed. Try using the ulimit command to increase your limit on open files.

  • Cannot create new project

    when i try to create a new project, i get an error message that says "cannot create project. Please check the disk to ensure there is enough free space and you have permission to write projects. " what gives?

    i just figured this out in case someone else has this problem. go to your "movies" folder and make sure you have read/write access, for some reason i couldn't write to the folder. i also moved all of my downloaded movies to a new folder, which might have helped.

Maybe you are looking for

  • Discoverer reports shows 'NULL' in columns where is no data

    Hi All, Discoverer report is showing NULL in columns where is no data. please advise ASAP. E-biz: 12.0.6 Database: 11.2.0.2 Discoverer: 10.1.2.55.26 Thanks in advance. Regards Kumar

  • IPhone 6 ios 8.0.2 "This accessory may not be supported"

    I know this is a common issue as there are dozens of threads, but after reading more than a dozen I still do not have a solution. Often, when I plug my brand new (10 days) lightening cord into my brand new (10 days) iPhone 6 to charge, I receive the

  • Adding customer field to selection screen of RFKORD11 - Customer  Statement Printing Program:

    Hello, We are required to add an important customer field to selection screen of customer statement printing program: RFKORD11 for our South African branch. Please advise us regarding this matter, is there a proper user-exit or a repair is needed? Ki

  • OSX 10.6.8 security

    Is OSX 10.6.8 vulnerable to recent security problems as reported in New York Times (Feb 24, 2014?)?

  • How to Fix the 1st row in Table

    How to Fix the 1st row in Table              In EP, one of the page we are getting out put in the table format. It's working fine, but as per the new requirement we have to fix (freeze) the first row of the table. (.i.e. whenever I click the page dow