Editor screwing up - trashing project

Several times now, I have been typing in the java backing bean code, and suddenly the editor hangs. For example, I had a try-catch block and wrote the catch as
catch {Exception e)
and the editor was no longer able to display the code. It could not draw the screen even!
It happened again today, and the jsp viewer can no longer display the GUI editor.  I do not know what I did to change it.
Part of the problem may be that I asked the GUI to manage a JdbcRowSetXImpl without letting it do the query since I need code like the following and do not think the GUI can handle it:
           curroleRowSet.setDataSourceName("java:comp/env/jdbc/policy");
           String [] choices = getSessionBean1().getCnChoices();
// Separate then with commas
StringBuffer sb = new StringBuffer();
for(int i = 0; i < choices.length; i++) {
sb.append("'" + choices[i] + "'");
if(i < choices.length - 1)
sb.append (",");
String query
= "SELECT ALL entityrole.Role FROM entityrole WHERE EntityCN IN(" +
sb.toString() + ")";
curroleRowSet.setCommand(query);
curroleRowSet.execute();

Ok, for the first case, I'm looking into it, but I am not noticing a problem.
Which update are you running ? If you are not running Update 6, then there are a number of issues that we're fixed that were directly related to this type of problem.
Can you give me more detailed information on what happens ? Are you switching between the designer and the java source editor ? Or just staying on Java source ? Waiting or it happens spontaneously as you type ?
Any information will help a lot to get me to reproduce this problem.

Similar Messages

  • Solutions for 2 editors working on same projects

    I work as a lone video editor in a magazine publication/web design company, producing videos for our various website. I will soon to be joined by a second editor.
    I would like a solution where we could easily work on each others projects from our own machines when needed.
    I have looked into Edit Share, ideal but expensive, wondered what other solutions there might be out there?
    Could you just use a large network drive as the capture scratch for both, would there be other issues to consider?
    Many thanks
    John

    Final Cut Server has nothing to do with sharing files between computers or shared storage. It is a cataloging and organizational program. It helps keep track of things, but it doesn't supply bandwidth or data management across a wire. The data management in FCS is organizational only.
    If you have the money for a SAN, don't look at Edit Share. I had a one month demo and I sent it back after a week. Couldn't handle capture and print to video at the same time. Couldn't even capture from two computers at the same time. You have to buy their capture module (basically a buffer) which costs extra. The overall price back then was about $56K for 6 TB.
    Check out Rorke Data Systems and talk to Jim Boas. He can put together a nice package for you at the best rate around. My company is about to buy a 16TB RAID 6 SAN from them, complete with management software, and iSCSI bridge. Can get towers AND laptops connected. Used it, works perfectly. They have a managed SATA version now as well, not too pricey. The package we are getting is under $45k. But storage is cheap these days, and we are paying for connectivity to 12 edit stations. If you only have 2, that's $10k off the top. If you only need say, 6TB, that's another $10k off the top. Have tried the NAS option. Listen to Shane. It doesn't work well. Sure, some people may have tested it and say it works, but you have to wonder what they did to test it, and did they really put it through its paces. You can't test shared storage on an edit suite by importing footage and screwing around in the timeline. That's not editing. That's screwing around. If you're serious, you'll need a managed, shared storage network, independent of your LAN. DO NOT USE A TCP/IP NETWORK!!!

  • Java editor : NullPointerException : non-null project required

    hi
    While editing a Java source file, I get this exception on the "jdev.exe console" :
    Warning, runtime exception caught: java.lang.NullPointerException: non-null project required
    java.lang.NullPointerException: non-null project required
            at oracle.jdeveloper.java.JavaManager.getJavaManager(JavaManager.java:73)
            at oracle.jdevimpl.java.Context2ParserHelper.getJavaManager(Context2ParserHelper.java:113)
            at oracle.jdevimpl.java.Context2ParserHelper.getSourceFile(Context2ParserHelper.java:124)
            at oracle.jdevimpl.java.editing.JavaSmartClipboard.getSourceFile(JavaSmartClipboard.java:182)
            at oracle.jdevimpl.java.editing.JavaSmartClipboard.isInStringLiteral(JavaSmartClipboard.java:382)
            at oracle.jdevimpl.java.editing.JavaSmartClipboard.fillClipboard(JavaSmartClipboard.java:253)
            at oracle.jdevimpl.java.editing.JavaSmartClipboard.copy(JavaSmartClipboard.java:218)
            at oracle.jdevimpl.java.editing.JavaSmartClipboard.invokeAction(JavaSmartClipboard.java:100)
            at oracle.jdevimpl.java.editing.JavaEditingPlugin.invokeAction(JavaEditingPlugin.java:585)
            at oracle.javatools.editor.BasicEditorPane.invokeAction(BasicEditorPane.java:1949)
            at oracle.ide.ceditor.keymap.IdeKeymapHelper.invokeAction(IdeKeymapHelper.java:181)
            at oracle.javatools.editor.keys.MultiKeyHandler.keyPressed(MultiKeyHandler.java:334)
            at java.awt.Component.processKeyEvent(Component.java:5446)
            at javax.swing.JComponent.processKeyEvent(JComponent.java:2713)
            at java.awt.Component.processEvent(Component.java:5265)
            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.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1810)
            at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:672)
            at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:920)
            at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:798)
            at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:636)
            at java.awt.Component.dispatchEventImpl(Component.java:3841)
            at java.awt.Container.dispatchEventImpl(Container.java:2024)
            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)This happens with things like Ctrl+C (copy) or Ctrl+Space (code insight).
    Typing characters still works, but I would like some other basic features like "copy and paste" to work again.
    Any suggestions?
    (using JDeveloper 10.1.3.2.0.4066)
    many thanks
    Jan Vervecken

    Thanks for the update Brian.
    At first I had never heard of the name "PoemaFenix.jws" and because of that I thought it was JDeveloper that added the "Fenix" suffix because of some illegal state.
    But because of your update today, I looked into this and found some references to "PoemaFenix.jws" in the "dependencyList" of some of our .jpr files as "sourceOwnerURL". (These could have been introduced a while back when someone rearranged some of our project files, although I haven't been able to get this confirmed.)
    Anyway, I did not try the workaround you suggested, but I updated the .jpr files replacing "PoemaFenix.jws" with the correct name "Poema.jws" and I was not able to reproduce the issue using the scenario I used before. So, that looks like it solved the issue here (and the activeWorkspaceURL is <path>Poema.jws again).
    I also tried the following scenario to check how this could have been introduced:
    (1) create an application "MyFirstApp", resulting in "MyFirstApp.jws"
    (2) create two empty projects "Model" and "ViewController"
    (3) configure the ViewController project to be dependent on the Model project
    (4) Save All, and click the "Remove from Applications" icon while "MyFirstApp" is selected in the Applications Navigator
    (5) on the file system rename "MyFirstApp.jws" to "MySecondApp.jws"
    (6) open "MySecondApp.jws" in JDeveloper
    (7) on the ViewController project properties dependencies panel toggle the checkbox for the Model project off and on again, click OK
    This resulted in a "ViewController.jpr" file containing this:
       <hash n="oracle.ide.model.DependencyConfiguration">
          <list n="dependencyList">
             <hash>
                <value n="class" v="oracle.jdeveloper.library.ProjectLibrary"/>
                <url n="sourceOwnerURL" path="../MyFirstApp.jws"/>
                <url n="sourceURL" path="../Model/Model.jpr"/>
             </hash>
             <hash>
                <value n="class" v="oracle.jdeveloper.library.ProjectLibrary"/>
                <url n="sourceOwnerURL" path="../MySecondApp.jws"/>
                <url n="sourceURL" path="../Model/Model.jpr"/>
             </hash>
          </list>
       </hash>I would think the reference to MyFirstApp.jws should no longer be there.
    (Maybe the sourceOwnerURL values should be updated in step (6) of the above scenario, which is also not the case.)
    regards
    Jan Vervecken

  • Working together with the other two editors on the same project

    Dear All,
    My situation is that I have three editors working together but not in the same place, and all of us have our own FCP. In short, my question is how we can work together.
    From my understanding, I need to Recompress two copies of the media files by using Media Manager and store the files into two portable firewire hard drives to give them to the other two editors first.
    Then I really have no idea how we call exchange our bin, sequence and project after we work on it. In Avid, I know I can just copy the bin and manually put it into project folder. How about FCP?
    Thanks in advance.
    King

    Nice suggestion.
    I've been researching digital asset management theory and practical applications for years. While doing so, I've been studying practices at production shops where several artists or technicians work on the same projects using remote connections and a variety of creative applications like Photoshop, Flash, and video editors. Without centralized network storage that is deliberately built into the hardware systems, all I have come across are complex processes that require careful policing and stringent adherence to filenaming and file placement conventions as well as mutual commitment from all parties to communicate openly, precisely, and on some kind of dependable schedule.
    All of these ad hoc management processes are doomed to failure because, just by the burden of the paperwork, they impede the flow of the job. And yet without them, all parties rapidly become confused and work is lost or duplicated needlessly, making a joke of the whole thing. As soon as one party is allowed to sidestep or ignore one step in the elaborate process, the entire process can be discarded.
    My limited experience with joint editing is to divide the project into sections and marry the segments collaboratively instead of trying to allow everyone to work the whole project at the same time.
    bogiesan

  • Error - do not had permission to move Project to trash

    I am trying to delete a surplus (command: move project to trash) project from Final Cut Pro X and each time am told that I do not have permission to move the file 'name' to the trash.  It then tells me to select the item in the finder and choose File - Get info - and change permissions.  I have permission to read and write in that folder and all sub-folders.  I have repaired permissions  and am still getting the error.  I also tried to move the project in the Finder to another folder.  It will only copy it to the new folder - not move it.  Is anyone else having this problem?  I will say that I did a quick test project with multiple layers, picture in picture, Ken Burns,Templates from Motion, key frames, everything that I could think of to throw at it and burned to blu-ray -- turned out beautiful.  Just wish I could clean up the project folder!
    Betty

    I had gotten rid of the project by deleting it from the Finder.  Thanks for your reply.  Deleting from the Finder seemed to be the only choice.  I am the only user on the machine and the project is on the boot disk.  I have one project that is movable from within FCPX and one remaining that isn't.  They were created about the same time.  Possibly the frequent crashing of FCPX has caused some corruption.  Hopefully, updates will follow soon.

  • Any way to prevent dupes in Premiere Project file?

    Due to working with both PluralEyes as well as multiple editors on the same project, I deal with importing a lot of XML and PRPROJ files into existing project files that I've worked with.
    This, on a large scale, becomes untenable because every time I import another editor's work or a synced sequence, I get duplicates of all my media in the project. I'm trying to figure out if there any way to have Premiere check to see if the media is already imported, and reference that media in the imported sequence? If not, I will just keep getting larger and larger project files with multiple references to the same media, because both me and my other editors are working with the same media, but for different sequences.
    As far as I can tell, when you import an XML, or even a sequence from another Premiere project, it creates new master clips for every clip used in the imported sequence. It does not recognize that you may already have a master clip that you're using in another sequence that is referring to the same media.
    So if you want to keep both sequences in your project, you need to keep both master clips. If you delete a master clip from your bin, it will not stay in the sequence(s) that refer to it, it will get cut out, leaving a big steaming crater where it once was. Even if the sequence is not currently open. This is one of the things I loved about FCP7. You could delete every single one of your master clips and your sequence would be totally unaffected. You could even recreate the master clips by dragging them from your sequence to the bin.
    I think if there really is no way to manage these duplicates, this is a HUGE problem for professionals who are working in environments with multiple editors. This isn't just a "well, learn how to deal with a new editing system" - this is actually a deal-breaker; and actually the only one that I see REALLY preventing Premiere from being the go-to choice for larger post houses. This problem becomes so big so fast that it makes true collaborative editing downright impossible. In my office we might have three people on a project, all editing and revising segments and passing them back and forth. On FCP7 this was easy as pie - we'd just cut and paste between project files and use basic versioning best practices. In Premiere, our project files quickly become nightmares and work is often inadvertently deleted or lost.
    I would like to see:
    - Smart media handling when importing sequences and projects. Premiere should look at the filenames and file location and attempt to relink any duplicate media. If it stumbles, it should ask for help like FCP.
    - A media consolidation inspection feature. I'd love to see an option for inspecting your project for duplicate media references. When found, Premiere should automatically consolidate.
    - Streamlined sequence exporting. You should be able to export a single sequence. I know there's some version of this in Project Manager, but we all know it should be easier than this!
    Anyone have any ideas on how to fix this?

    *******Enhancement / FMR*********
    Brief title for your desired feature:
    Link Master Clips to media on drives, not to sequences.
    How would you like the feature to work?
    "The selection you are deleting contains clip references in one or more sequences. If you continue these clip references will all be deleted. Do you want to continue?"  In short, I never want to see this warning again. I *need* to be able to delete master clips from my project without having media deleted out of sequences.
    Why is this feature important to you?
    Editors need to stay organized from the beginning. Professional editors don’t edit birthday parties; we often have large quantities of different kinds of media, need to know where it is, need to access it quickly, and don’t need unnecessary things in the way.
    Organization exists in one place: the project panel.  The less that’s in the project panel, the smaller the project file size is, the faster the project file opens, closes and saves, but most importantly: the easier it is to find what you need, fast.
    The reasons for working in multiple project files are endless. When you import a seq from another project, you also get the clips used in it. Often times these clips are already present in the project, which is why you now include a “don’t allow duplicates” checkbox in your import dialogue box (which btw doesn’t work when we’re working with Merged Clips painstakingly built in other project files).
    While you might fix that Merged Clips bug, I still don’t know why you won’t just let me clean stuff up myself. Why are you trying to save me from myself? I know where my media is and Premiere knows where my media is: on my drive.
    A professional editing program should not try to save people from themselves. It’s why I left FCP for you. You have a great, powerful suite of programs (that I’d pay a lot more for than I do now btw)… but I need to stay organized, not be unnecessarily prevented from doing so.
    Please listen to us and make this fix.

  • Printing from PSE8 Editor

    Can anyone help me with a problem I have printing from PSE 8 Editor.
    I keep my unedited photos in PSE8 Organiser. When I am trying to select the best photos from a group of, say, ten photos for printing I open all ten in PSE8 Editor. I now edit each photo in the Editor and examine them to see which are the best ones and I will wish to do a trial print of each of those. This is where I hit the problem.
    If I select one of the ten photos open in Editor and try to print it I will get a strip down the left side of the Editor screen showing all ten photos. If I want to print just the selected one of the ten I have to remove the other nine from this list or all ten will be printed. If the photos are all very similar it is difficult to select visually which ones to remove from the list because the list does not show their names.
    What I would like is to:
    a) eliminate this list feature altogether so that only the photo I have as the selected image in Editor is printed, or
    b) have the list show only those photos I have explicitly selected for printing from the ten I have open in the Editor, or
    c) have the list show the file names so that I can at least identify the ones I don't want to print in this instance so that I can remove them from the list.
    I explained all this previously to Adobe but I don't seem to be understood. To illustrate the issue please try this. Open ten similar photos in Editor. Select one of those ten and select print. You will get a strip showing all ten down the left of your screen. If you just continue with the printing all ten will be printed. To print just the one you want you will have to identify and remove the other nine photos from the list. Having done all that and printed that one photo now select another of the ten photos in Editor and again select print. You will again get a list of all ten photos open in the Editor and you will again have to identify and remove from the list the other nine. Repeat this for a few more photos and you will be (like me) screaming with fury at the stupid thing. So, am I doing something stupid or is there a way to get around this behaviour?

    I have PEv.8, and below the work space in Editor, there is the project bin. On the left there is the tool box, configurable as one column or two columns.
    Multiple open files are represented in the project bin as thumbnails. There are 2 dropdown boxes: (1) to show open files or files from organizer (2) re bin files. Which options are ticked on your machine?
    Please post a print screen representing what you see.

  • How to copy a project from MBP to Mac Pro without media

    Explanation:
    Our Director takes all the video interviews, imports this media into a Mac Book Pro (FCP X 10.1.1), creates a Project, makes his audio selects, and edits the video onto the timeline.  Then he copies the Project to a portable hard drive.
    In the meantime, we have imported all the media into our main edit station, a Mac Pro.  Now we plug in the portable drive, open that Library, and copy the Project with the video interview selects to our main Event with all the media on the Mac Pro.
    The problem is ... the media of the interview selects is also copied.  Then we have duplicate media in our Event.  With the previous version of FCP X, we could copy over the timeline without media, then reconnect it.
    Any solutions?  A better way?
    Thank you.

    Hi Cliff,
    Welcome to the Support Communities!
    For your particular workflow to be successful, the media needs to be stored outside the Library (External Media). It is important that the media that is being shared is identical on all drives or computers.  The resource below will provide additional information and best practices for working with media in the new Final Cut Pro 10.1.1 environment.  See Page 4 regarding Managed vs. External Media.
    Managing Media with Final Cut Pro X Libraries
    www.apple.com/final-cut-pro/docs/Media_Management.pdf
    Managed and External Media
    Media that you import into a specific library is stored inside the library and is referred to as managed media. Media can also be imported or copied to any location on a connected volume and linked to the library as external media. Multiple users can access this external media instantly on shared storage, including a storage area network (SAN) such as Xsan, Apple’s SAN file system.
    Page 16-18 includes suggested workflows for collaborating with other editors.  The Transfer Library option on page 18 may work well for your particular situation:
    To hand off new events to a working library using a transfer library
    Another way to hand off new events to a working library on shared storage is to create an intermediate library, or “transfer” library. For example, an assistant editor can create a transfer library containing new events to be handed off to the primary editor, and then copy the new events from the transfer library to the primary editor’s working library.
    1. On the system you want to transfer from, select the events you want to hand off.
    2. Choose File > Copy Events to Library > New Library.
    3. In the window that appears, type a name for the new library, navigate to a location for the new library, and click Save.
    4. If you want to include optimized or proxy media in the new transfer library, select the appropriate checkboxes in the window that appears, and click OK.
    5. In the Libraries list, select the newly created library and choose File > Close Library.
    6. On the destination system, open the new transfer library by choosing File > Open Library > [library name], and drag the updated events to the working library.
    Note: Motion templates are not managed as assets within the library but are instead stored in ~/Movies/Motion Templates/. If a project is dependent on custom titles or other Motion templates, these must be handed off separately. Placing updated Motion templates in a central location on shared storage as a last step in any handoff process guarantees that all editors working on a project can access the templates at any time.
    I hope this information helps ….
    - Judy

  • FCP video files in trash, trash emptied - any program that can recover them

    Look, I know I am going to get nailed for posting this here, but it did happen as a result of FCP, so I was hoping someone would be able to help if they had a similar experience.
    A project I completed was put in the trash because it was taking up space. That's normal. I emptied the trash and moved on to the next project, for which I had already digitized some video.
    All kinds of files where showing up in my bins as disconnected. So I try to reconnect them and they are gone. Vanished.
    I closed FCP and reopened. When I did, it looked liked I was starting from scratch - like I had just installed the program. I had to reopen all projects. A window came up and asked me to reset the scratch disks - to my GREAT surprise, the scratch disk it was looking for was the one for the previously trashed project. In other words, all that footage I had been digitizing had been in an identically-titled file in the folder of the TRASHED PROJECT.
    SO - since the source disks have not been available to me for some time I was hoping a FCP user might know of a way to restore items that have been emptied from the trash. Is there such a program or are they, in fact, gone for good? And how did my scratch disk get magically reset? I have not set i since June 2005 when I first set it up.
    Here's to hoping,
    jf

    I have a program called FileSalvage that has been able to recover inadvertently deleted files. Not all of them but the critical ones.
    The program only recovers supported file types. Verify yours is in the list. If it isn't email them. They created some custom profiles for me when I needed to pull back some PC files that were stored on a Mac formatted network drive.
    Recognize, the more you use the computer, the greater the likelihood you may overwrite some segment of a file thereby making it not recoverable. If the repository of the files in question is an external, disconnect it so you will do no further damage until you are ready to begin file recovery operations.
    Good luck.
    x

  • A BUG in FCP 7: Multiclip Markers slip when copied from project to project

    Alas, not all things are great with multiclip markers in FCP 7.
    We are shooting multicam on a show with dual system sound. Individual camera angles are synced to the production sound (broadcast .wav) and merged to create new master clips that use the stereo production audio instead of the original camera audio, then the new synced/merged clips are made into multiclips using In points set on the slate claps as the multiclip synchronization method. Markers added to the A angle and B angle do indeed stay attached when added in the viewer (thanks for that bug fix, Apple). The assistants are marking the beginning of each take and all resets on each angle, so that both Angle 1 (A camera) and Angle 2 (B camera) have the exact same markers on the exact same frames.
    Problem is, when the editor opens the dailies project and copies the bins with the marked multiclips into his editor project, or his or her version of the dailies project is updated, the markers on Angle 2 (B camera) all shift in time (like they were all slipped). All Angle 2 markers in each individual clip slip the same amount, but every multiclip's markers slip a different amount. Copying clips from one bin to another IN THE SAME PROJECT yields the same slippage, and what's more, even messes up the markers in the original master multiclips (as if the copies were not affiliates but literally the same master clip as the multiclips). To make matters even worse, sometimes it's the A camera (Angle 1) that has markers slipping.
    This bug does not affect multiclips that are made from the clips using original camera audio. Since the production has, thus far, been unable to properly jam sync the audio and camera timecode, each merged audio multiclip can have, potentially, three different timecode numbers associated with each track, Angle 1, Angle 2 and the stereo audio. Clearly FCP has no idea what to do when it attempts to recreate the clips in another bin or project, but the offset (i.e. how much the markers slip) is not directly correlated to any timecode offset between the different tracks of the multiclip. How weird is that?
    It's forcing the editors to mark their own footage, which is really the assistant's job. At least in FCP 6 you could mark the original angles prior to multiclipping and the markers would stay as you switched angles, or you could mark the original angles and then replace the angle in the multiclip with the marked angle and, again, the markers would stay affixed to the angle when you switched from angle to angle. Now that doesn't even work.
    Help!
    Any workaround out there?

    Actually the 4:2:2 smoother is for prepping footage in a 4:2:2 color space for chroma keying (it prevents stairstepping due to the blocky chroma values). It is the right setting for DVCPRO HD.
    Sure about that? because it already is in a 4:2:2 color space, and there are no stair steps. Only DV has those ugly stair steps. I believe this is for DV. I have never used it, and I have comped a lot of DVCPRO HD.
    am using the Chroma Keyer filter from FCP (possibly derived from Primatte?
    Nope...Primatte is a NEW filter in FCP 7. The built in Chroma Keyer in FCP downright *****. I use DV Matte Pro for simple stuff in FCP, and Primatte or Keylight for the more complex ones, and in AE or Motion. But Primatte is now in FCP 7...well, a "lite" version called Primatte RT.
    If chroma smoothing is causing that issue...don't use it.
    Shane

  • Mapping editor not working with Java 5 classes

    I have a small protoype web service which I wrote using Tomcat/Axis/Spring/Hibernate and using EJB3 annotations for the mappings. I want to port the persistence layer to Toplink.
    I installed Toplink 9.0.4.1 and added the toplink libraries to my project and implemented the DAO and the spring bean defs.
    I opened the mapping editor and created a project. When I try to add classes to it for mapping I get an error that it can't find the classes (even though I selected them from the chooser). I figured it might be that they were compiled with Java 5, so I switched the JRE_HOME in setenv.cmd to my Java 5 JRE. Now I can import the classes and see the attributes but when I click on any of them in the Navigator panel, the editor panel remains blank. If I now try to save, I get:
    java.lang.NullPointerException
         at oracle.toplink.workbench.ui.tools.CheckListModel.getRowCount(CheckListModel.java:119)
         at javax.swing.JTable.checkLeadAnchor(JTable.java:2949)
         at javax.swing.JTable.tableChanged(JTable.java:2993)
         at javax.swing.JTable.setModel(JTable.java:2827)
         at oracle.toplink.workbench.ui.tools.CheckList.initialize(CheckList.java:47)
         at oracle.toplink.workbench.ui.tools.CheckList.<init>(CheckList.java:26)
    It seems that the mapping workbench doesnt work with Java 5. What should I do?

    Ah, I see. I saw another post here stating that must use 10.1.3.

  • How do I save my video project as a data file?

    I am preparing a video project on a deadline and they have requested I send it to them in a data file format. I don't see where I can save it that way. Help!

    mickeyb
    If you transfer the computer hard drive saved project file to a USB flash drive or to burned to disc as data disc with 3rd party software, the project file will be of little use without its source media and Premiere Elements version that supports it. If your associates are asking for a project file, then consider archiving the project, using Premiere Elements Editor with File Menu/Project Archiver and the Copy Project option. That will save copy of project file plus copies of source media in a Copied Folder to the computer hard drive. This Folder can then be transferred to a USB Flash Drive. The recipient still needs Premiere Elements to open the copy of the project file from the Copied Folder on the USB Flash Drive inserted into the recipient's computer. If a Movie Menu is included with the project, then the following needs to be considered
    ATR Premiere Elements Troubleshooting: PE12: Archiving Projects With Disc Menus
    Is the request for project as data file related to your associates wanting
    a. to edit the project
    or
    b. see what the project looks like in its most current version?
    If "b", you might want to think about exporting the Timeline to a AVCHD.mp4 files and saving it as .mp4 data to the computer hard drive or USB Flash Drive. Premiere Elements does not support menus for Timeline content saved to file.
    Please review and consider and then we can discuss this further.
    Thank you.
    ATR

  • Some Drum notes not displaying in Score editor

    I have a problem with a project in getting a correct display of the drum notes in the Score editor despite the playback being OK. I have a mapped drum instrument set up with an identcal structure to that on another project which is working properly. This includes the staff type, the establishment of the drum groups, the relative note positions etc. The difference I have found when comparing the event editor contents between the project which does dispaly correctly and the one the doesn't is that on the one that does, each note is the event list shows the drum type e.g. ride cym, snare, kick etc. whereas as in the project with the display problems, the event display for each note simply shows the word 'Note' even for the parts of the track which do display correctly.
    Can anyone advise where the problem could be. I've spent the best part of the day trying to sort this out and now am at a loss as to what to try next !
    thanks for any advice.
    Swingtones

    Hi
    Do you have the track correctly assigned to the Mapped Instrument Environment object?
    One way is to drag the Mapped Instrument from the Environment window onto the Track Header
    CCT

  • Why is the audio asynchronous to the video after I've exported my project in iMovie?

    Hello,
    I've started a project in iMovie which lasts 25 minutes and 59 seconds. Everything is allright but when I've exported the whole project for example to iDVD, the audio gets asynchronous to the video.
    The videos are mostly recorded with a Flip Ultra HD.
    I use a Macbook PRO 13".

    Hi, I'm having the same issue.  There are a number of threads on this topic, but a lot of them were around the 9.0.1 release of iMovie 11.  One suggestion that seemed to help several folks is to detach the audio from the video clip so that iMovie encodes them separately on export.  I understand you can do this in the event/clip editor, not in the project editor, but haven't had a chance to try it myself, planning to try it tonight.
    For reference, I'm running a early-2011-model i5 MBP with Lion and the latest iMovie from Mac App Store.  My video has a combination of .m4v, and .mov(AIC) source files and is about an hour long.  The video and audio during the longest segment get out of sync in the export, although it seems to self-correct every once in a while, as if the software realizes it's out of sync and resets.  Everything plays great in iMovie itself, of course.

  • Unable to empty the Trash in iPhoto.

    I'm unable to empty the Trash in iPhoto.  I have uploaded all my photos to iPhotos and then deleted any duplicates.  Consequently I have 33,000 photos in the trash but every time I select 'Empty Trash', the iPhoto app crashes.  Any Ideas?

    iPhoto has a big problem, if the Trash is too full. Put only small numbers of photos in the trash, to delete at once.
    To solve this, put the images back into an event, and trash them again, in smaller installments, no more than 1000 images at a time.
    The question is, how to remove them from the trash, without having to track them down again - if you use the "Put Back" command, all photos will be restored to their projects. I'd suggest you create a new project "MyTrash" and add a new image to it, so that this project will appear as the current "Recent Project". Drag your images from the Trash to this recent project; leave only 1000 or less images in the trash; then try to empty trash. If this succeeds, continue to trash images from the "My Trash" project, until all are gone. You might wish to empty the system Trash in between.
    Regards
    Léonie

Maybe you are looking for

  • How to Use Picture Box

    i need the code for picture box

  • An ActionScript error has occured - Flash Player

    Hello, I keep getting this kind of errors whenever I visit a website that has adobe flash on it and it is very very annoying guys, please do something about it. It doesn't happen on all websites but but quite frequently I'm using the latest Firefox b

  • Can't install 4.4 upgrade - just hangs with the loading bar 3/4 of the way

    When I try to install the 4.4 Lightroom upgrade it does not complete the installation it just stops three quarters of the way through with the green installation bar displayed. I am running Windows 7 64 bit

  • ORA 4030, 6512

    Hi All, 11.2.0.1 Aix 6.1 Our apps is hitting error lately with : SQL> exec loadvgo_web_dli(0); BEGIN loadvgo_web_dli(0); END;  * ERROR at line 1: ORA-04030: out of process memory when trying to allocate 8176 bytes (kxs-heap-w,qesaQBInit:buffer) ORA-0

  • Hardware problem? Any help at all?

    Airport Express, 3 years old. First problem. I have only a very pale green, flickering (not flashing) light, will not flash, no amber, no connection. It has worked fine for years. Reset does nothing at all. Any ideas?