Creating a new project with media manager

This one should be obvious but I can't quite figure it out: I used media manager to recompress my project into a smaller one. Media manager did a nice job with that and placed all the files into a new folder BUT - where is the actual project file?? If I use the actual fcp project file from the original- the settings are all different and it told me that some media files are missing or too short. Doesn't media manager create a new project file that works with the new recompressed files that it just created??

BUT - where is the actual project file??
When you have decided on the settings in Media Manager and then tell it to do the job, the first thing you see is a dialog asking where to save the project file. Use Spotlight to search for it.
If that doesn't turn anything up, start MM again, it might have remembered the last Save location.

Similar Messages

  • Trying to consolidate project with Media Manager but it's not working

    I have a 3 minute final video that I want to consolidate with media manager. I would like to have it copy the portion of the clips I used plus 1 second handles. I have checked every appropriate box but it still will not create smaller clips. For example I have a 5 GB movie clip that I used about 4 seconds of in my final edit. Final Cut is still copying over the whole file into the new folder instead of just extracting the portion I used plus the handle. I have deselected the box referring to include master clips outside of selection.
    I have gotten this to work before, is this a known issue? Am I doing something wrong?
    Thanks.

    Robert,
    Media Manager has a few quarks (you've no doubt noticed!). The two biggest that I've noticed are:
    CUTS MADE IN TIMELINE OF SEQUENCE
    Once a larger clip is loaded into a sequence, and cuts are made to it within the sequence Media Manager loses track of the the missing middle parts. For instance if you load an hour long clip into a sequence. Make a cut at 5 minutes and a cut at 55 minutes, then delete the middle 50 minutes and slide the two cuts together; Media Manager should represent that only 10 minutes would be retained when "deleted unused media is selected." Instead, it will think the entire cut is still being used.
    *To solve this: "Select All" cuts in the sequence, then right click and select "Make Clip Independent"*
    CUTS WITH SPEED CHANGES
    The other issue with Media Manager, cuts that have speed changes (anything other 100%) may not reconnect correctly in the new consolidated sequence. This has been a long time problem and has gotten much better in version 6. However, it still has some weirdness...
    *To solve this: "Make sure you add some amount of handle. I use 1 sec and it seems to work on larger complex projects."*
    Hope that helps. Good luck.
    Dan

  • Creating a new project with custom fields using web services

    I've been trying unsuccessfully for the last week or so to successfully create a new project from web services and I believe the main problem that I've been running into is that one of the required fields is a custom field. I've tried creating the Project
    in a couple of different ways and haven't had any success up to this point, so any help would be appreciated. I've tried creating it with both a REST call to /_api/ProjectServer/Projects and a SOAP call to /_vti_bin/PSI/Project.asmx. Below are the best shots
    I've made at the two different calls with the errors I received. If anyone has any leads on the best way to do this the help would be appreciated!
    REST POST /_api/ProjectServer/Projects
    'odata.type' : 'PS.PublishedProject',
    'Name' : 'OData Name',
    'Custom_9d77d62aa92e4d40adc8446c90eb7456' : "O&M"
    Response
    error: {
    code: "11713, Microsoft.ProjectServer.PJClientCallableException"
    message: {
    lang: "en-US"
    value: "PJClientCallableException: CustomFieldRequiredValueNotProvided CustomFieldRequiredValueNotProvided mdpropuid = 9d77d62a-a92e-4d40-adc8-446c90eb7456"
    SOAP POST /_vti_bin/PSI/Project.asmx
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:proj="http://schemas.microsoft.com/office/project/server/webservices/Project/" xmlns:projds="http://schemas.microsoft.com/office/project/server/webservices/ProjectDataSet/">
    <soapenv:Header />
    <soapenv:Body>
    <proj:QueueCreateProject>
    <proj:dataset>
    <ProjectDataSet xmlns="http://schemas.microsoft.com/office/project/server/webservices/ProjectDataSet/">
    <Project>
    <PROJ_UID>e1c2d38b-1529-4128-b707-42a94045e55b</PROJ_UID>
    <PROJ_NAME>Proj Dept Test 2</PROJ_NAME>
    <PROJ_TYPE>0</PROJ_TYPE>
    </Project>
    <ProjectCustomFields>
    <CUSTOM_FIELD_UID>4802a711-62a0-4f84-8e08-c7d22daadb5b</CUSTOM_FIELD_UID>
    <PROJ_UID>e1c2d38b-1529-4128-b707-42a94045e55b</PROJ_UID>
    <MD_PROP_UID>9d77d62a-a92e-4d40-adc8-446c90eb7456</MD_PROP_UID>
    <FIELD_TYPE_ENUM>21</FIELD_TYPE_ENUM>
    <CODE_VALUE>a47930d6-b89d-4f3a-b4e3-522015fe82a1</CODE_VALUE>
    </ProjectCustomFields>
    </ProjectDataSet>
    </proj:dataset>
    <proj:validateOnly>true</proj:validateOnly>
    </proj:QueueCreateProject>
    </soapenv:Body>
    </soapenv:Envelope>
    Response
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
    <s:Fault>
    <faultcode>s:Server</faultcode>
    <faultstring xml:lang="en-US">ProjectServerError(s) LastError=GeneralUnhandledException Instructions: Pass this into PSClientError constructor to access all error information</faultstring>
    <detail>
    <errinfo>
    <general>
    <class name="General Unhandled Exception in _Project.QueueCreateProject_">
    <error id="42" name="GeneralUnhandledException" uid="184feeaf-906a-e411-9b2a-00155d388b02" Exception="System.Data.StrongTypingException: The value for column 'PROJ_TYPE' in table 'Project' is DBNull. ---> System.InvalidCastException: Specified cast is not valid.
    at Microsoft.Office.Project.Server.Schema.ProjectDataSet.ProjectRow.get_PROJ_TYPE()
    --- End of inner exception stack trace ---
    at Microsoft.Office.Project.Server.Schema.ProjectDataSet.ProjectRow.get_PROJ_TYPE()
    at Microsoft.Office.Project.Server.BusinessLayer.Project.FixupProjectType(ProjectDataSet projDS)
    at Microsoft.Office.Project.Server.BusinessLayer.Project.QueueCreateProject(Guid jobUid, ProjectDataSet dataset, Boolean validateOnly)
    at Microsoft.Office.Project.Server.Wcf.Implementation.ProjectImpl.&lt;>c__DisplayClasse.&lt;QueueCreateProject>b__d()
    at Microsoft.Office.Project.Server.Wcf.Implementation.WcfMethodInvocation.InvokeBusinessObjectMethod(String businessObjectName, String methodName, IEnumerable`1 actions)"/>
    </class>
    </general>
    </errinfo>
    </detail>
    </s:Fault>
    </s:Body>
    </s:Envelope>

    Julie,
    You can create the fields that are project specifc & you can create fields that apply to all projects but have specific options for projects. Your goal is to create fields that are specific to each project, but right now you get all fields from you old project - is this correct?
    From your description below it appears that the fields in your original project are marked as applied to all projects & hence when you create a new project they are inherited. If you mark those fields as applied to certain project & then create a new project those fields will not be inherited.
    But you are right in the sense that it is limiting that there is no multi-select for "applies to" field.

  • Not able to create a new project (i.e Manage - Project ) in 10g

    Hi Team
    I am trying to create a new project to implement Multi User Development Environment (MUDE) , but facing the below problems while doing so : -
    a:> While Opening repository in Online Mode :-
    I am not able to open open Manage --> Projects ( as Projects is disabled for me i. grayed out )
    b:> While opening in Offline Mode :-
    I am able to navigate to Manage --> Projects , but when the Project Windows opens and I am doing Actions --->New Project not able to do so ( as New Project is disable i.e grayed out ) .
    Please guide.
    Thanks
    Rohit

    Hi Friends
    Actually there was a mistake on my part ... i.e I had opened the repositorty in offline while BI server was still running !
    how silly . ..:)
    I am now getting the options .
    Regards
    Rhit

  • Cannot create a new project with iMovie. Operation could not be completed. No solution to the problem is available.

    Every time I go to create a new project in the latest version of iMovie for mac OS X yosemite, I get the following information. "The operation could not be completed. No further information is available about the problem.
    I have tried restarting the computer, that didn't work. I also tried also, to reinstall the app. That didn't work. I even tried updating all the software, and that still didn't work. I am very frustrated and feel the mac was not a good gift, if a major essential app will refuse to work. Nothing I do, seems to work.   

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Click the Clear Display icon in the toolbar. Then take the action that isn't working the way you expect. Select any lines that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name or email address, may appear in the log. Anonymize before posting.
    When you post the log extract, you might see an error message on the web page: "You have included content in your post that is not permitted," or "The message contains invalid characters." That's a bug in the forum software. Please post the text on Pastebin, then post a link here to the page you created.

  • Premiere Pro CC doesn't create a new sequence with a new project

    I feel sure I must be missing something, but when I create a new project in Premiere Pro CC, it doesn't automatically create a new sequence.
    In CS6, creating a new project would cause it to pop up a list of sequence presets and then create a new, blank sequence for you.
    In CC, once you've created a project, you're left looking at an empty timeline.  You then have to go up to File, New, Sequence, and do it there.
    Seems like a strange extra step to include, no?
    Is there a setting I haven't found then makes CC create new projects with a sequence as CS6 does?

    Yes, as Jim mentions, there are other ways to create a sequence.  For example, just import your footage, and then with one clip selected, choose File > New > Sequence from Clip.  Or in the Project panel, drag a clip to the New Item icon.  Many find it easier to create the sequence that way, rather than reading through all the settings in the New Sequence dialog and trying to figure out which attributes fit the media they are working with.

  • RoboHelp 7 crashes when creating new project with files from VSS

    RoboHelp crashes when I create a new project and choose to get existing files from Visual Source Safe to load into the project.  Does anyone have a solution to this problem or a suggestion as to why this may be happening?  I'm attaching the errors associated with the crashing.
    Also, we have a very large Help system (985 topics) which compiles into a 46 MB chm file.  Is there a maximum suggested topic size (per topic) and a maximum suggested number of topics per project?  Could this be part of the reason RoboHelp is crashing?  We've always had a large Help system since we started using RoboHelp several years ago but the crashing is a more recent problem.
    Thanks,
    Carissa

    I had the same issue then I found out all you have to do is to set the default view to List before opening any previous or new project and it worked, credit goes to this user below who found the solution.
    ahmedMac25
    I was able to resolve by workaround:
    1. Closed all open applications
    2. relaunch Finder
    3. run  sudo find / -name ".DS_Store"  -exec rm {} \;
    4. this removes all  .DS_Store old files on the computer
    5. launch finder and set default view to "LIST VIEW" as shown here:http://macs.about.com/od/usingyourmac/ss/Setting-Finder-Views-For-Folders-And-Su b-Folders_2.htm
    5. rerun the offending application and file chooser works

  • Question about making a project backup with Media Manager

    I have several projects that I am working on right now. I'd like to make a backup of these projects and burn them to DVDs. The question I have is when I select "copy" with Media Manager it shows me how much space the backup will be. Without selecting the render files each of my projects would fit a a single DVD. If I don't include render files can they easily be recreated by just re-rendering the backup project?
    Thanks!

    Backing up a project file takes very little space. Backing up the media associated with that project can take up a tremendous amount of space. By using Media Manager, I assume that you want to back up (copy) the media ... correct?
    Do you only have 4.3gb of media used in the project you want to back up? That's all the data a DVD disc will hold.
    -DH

  • When I go to create a new project in imovie using the iPhone 5, I am not able to see any of my video clips or photos that are saved on the device.

    When I go to create a new project in imovie using the iPhone 5, I am not able to see any of my video clips or photos that are saved on the device.

    When you move or copy the compound clips with their events into an external drive all the events should be there. Not clear on why you want to move them into a single event. You can drag and drop from one event to another.
    Why are you using compound clips? You can simply copy the project from each machine with used media onto the external drive and that should do it.

  • Move album from one library to another without creating a new project

    I accidentally added photos to a new album in the wrong library. I want to move this album with masters and versions to the right library. I exported the album as a project. Then I import the project into the library where I want the album to appear. Importing using either merge or add creates a new project which contains the album. Is there a way to put the album into an already existing project without creating a new one? Using Aperture 3.1.1.

    As Frank said, masters and versions all move together. They can't be separated because a version can't exist without a Master file. In fact, when working in RAW everything you see in Aperture is a version since RAW files need to be rendered for onscreen viewing. The masters are on your hard drive somewhere (managed or referenced) and what you see when you import a RAW file is simply an unedited version 1.
    This is one of the most important concepts to grasp: you're never actually working with the masters. Aperture is just a big database pointing to files and applying instructions (adjustments) to those files in realtime on your screen.
    Just remember that a picture and any of its versions can appear in many albums, in many different places. But as I said earlier, it can only appear in one project. Move a picture from a project and everything follows. Versions are just different renditions of the same master file.
    Not sure I'm clear - hopefully I'm helping a bit!

  • FCPX won't let me create a new project

    On Final Cut Pro X, it won't let me create a new project. It says that an error occurs while saving. What do I do

    Ha! You said so the first time. A'ight. Now... a series of questions to help folks in this discussion forum help YOU:
    What are the full specs of your computer? (Your profile doesn't have those details.) Particulary...  FCPX version, Mac type, RAM, CPU, GPU and number, types and size of HD's. (A memory problem might reveal itself if you're particularly low on RAM or you don't have enough headroom on your hard drives.)
    More importantly, how are your media managed across the drives? Are your projects / events on a SEPARATE drive than your OS and the FCPX app? (This is advised to reduce strain on your CPU.)
    What does the "Activity Monitor" show when you launch FCPX? (high RAM usage, etc.)
    Are you trying to create a new project WITHIN the FCPX interface? (Either by: File > New Project or... mouse-clicking the "+" at the extreme lower left of the FCPX app window.)
    You may have to "repair permissions" on your drives. (Easy thing to do.) Also, if you're using an external drive, is it Mac OS-journaled?
    To be honest, this error has me stumped. But, if you provide this info, someone in this discussion group might be able to steer you through these waters. Just type out a quick laundry list and someone should be by to help.

  • FCP 7 sequence not transfering to external hard drive with media manager

    Ok so heres the problem. I started making a bunch of webisodes and after I got through editing and finishing the first two on my computer, I realized while I was working on the third one I would need to transfer my workflow to an external hard drive.
    My goal was to transfer all the projects individualy with media manager to a 1.5tb external hard drive I just purchased and then delete all the projects and associated files off my computer. Then set the new scratch bin to the hard drive and continue working on the third episode from the hard drive.
    However, thank god when I used media manager I said "copy" the files. I opened the project I had copied in the hard drive to see if it was all there and there was no sequence with all my editing! I'm not sure why it didn't import the sequence. All the clips are still I the project tab.
    Can anybody help?      Am I doing this right?
    Thanks!

    The information for the Sequence is contained in the .fcp project file that should be in the same folder as your Media Managed clips. Double click it to open the new version.

  • How do I create a NetBeans project with multiple JavaFX (FXML) dialogs?

    I'm very new to Java and JavaFX, so forgive what is probably a question asked a thousand times, but I can't seem to find the answer.
    I come from a Visual Studio (C# with WPF) background. I'm used to creating a Solution then adding a Project for each dialog/window that gets included in the Solution. Each dialog/window is a class derived from Window, and I simply create an instance of that class when I need to use the dialog.
    What I need to do is have a main window (stage) that contains two lists of participants (a red team and a blue team).
    Then I need a separate dialog for entering the information for the participant. So when a button on the main stage is pressed ("Add Red Participant"), I want to open the ParticipantDialog. When the "OK" or "Close" button on the Participant dialog is clicked, I want the dialog to be able to return a participant object to the main stage.
    Then the main stage adds that participant to the appropriate list.
    What I've gathered so far is that I will be creating an FXML file for the Participant dialog (and I assume an associated controller). Then when the "Add" button is pressed, I will call an FXMLLoader to load that FXML dialog. Something like this:
    FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource("ParticipantDialog.fxml"));
    Scene scene = (Scene)fxmlLoader.load();
    final Stage participantDialog = new Stage();
    participantDialog.setScene(scene);
    First question is: is that correct so far? Am I at least on the right track?
    Next question is: how or where do I create the FXML and controller files for the participant dialog using NetBeans? Should I create a separate project to make the participant dialog and then copy those files over, or is there a way to make the files within the parent project? And if I make the participant dialog in a separate project, what's the easiest way to access it from my main stage?
    I feel like I'm missing something simple here because this seems a lot harder than it should be.
    Thanks in advance for any advice.

    >  is that correct so far?
    Yes the sample code you have is fine to launch a new dialog when your Add button is pressed .
    > I create the FXML and controller files for the participant dialog using NetBeans?
    You can edit FXML text in NetBeans, but I think that is kind of tedious.
    You might want to create the FXML using SceneBuilder.
    You can use SceneBuilder in NetBeans.
    You may want to get it working without FXML first.
    For example, use the JavaFX scene graph API, then convert your program to use FXML once you are more comfortable with the JavaFX system.
    The piecemeal approach cuts down on the amount of learning you need to do at one time.
    > Should I create a separate project to make the participant dialog and then copy those files over.
    No.
    Just use a single NetBeans project.
    You will have separate FXML files for your main stage and your participant dialog, but they will both be placed in the same NetBeans project.
    > is there a way to make the files within the parent project?
    In NetBeans 7.3.1, do the following:
      File | New Project | JavaFX | JavaFX FXML Application
    This will create a sample project with a sample fxml file.
    Modify the sample project files to get what you want, changing the sample fxml to your main stage fxml and adding a new participant fxml to the same directory.

  • Problems creating a new project

    I just installed Creator 2.1 on a Fedora Core 4 workstation. It installed with no problems, but when I go to create a new project the wizard hangs after pressing finish. The only thing that is created is WebApplication1/nbproject/project.xml. The following is what was placed in the log.
    Log Session: Thursday, May 4, 2006 2:58:18 PM UTC
    System Info: Product Version = Java Studio Creator 2 Update 1 (Build 060417)
    Operating System = Linux version 2.6.16-1.2096_FC4 running on i386
    Java; VM; Vendor = 1.5.0_06; Java HotSpot(TM) Client VM 1.5.0_06-b05; Sun Microsystems Inc.
    Java Home = /opt/sun/Creator2_1/java/jre
    System Locale; Encod. = en_US (rave); UTF-8
    Home Dir; Current Dir = /home/raykl; /home/raykl
    IDE Install; User Dir = /opt/sun/Creator2_1/platform5; /home/raykl/.Creator/2_1
    CLASSPATH = /opt/sun/Creator2_1/platform5/lib/boot.jar:/opt/sun/Creator2_1/platform5/lib/locale/boot_es.jar:/opt/sun/Creator2_1/platform5/lib/locale/boot_fr.jar:/opt/sun/Creator2_1/platform5/lib/locale/boot_ja.jar:/opt/sun/Creator2_1/platform5/lib/locale/boot_ko.jar:/opt/sun/Creator2_1/platform5/lib/locale/boot_zh_CN.jar:/opt/sun/Creator2_1/java/lib/dt.jar:/opt/sun/Creator2_1/java/lib/tools.jar
    Boot & ext classpath = /opt/sun/Creator2_1/patches/6311051.jar:/opt/sun/Creator2_1/java/jre/lib/rt.jar:/opt/sun/Creator2_1/java/jre/lib/i18n.jar:/opt/sun/Creator2_1/java/jre/lib/sunrsasign.jar:/opt/sun/Creator2_1/java/jre/lib/jsse.jar:/opt/sun/Creator2_1/java/jre/lib/jce.jar:/opt/sun/Creator2_1/java/jre/lib/charsets.jar:/opt/sun/Creator2_1/java/jre/classes:/opt/sun/Creator2_1/java/jre/lib/ext/localedata.jar:/opt/sun/Creator2_1/java/jre/lib/ext/sunjce_provider.jar:/opt/sun/Creator2_1/java/jre/lib/ext/dnsns.jar:/opt/sun/Creator2_1/java/jre/lib/ext/sunpkcs11.jar
    Dynamic classpath = /opt/sun/Creator2_1/platform5/core/core.jar:/opt/sun/Creator2_1/platform5/core/openide.jar:/opt/sun/Creator2_1/platform5/core/org-netbeans-swing-plaf.jar:/opt/sun/Creator2_1/platform5/core/openide-loaders.jar:/opt/sun/Creator2_1/platform5/core/updater.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_rave.jar:/opt/sun/Creator2_1/platform5/core/locale/org-netbeans-swing-plaf_es.jar:/opt/sun/Creator2_1/platform5/core/locale/openide-loaders_es.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_zh_CN.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_es.jar:/opt/sun/Creator2_1/platform5/core/locale/core_fr.jar:/opt/sun/Creator2_1/platform5/core/locale/org-netbeans-swing-plaf_zh_CN.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_ko.jar:/opt/sun/Creator2_1/platform5/core/locale/openide_fr.jar:/opt/sun/Creator2_1/platform5/core/locale/org-netbeans-swing-plaf_ja.jar:/opt/sun/Creator2_1/platform5/core/locale/core_zh_CN.jar:/opt/sun/Creator2_1/platform5/core/locale/org-netbeans-swing-plaf_fr.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_rave_ko.jar:/opt/sun/Creator2_1/platform5/core/locale/core_es.jar:/opt/sun/Creator2_1/platform5/core/locale/openide_ja.jar:/opt/sun/Creator2_1/platform5/core/locale/openide_ko.jar:/opt/sun/Creator2_1/platform5/core/locale/openide-loaders_zh_CN.jar:/opt/sun/Creator2_1/platform5/core/locale/org-netbeans-swing-plaf_ko.jar:/opt/sun/Creator2_1/platform5/core/locale/openide-loaders_ja.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_rave_fr.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_rave_es.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_rave_ja.jar:/opt/sun/Creator2_1/platform5/core/locale/openide_es.jar:/opt/sun/Creator2_1/platform5/core/locale/openide_zh_CN.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_ja.jar:/opt/sun/Creator2_1/platform5/core/locale/core_ko.jar:/opt/sun/Creator2_1/platform5/core/locale/openide-loaders_fr.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_fr.jar:/opt/sun/Creator2_1/platform5/core/locale/openide-loaders_ko.jar:/opt/sun/Creator2_1/platform5/core/locale/core_ja.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_rave_zh_CN.jar:/opt/sun/Creator2_1/rave2.0/core/smresource.jar:/opt/sun/Creator2_1/rave2.0/core/rowset.jar:/opt/sun/Creator2_1/rave2.0/core/smdb2.jar:/opt/sun/Creator2_1/rave2.0/core/derbyclient.jar:/opt/sun/Creator2_1/rave2.0/core/naming.jar:/opt/sun/Creator2_1/rave2.0/core/smoracle.jar:/opt/sun/Creator2_1/rave2.0/core/com-sun-rave-extension-ide-launcher-upgrade.jar:/opt/sun/Creator2_1/rave2.0/core/smspy.jar:/opt/sun/Creator2_1/rave2.0/core/sqlx.jar:/opt/sun/Creator2_1/rave2.0/core/jgraph.jar:/opt/sun/Creator2_1/rave2.0/core/sminformix.jar:/opt/sun/Creator2_1/rave2.0/core/smbase.jar:/opt/sun/Creator2_1/rave2.0/core/smsybase.jar:/opt/sun/Creator2_1/rave2.0/core/smsqlserver.jar:/opt/sun/Creator2_1/rave2.0/core/sql.jar:/opt/sun/Creator2_1/rave2.0/core/smutil.jar:/opt/sun/Creator2_1/rave2.0/core/locale/naming_zh_CN.jar:/opt/sun/Creator2_1/rave2.0/core/locale/naming_es.jar:/opt/sun/Creator2_1/rave2.0/core/locale/com-sun-rave-extension-ide-launcher-upgrade_fr.jar:/opt/sun/Creator2_1/rave2.0/core/locale/openide_rave_fr.jar:/opt/sun/Creator2_1/rave2.0/core/locale/core_rave_es.jar:/opt/sun/Creator2_1/rave2.0/core/locale/core_rave.jar:/opt/sun/Creator2_1/rave2.0/core/locale/openide_rave_es.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sqlx_zh_CN.jar:/opt/sun/Creator2_1/rave2.0/core/locale/core_rave_zh_CN.jar:/opt/sun/Creator2_1/rave2.0/core/locale/openide_rave_zh_CN.jar:/opt/sun/Creator2_1/rave2.0/core/locale/com-sun-rave-extension-ide-launcher-upgrade_ja.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sql_fr.jar:/opt/sun/Creator2_1/rave2.0/core/locale/naming_ja.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sqlx_ja.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sqlx_fr.jar:/opt/sun/Creator2_1/rave2.0/core/locale/core_rave_fr.jar:/opt/sun/Creator2_1/rave2.0/core/locale/openide_rave.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sqlx_ko.jar:/opt/sun/Creator2_1/rave2.0/core/locale/openide_rave_ko.jar:/opt/sun/Creator2_1/rave2.0/core/locale/naming_ko.jar:/opt/sun/Creator2_1/rave2.0/core/locale/openide-loaders_rave.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sqlx_es.jar:/opt/sun/Creator2_1/rave2.0/core/locale/openide_rave_ja.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sql_ko.jar:/opt/sun/Creator2_1/rave2.0/core/locale/com-sun-rave-extension-ide-launcher-upgrade_ko.jar:/opt/sun/Creator2_1/rave2.0/core/locale/com-sun-rave-extension-ide-launcher-upgrade_zh_CN.jar:/opt/sun/Creator2_1/rave2.0/core/locale/naming_fr.jar:/opt/sun/Creator2_1/rave2.0/core/locale/core_rave_ja.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sql_zh_CN.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sql_es.jar:/opt/sun/Creator2_1/rave2.0/core/locale/com-sun-rave-extension-ide-launcher-upgrade_es.jar:/opt/sun/Creator2_1/rave2.0/core/locale/core_rave_ko.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sql_ja.jar:/opt/sun/Creator2_1/nb4.1/core/org-netbeans-upgrader.jar:/opt/sun/Creator2_1/nb4.1/core/locale/org-netbeans-upgrader_ko.jar:/opt/sun/Creator2_1/nb4.1/core/locale/org-netbeans-upgrader_ja.jar:/opt/sun/Creator2_1/nb4.1/core/locale/org-netbeans-upgrader_es.jar:/opt/sun/Creator2_1/nb4.1/core/locale/org-netbeans-upgrader_zh_CN.jar:/opt/sun/Creator2_1/nb4.1/core/locale/org-netbeans-upgrader_fr.jar:/opt/sun/Creator2_1/ide5/core/org-netbeans-modules-utilities-cli.jar
    [org.netbeans.core.modules #4] Warning: module com.sun.rave.libs.jsf does not declare OpenIDE-Module-Public-Packages in its manifest, so all packages are considered public by default: http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/upgrade.html#3.4-public-packages
    Error getting db Port from file: /opt/sun/Creator2_1/rave2.0/config/com-sun-rave-install.properties (Permission denied)
    java.io.FileNotFoundException: /opt/sun/Creator2_1/rave2.0/config/com-sun-rave-install.properties (Permission denied)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at com.sun.rave.dataconnectivity.utils.DbPortUtilities.getPropFromFile(DbPortUtilities.java:43)
    at com.sun.rave.dataconnectivity.DataconnectivityModuleInstaller.setBundledDBPort(DataconnectivityModuleInstaller.java:194)
    at com.sun.rave.dataconnectivity.DataconnectivityModuleInstaller.restored(DataconnectivityModuleInstaller.java:61)
    at org.netbeans.core.modules.NbInstaller.loadCode(NbInstaller.java:322)
    at org.netbeans.core.modules.NbInstaller.load(NbInstaller.java:240)
    at org.netbeans.core.modules.ModuleManager.enable(ModuleManager.java:869)
    at org.netbeans.core.modules.ModuleList.installNew(ModuleList.java:382)
    at org.netbeans.core.modules.ModuleList.trigger(ModuleList.java:316)
    at org.netbeans.core.modules.ModuleSystem.restore(ModuleSystem.java:253)
    at org.netbeans.core.NonGui.run(NonGui.java:355)
    at org.netbeans.core.Main.run(Main.java:185)
    at org.netbeans.core.NbTopManager.getNbTopManager(NbTopManager.java:241)
    at org.netbeans.core.NbTopManager.get(NbTopManager.java:190)
    at org.netbeans.core.Main.start(Main.java:311)
    at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
    at java.lang.Thread.run(Thread.java:595)
    You are trying to access file: jndi.properties from the default package.
    Please see http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/classpath.html#default_package
    Turning on modules:
    org.openide/1 [5.9.1.1 060417]
    org.netbeans.modules.queries/1 [1.4.1 060417]
    org.netbeans.modules.projectapi/1 [1.3.1 060417]
    org.openide.loaders [5.2.1.1 060417]
    org.netbeans.spi.viewmodel/2 [1.4.1 060417]
    org.netbeans.api.debugger/1 [1.3.1 060417]
    org.netbeans.api.debugger.jpda/1 [1.3.1 060417]
    org.netbeans.modules.j2eeapis/1 [1.3.1 060417]
    org.netbeans.bootstrap/1 [1.0.1 060417]
    org.netbeans.swing.plaf [1.2.1 060417]
    org.netbeans.core/1 [1.27.1 060417]
    org.netbeans.modules.settings/1 [1.7.1 060417]
    org.netbeans.api.xml/1 [1.8 3.999.4 060417]
    org.netbeans.modules.schema2beans/1 [1.11.1 060417]
    org.openide.io [1.6.1 060417]
    org.openide.execution [1.5.1 060417]
    org.netbeans.api.java/1 [1.7.1 060417]
    org.netbeans.modules.project.libraries/1 [1.10.1 060417]
    org.openide.src [1.5.1 060417]
    org.netbeans.libs.j2eeeditor/1 [1.4.1 060417]
    org.netbeans.modules.j2eeserver/3 [1.6.1 060417]
    org.netbeans.libs.xerces/1 [1.5.1 2.6.2]
    org.netbeans.modules.j2ee.dd/1 [1.3.1 1.0 060417]
    com.sun.rave.portlet.container/1 [1.0 1.0]
    com.sun.rave.portlet.container.pluto/1 [1.0 1.0]
    javax.jmi.reflect/1 [1.4.1 060417]
    org.netbeans.jmi.javamodel/1 [1.13.1 060417]
    javax.jmi.model/1 [1.4.1 060417]
    org.netbeans.api.mdr/1 [1.1.1 060417]
    org.netbeans.modules.jmiutils/1 [1.1.1 release41 060417]
    org.netbeans.modules.mdr/1 [1.1.1 release41 060417]
    org.netbeans.core.output2/1 [1.3.1 060417]
    org.netbeans.core.execution/1 [1.6.1 060417]
    org.apache.tools.ant.module/3 [3.17.1 060417]
    org.openidex.util/3 [3.6.1 060417]
    org.netbeans.modules.java.platform/1 [1.3.1 060417]
    org.netbeans.swing.tabcontrol [1.3.1 060417]
    org.netbeans.core.windows/2 [2.4.1 060417]
    org.netbeans.core.ui/1 [1.6.1 060417]
    org.netbeans.modules.xml.core/2 [1.7 3.999.4 060417]
    org.netbeans.modules.xml.catalog/2 [1.6 3.999.4 060417]
    org.netbeans.modules.masterfs/1 [1.4.1.1 060417]
    org.netbeans.modules.projectuiapi/1 [1.5.4.0.0 4.0.0 060417]
    org.netbeans.modules.projectui [1.3.4.0.0.1 060417]
    org.netbeans.modules.project.ant/1 [1.6.1 060417]
    org.netbeans.modules.classfile/1 [1.14.1 060417]
    org.netbeans.modules.javacore/1 [1.5.1 060417]
    org.netbeans.modules.java/1 [1.20.1.1 1.0.0 060417]
    org.netbeans.modules.java.project/1 [1.3.1 060417]
    org.netbeans.modules.javahelp/1 [2.5.1 060417]
    org.netbeans.modules.refactoring/1 [1.1.1 1.0 060417]
    org.netbeans.modules.servletapi24/1 [2.3.1 2.3.1 060417]
    org.netbeans.modules.autoupdate/1 [2.12.1.2 060417]
    com.sun.rave.extension.autoupdate/1 [1.2.1.1.0 060417]
    com.sun.rave.api.portlet.dd/1 [1.0 1.0]
    com.sun.rave.api.jsf.project/1 [1.2 060417]
    org.netbeans.libs.commons_logging/1 [1.0.1 1.0.4 060417]
    com.sun.rave.designer.markup/1 [1.0 060417]
    com.sun.rave.extension.openide/1 [1.0 060417]
    com.sun.rave.designtime/1 [1.0.0 060417]
    com.sun.rave.jsfsupport/1 [1.0.5 060417]
    org.netbeans.modules.editor.util/1 [1.4.1 060417]
    org.netbeans.modules.editor.fold/1 [1.2.1 060417]
    org.netbeans.modules.editor.lib/1 [1.3.1 0.1 060417]
    com.sun.rave.api.insync/1 [1.0 060417]
    org.netbeans.core.multiview/1 [1.5.1 060417]
    com.sun.rave.api.designer/1 [1.0 060417]
    org.apache.batik/1 [1.5 1.5]
    org.netbeans.modules.editor.plain.lib/1 [1.0.1 060417]
    org.netbeans.modules.editor/3 [1.19.1 060417]
    org.netbeans.modules.html.editor.lib/1 [1.0.1 060417]
    com.sun.rave.css/1 [1.0 060417]
    com.sun.rave.insync/1 [1.0.7 060417]
    com.sun.rave.dataprovider.runtime/1 [1.0 060417]
    com.sun.rave.jsfmetadata/1 [1.0.5 060417]
    com.sun.rave.toolbox/1 [1.0.5 060417]
    org.netbeans.modules.ant.freeform [1.5.1 060417]
    com.sun.rave.branding.projects.projectui/1 [1.0 060417]
    org.netbeans.tasklistapi/1 [1.16.6 6 060417]
    org.netbeans.modules.tasklist.core/2 [1.33.615 15 060417]
    org.netbeans.modules.suggestions_framework/2 [1.11.6158 8 060417]
    org.netbeans.modules.tasklist.docscan/2 [1.19.61584 4 060417]
    com.sun.rave.extension.tasklist.docscan/1 [1.0 060417]
    com.sun.rave.extension.ide.launcher.upgrade [4.1 060417]
    com.sun.rave.extension.core/1 [1.0 060417]
    com.sun.rave.corepackage/1 [1.1 060417]
    com.sun.rave.extension.java.platform/1 [1.0 060417]
    com.sun.rave.extension.core.javahelp/1 [1.0 060417]
    com.sun.rave.ravehelp/1 [1.0.3.1 060417]
    com.sun.rave.propertyeditors/1 [1.0.0 060417]
    org.netbeans.modules.ant.grammar/1 [1.10 060417]
    org.netbeans.spi.debugger.ui/1 [2.5.1 060417]
    com.sun.rave.extension.debuggercore/1 [1.0 060417]
    org.netbeans.modules.xml.text/2 [1.7 3.999.4 060417]
    org.netbeans.modules.javadoc/1 [1.14.1 060417]
    org.netbeans.modules.beans/1 [1.14.1 060417]
    com.sun.rave.branding.beans/1 [1.0 060417]
    org.netbeans.modules.image/1 [1.14.1.1 060417]
    org.netbeans.modules.utilities/1 [1.18.1 060417]
    com.sun.rave.branding.utilities/1 [1.0 060417]
    com.sun.rave.branding.openidex/1 [1.0 060417]
    org.netbeans.modules.vcscore/1 [1.14.1 promotionE 060417]
    org.netbeans.modules.vcscore.javacorebridge/1 [1.0.1 060417]
    org.netbeans.modules.properties/1 [1.14.1.1 060417]
    org.netbeans.modules.properties.syntax/1 [1.14.1 060417]
    org.netbeans.modules.debugger.jpda/2 [1.13.1.0.0.1 060417]
    org.netbeans.modules.debugger.jpda.ui/1 [1.2.1.0.0.1 060417]
    org.netbeans.modules.navigator/2 [4.1.1 promoe 060417]
    org.netbeans.core.ide/1 [1.6.1 060417]
    org.netbeans.modules.javanavigation/1 [4.1.1 060417]
    com.sun.rave.servernav/1 [1.1 060417]
    com.sun.rave.dataconnectivity/1 [1.0.4.1 060417]
    org.netbeans.modules.java.j2seplatform/1 [1.2.1 1.2.0 060417]
    org.netbeans.modules.servletapi/1 [1.6.1 060417]
    org.netbeans.modules.httpserver/2 [2.1.1 release41 060417]
    org.netbeans.upgrader [4.2.1 060417]
    org.netbeans.modules.java.freeform [1.0.1 060417]
    com.sun.rave.extension.java.freeform/1 [1.0 060417]
    org.netbeans.api.web.webmodule [1.2.1 060417]
    org.netbeans.modules.j2ee.api.ejbmodule [1.0.1 060417]
    org.netbeans.lib.cvsclient/1 [1.11.1 060417]
    com.sun.rave.branding.openide/1 [1.0 060417]
    org.netbeans.modules.clazz/1 [1.16.1 060417]
    com.sun.rave.extension.projects.projectui/1 [1.0 060417]
    org.netbeans.modules.web.jspparser/2 [2.2.1 060417]
    org.netbeans.modules.ant.browsetask [1.8.1 060417]
    org.netbeans.modules.j2ee.dd.webservice [1.0.1 060417]
    org.netbeans.modules.websvc.websvcapi [1.0.1 060417]
    org.netbeans.modules.junit/2 [2.14.1 060417]
    org.netbeans.modules.j2ee.common/1 [1.0.1 1.0.1 060417]
    org.netbeans.modules.servletapi23/1 [1.7.1 060417]
    org.netbeans.modules.xml.multiview/1 [1.0 1.0-release41 060417]
    org.netbeans.modules.editor.plain/1 [1.0.1 060417]
    org.netbeans.modules.html.editor/1 [1.0.1 060417]
    org.netbeans.modules.java.editor.lib/1 [1.0.1 060417]
    org.netbeans.modules.java.editor/1 [1.0.1 060417]
    org.netbeans.modules.html/1 [1.15.1 060417]
    org.netbeans.modules.web.core.syntax/1 [1.17.1.1 060417]
    org.netbeans.modules.web.core/1 [1.20.1 release41 060417]
    org.netbeans.modules.web.project [1.4.3 1.1.1.1 060417]
    org.netbeans.modules.web.jstl11/1 [2.3.1 2.3.1 060417]
    com.sun.rave.project.jsfportlet/1 [1.0 1.0]
    com.sun.rave.welcome/1 [1.0.1 060417]
    com.sun.rave.extension.web.project/1 [1.0 060417]
    org.netbeans.modules.web.freeform [1.0.2 060417]
    com.sun.rave.extension.core.execution/1 [1.0 060417]
    com.sun.rave.branding.core.windows/1 [1.0.1 060417]
    com.sun.rave.branding.xml.text/1 [1.0 060417]
    com.sun.rave.branding.autoupdate/1 [1.0 060417]
    com.sun.rave.extension.core.windows/1 [1.0 060417]
    com.sun.rave.branding.java/1 [1.0 060417]
    com.sun.rave.branding.vcscore/1 [1.0 060417]
    org.netbeans.modules.j2ee.sun.dd/1 [1.2 1.0]
    org.netbeans.modules.j2ee.sun.ide/1 [2.1.1.1 060417]
    org.netbeans.modules.debugger.jpda.ant [1.4.1 060417]
    org.netbeans.modules.java.j2seproject [1.2.2 1.2.0 060417]
    com.sun.rave.extension.vcscore/1 [1.0 060417]
    com.sun.rave.ejbsupport/1 [1.0 060417]
    com.sun.rave.jwsdpsupport/1 [1.1 060417]
    com.sun.rave.websvc/1 [1.0.6 060417]
    com.sun.rave.extension.core.output2/1 [1.0 060417]
    com.sun.rave.extension.web.freeform/1 [1.0 060417]
    org.netbeans.modules.web.monitor/1 [1.12.1 060417]
    org.netbeans.modules.diff/1 [1.10.1 promotionE 060417]
    org.netbeans.modules.vcs.advanced/1 [1.12.1 060417]
    com.sun.rave.extension.vcsgeneric/1 [1.0 060417]
    com.sun.rave.extension.objectbrowser.navigator/1 [1.0 060417]
    com.sun.rave.branding.core/1 [1.0.1 060417]
    com.sun.rave.branding.web.jspsyntax/1 [1.0 060417]
    com.sun.rave.extension.xml.catalog/1 [1.0 060417]
    com.sun.rave.extension.properties/1 [1.0 060417]
    com.sun.rave.extension.java.j2seproject/1 [1.0 060417]
    com.sun.rave.libs.jsf/1 [1.0.5 060417]
    com.sun.rave.extension.xml.core/1 [1.0 060417]
    com.sun.rave.project.migration/1 [1.0 1.0]
    com.sun.rave.navigation/1 [1.0.5 060417]
    com.sun.rave.project.navigationloader/1 [1.0 060417]
    org.netbeans.modules.vcs.profiles.cvsprofiles/1 [1.6.1 060417]
    com.sun.rave.ejb/1 [1.0.1 060417]
    org.netbeans.modules.vcs.profiles.vss/1 [1.6.1 060417]
    com.sun.rave.extension.editor/1 [1.0 060417]
    com.sun.rave.extension.core.ide/1 [1.0 060417]
    com.sun.rave.jsfcl/1 [1.1.1 060417]
    com.sun.rave.extension.core.multiview/1 [1.0 060417]
    com.sun.rave.extension.core.ui/1 [1.0 060417]
    com.sun.rave.modules.jsf.examples.postrelease/1 [1.0 060424]
    com.sun.rave.extension.debuggerjpda.ui/1 [1.0 060417]
    com.sun.rave.modules.jsf.examples.bundled/1 [1.0.1 060417]
    com.sun.rave.extension.javadoc/1 [1.0 060417]
    com.sun.rave.branding.web.project/1 [1.0 060417]
    com.sun.rave.extension.utilities/1 [1.0 060417]
    com.sun.rave.portlet.container.ant/1 [1.0 1.0]
    com.sun.rave.branding.tasklist.docscan/1 [1.0 060417]
    com.sun.rave.project.jsfloader/1 [1.1 060417]
    com.sun.rave.branding.image/1 [1.0 060417]
    com.sun.rave.extension.api.xml/1 [1.0 060417]
    com.sun.rave.branding.editor/1 [1.0 060417]
    com.sun.rave.extension.web.core/1 [1.0 060417]
    com.sun.rave.extension.xml.text/1 [1.0 060417]
    org.netbeans.modules.utilities.project/1 [1.2.1 060417]
    com.sun.rave.extension.utilities.project/1 [1.0 060417]
    com.sun.rave.extension.java/1 [1.0 060417]
    com.sun.rave.extension.java.editor/1 [1.0 060417]
    org.netbeans.modules.j2ee.ant [1.3.1 060417]
    org.netbeans.modules.j2ee.sun.ws61/1 [1.0 060417]
    com.sun.rave.extension.beans/1 [1.0 060417]
    com.sun.rave.designer/1 [1.0.6 060417]
    com.sun.rave.webui.samples.calendar/1 [0.1 060412_5]
    org.netbeans.modules.extbrowser/1 [1.6.1 060417]
    com.sun.rave.branding.extbrowser/1 [1.0 060417]
    com.sun.rave.branding.xml.core/1 [1.0 060417]
    com.sun.rave.webui.samples.ajax/1 [0.2 060410]
    com.sun.rave.branding.html/1 [1.0 060417]
    com.sun.rave.branding.xml.catalog/1 [1.0 060417]
    com.sun.rave.extension.html/1 [1.0 060417]
    com.sun.rave.extension.monitor/1 [1.0 060417]
    com.sun.rave.errorhandler.server/1 [0.2 060417]
    com.sun.rave.extension.refactoring/1 [1.0 060417]
    com.sun.rave.branding.openide.loaders/1 [1.0 060417]
    java.io.FileNotFoundException: /opt/sun/Creator2_1/rave2.0/config/com-sun-rave-install.properties (Permission denied)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at com.sun.rave.errorhandler.DebugServerThread.run(DebugServerThread.java:55)
    java.io.FileNotFoundException: /opt/sun/Creator2_1/rave2.0/config/com-sun-rave-install.properties (Permission denied)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties.getRaveInstallProperties(PluginProperties.java:736)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties.getRaveInstallProperty(PluginProperties.java:720)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties.getRaveRoot(PluginProperties.java:716)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties.makeAbsolute(PluginProperties.java:674)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties.loadPluginProperties(PluginProperties.java:174)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties.<init>(PluginProperties.java:109)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties.getDefault(PluginProperties.java:91)
    at org.netbeans.modules.j2ee.sun.ide.Installer.getPluginLoader81(Installer.java:525)
    at org.netbeans.modules.j2ee.sun.ide.Installer.initFacade(Installer.java:272)
    at org.netbeans.modules.j2ee.sun.ide.Installer.create(Installer.java:84)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.netbeans.core.projects.cache.BinaryFS$AttrImpl.methodValue(BinaryFS.java:484)
    at org.netbeans.core.projects.cache.BinaryFS$AttrImpl.getValue(BinaryFS.java:396)
    at org.netbeans.core.projects.cache.BinaryFS$BFSBase.getAttribute(BinaryFS.java:312)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:721)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:689)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:717)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:689)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:618)
    at org.openide.loaders.InstanceDataObject$Ser.instanceCreate(InstanceDataObject.java:1175)
    at org.openide.loaders.InstanceDataObject.instanceCreate(InstanceDataObject.java:692)
    at org.netbeans.modules.j2ee.deployment.impl.Server.<init>(Server.java:92)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addPlugin(ServerRegistry.java:154)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.init(ServerRegistry.java:88)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.instancesMap(ServerRegistry.java:145)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getServerInstances(ServerRegistry.java:279)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getDefaultInstance(ServerRegistry.java:591)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getDefaultInstance(ServerRegistry.java:573)
    at org.netbeans.modules.j2ee.deployment.impl.ui.RaveDefaultInstanceProvider.getDefaultInstanceNode(RaveDefaultInstanceProvider.java:20)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.netbeans.core.projects.cache.BinaryFS$AttrImpl.methodValue(BinaryFS.java:484)
    at org.netbeans.core.projects.cache.BinaryFS$AttrImpl.getValue(BinaryFS.java:396)
    at org.netbeans.core.projects.cache.BinaryFS$BFSBase.getAttribute(BinaryFS.java:312)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:721)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:689)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:717)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:689)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:618)
    at org.openide.loaders.InstanceDataObject$Ser.instanceCreate(InstanceDataObject.java:1175)
    at org.openide.loaders.InstanceDataObject.instanceCreate(InstanceDataObject.java:692)
    at org.openide.loaders.FolderInstance.instanceForCookie(FolderInstance.java:515)
    at org.openide.loaders.FolderInstance$HoldInstance.instanceCreate(FolderInstance.java:998)
    at com.sun.rave.servernav.ServerNavigator$ServerNavigatorFolder.createInstance(ServerNavigator.java:182)
    at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:736)
    at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:68)
    at org.openide.loaders.FolderInstance$2.run(FolderInstance.java:622)
    at org.openide.util.Task.run(Task.java:189)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)
    [org.netbeans.modules.j2ee.sun] PluginProperties: See http://www.netbeans.org/issues/show_bug.cgi?id=55741 !
    Warning: use of system property netbeans.home in org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties has been obsoleted in favor of InstalledFileLocator
    INFORMATIONAL *********** Exception occurred ************ at 2:58 PM on May 4, 2006
    javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: The Application Server installation directory is not correctly set up. (Use the properties sheet of the "Java System Application Server 8" node to enter a correct value.)
    at org.netbeans.modules.j2ee.sun.ide.Installer$FacadeDeploymentFactory.getDisconnectedDeploymentManager(Installer.java:233)
    [catch] at org.netbeans.modules.j2ee.deployment.impl.Server.getDeploymentManager(Server.java:135)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:387)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:416)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.init(ServerRegistry.java:135)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.instancesMap(ServerRegistry.java:145)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getServerInstances(ServerRegistry.java:279)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getDefaultInstance(ServerRegistry.java:591)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getDefaultInstance(ServerRegistry.java:573)
    at org.netbeans.modules.j2ee.deployment.impl.ui.RaveDefaultInstanceProvider.getDefaultInstanceNode(RaveDefaultInstanceProvider.java:20)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.netbeans.core.projects.cache.BinaryFS$AttrImpl.methodValue(BinaryFS.java:484)
    at org.netbeans.core.projects.cache.BinaryFS$AttrImpl.getValue(BinaryFS.java:396)
    at org.netbeans.core.projects.cache.BinaryFS$BFSBase.getAttribute(BinaryFS.java:312)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:721)
    at org.openide.filesystems.MultiFileObjec

    OK, I have figured it out. When I initally installed Creator I did not pay attention to what the dialogs said. I just pushed the "Finish" button when it came up. After re-installing as root and my user I realized thet the last dialog said "Application Server could not be installed correctly. The following RPM packages need to be installed: compat-libstdc++, compat-libstdc++-devel"
    I had compat-libstdc++-33-3.2.3-47installed.
    I installed compat-libstdc++-296-2.96-132.
    Afterwards I installed Creator under "root" without an error, and I was able to create a new project.
    I hope this help some others. I saw several posts concerning Fedora.
    KLR

  • Imovie crashes when i try to create a new project

    When i open Imovie and try to create a new project it crashes and gives me this error message. How can i fix this?
    Process: iMovie [363]
    Path: /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier: com.apple.iMovie3
    Version: 3.0.3 (3.0.3)
    Build Info: iMovieBinaries-4000000~65
    Code Type: PPC (Native)
    Parent Process: launchd [128]
    Date/Time: 2010-07-17 18:38:39.977 -0400
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000000000070b
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x964d0fd8 objc_msgSend + 24
    1 com.apple.iMovie3 0x000f7430 0x1000 + 1008688
    2 com.apple.iMovie3 0x000f73b0 0x1000 + 1008560
    3 com.apple.AppKit 0x944c5fb4 -[NSScrollView _setVerticalScrollerHidden:] + 40
    4 com.apple.AppKit 0x944a54f8 -[NSScrollView tile] + 1196
    5 com.apple.AppKit 0x943f8600 -[NSScrollView reflectScrolledClipView:] + 1104
    6 com.apple.AppKit 0x943f8050 -[NSClipView _selfBoundsChanged] + 712
    7 com.apple.AppKit 0x943f7948 -[NSClipView setBoundsOrigin:] + 80
    8 com.apple.AppKit 0x943f6afc -[NSClipView setDocumentView:] + 492
    9 com.apple.AppKit 0x943f68a0 -[NSScrollView setDocumentView:] + 36
    10 com.apple.AppKit 0x943b4d24 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 848
    11 com.apple.AppKit 0x944afa88 -[NSNib instantiateNibWithExternalNameTable:] + 768
    12 com.apple.AppKit 0x944af740 -[NSNib instantiateNibWithOwner:topLevelObjects:] + 240
    13 com.apple.AppKit 0x945c1418 +[NSNavView navView] + 148
    14 com.apple.AppKit 0x945c0944 -[NSSavePanel(NSSavePanelLayout) _initContentView] + 1420
    15 com.apple.AppKit 0x945c0134 -[NSSavePanel initWithContentRect:styleMask:backing:defer:] + 344
    16 com.apple.AppKit 0x945bff88 +[NSSavePanel _crunchyRawUnbonedPanel] + 180
    17 com.apple.iMovie3 0x000551a0 0x1000 + 344480
    18 com.apple.iMovie3 0x00055808 0x1000 + 346120
    19 com.apple.iMovie3 0x00054170 0x1000 + 340336
    20 com.apple.Foundation 0x950e5114 nsnotecallback + 372
    21 com.apple.CoreFoundation 0x9004e7c8 _CFXNotificationPostNotification + 920
    22 com.apple.Foundation 0x950e27bc -[NSNotificationCenter postNotificationName:object:userInfo:] + 88
    23 com.apple.AppKit 0x9445cd34 -[NSApplication _postDidFinishNotification] + 108
    24 com.apple.AppKit 0x9445cc4c -[NSApplication _sendFinishLaunchingNotification] + 80
    25 com.apple.AppKit 0x943e45f0 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 260
    26 com.apple.AppKit 0x943e3e28 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 88
    27 com.apple.Foundation 0x95105988 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 480
    28 com.apple.Foundation 0x9510575c _NSAppleEventManagerGenericHandler + 236
    29 com.apple.AE 0x955dfce0 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 164
    30 com.apple.AE 0x955dfbe8 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 40
    31 com.apple.AE 0x955df9ec aeProcessAppleEvent + 212
    32 com.apple.HIToolbox 0x911c54ac AEProcessAppleEvent + 52
    33 com.apple.AppKit 0x943e1954 _DPSNextEvent + 1156
    34 com.apple.AppKit 0x943e10dc -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 112
    35 com.apple.AppKit 0x943dad98 -[NSApplication run] + 736
    36 com.apple.AppKit 0x943ab79c NSApplicationMain + 440
    37 com.apple.iMovie3 0x00003c84 0x1000 + 11396
    38 com.apple.iMovie3 0x00003ab4 0x1000 + 10932
    Thread 1:
    0 libSystem.B.dylib 0x95ddcb68 _semwaitsignal + 8
    1 libSystem.B.dylib 0x95ddc97c nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x95ddc8ac usleep$UNIX2003 + 68
    3 com.apple.AppKit 0x9443d344 -[NSUIHeartBeat _heartBeatThread:] + 1840
    4 com.apple.Foundation 0x950e5764 _NSThread__main_ + 1004
    5 libSystem.B.dylib 0x95e18024 pthreadstart + 316
    Thread 0 crashed with PPC Thread State 32:
    srr0: 0x964d0fd8 srr1: 0x0200f030 dar: 0x0000070b dsisr: 0x40000000
    r0: 0x000f7440 r1: 0xbfffd430 r2: 0x002c5dc0 r3: 0x02f99ca0
    r4: 0x9654fcfc r5: 0x00000004 r6: 0x02f99ca0 r7: 0x00000020
    r8: 0x00000020 r9: 0x02f9c6f0 r10: 0x950e0f30 r11: 0x69aafcfc
    r12: 0x000006eb r13: 0x00000000 r14: 0x02f97910 r15: 0xa071f530
    r16: 0xa06f49d4 r17: 0x02f9d290 r18: 0xa06f49d4 r19: 0x00000000
    r20: 0xa06f49d4 r21: 0xbfffd9d0 r22: 0xbfffd9cc r23: 0xa07649d4
    r24: 0xa06f81c8 r25: 0xa06f5070 r26: 0xbfffd710 r27: 0xa06f5070
    r28: 0xa06f5f8c r29: 0x02f93320 r30: 0x00000000 r31: 0x000f73f4
    cr: 0x44042484 xer: 0x00000004 lr: 0x000f7440 ctr: 0x964d0fc0
    vrsave: 0x80000000
    Binary Images:
    0x1000 - 0x172fff com.apple.iMovie3 3.0.3 (3.0.3) /Applications/iMovie.app/Contents/MacOS/iMovie
    0x29c0000 - 0x2b99ff7 com.apple.RawCamera.bundle 2.0.13 (435) <d978d604ec61876ef471d74dd4ea7417> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x2ebc000 - 0x2ee7ffb com.apple.audio.SoundManager.Components 3.9.3 (3.9.3) /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x8fe00000 - 0x8fe30c23 dyld 97.1 (???) <8dc1fc6c74fe1f055be16980dd45001e> /usr/lib/dyld
    0x90003000 - 0x90128ffb com.apple.CoreFoundation 6.5.5 (476.17) <d13dc71c870a82b7d2f721731e584287> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90129000 - 0x906a5ff7 com.apple.CoreGraphics 1.407.2 (???) <6a101d8218dc8d12ca0b901c57aa44b7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x906b4000 - 0x907fbffb com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x907fc000 - 0x907feffd libRadiance.dylib ??? (???) <34cc3c24f4be3a4372275400b6e05b85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x907ff000 - 0x909e5ffb com.apple.security 5.0.4 (34102) <93e74504c60b38418e708caf47342cf5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x909e6000 - 0x90a01ffb libPng.dylib ??? (???) <248297ff5b022c274d5dcfa0de3b37b2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90a02000 - 0x90a63fff com.apple.CoreText 2.0.4 (???) <1985172321f7b3ee34d5bbc848079af0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90a64000 - 0x90a72fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x90a73000 - 0x90d9cfe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90d9d000 - 0x90da5fff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x90dd8000 - 0x9113dffe com.apple.QuartzCore 1.5.7 (1.5.7) <75a8ef92c54d1ce016dfe662a6626f04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9117e000 - 0x91191fff com.apple.LangAnalysis 1.6.4 (1.6.4) <f12db38b92cbf96b024206698434d14d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91192000 - 0x914cbffb com.apple.HIToolbox 1.5.4 (???) <9624d2ffaf16019b6301517339df88c9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9189e000 - 0x9189eff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91a43000 - 0x91a84ffb libTIFF.dylib ??? (???) <4c1422124af245485d6ceee207f4d735> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91ad4000 - 0x91ba7fff com.apple.CoreServices.OSServices 226.5 (226.5) <359b9ab7957b9c92362006344b8e0e13> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91bb8000 - 0x91bd4ffb com.apple.openscripting 1.2.8 (???) <eb961ce3c1b1e564c2eefe3682ee0555> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91bd5000 - 0x91befffb com.apple.CoreVideo 1.6.0 (20.0) <578a8abd9e0f7b3a9c36ae9bc5fd753a> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x91c25000 - 0x921dffff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x921e0000 - 0x92236fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x922c8000 - 0x92350fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92351000 - 0x92355ffe libGIF.dylib ??? (???) <491b205a6b8bb0c0c6ee6aaeea19a671> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92356000 - 0x92406fff com.apple.QD 3.11.54 (???) <cd7bef6f156b82851cfb164ccd9f3986> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x92b14000 - 0x92b1cffb libCGATS.A.dylib ??? (???) <0c83819d2d428a8df27c8cc0f13ba1dc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x92b1d000 - 0x92b22ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x92b23000 - 0x92b36ffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <5b27baaca82de45b30cab68779279d8c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92b7a000 - 0x92b7afff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x92c42000 - 0x92c89fff com.apple.NavigationServices 3.5.2 (163) <d28660870dff1cd46d7ea7d40271340f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92c8a000 - 0x92cc7fff libRIP.A.dylib ??? (???) <662becbd3173fd67eec7ad523d2d9c56> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x92cc8000 - 0x92cf9fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92e25000 - 0x92e25ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x92e26000 - 0x92e4cfff libcups.2.dylib ??? (???) <109498e92341ab4899ffd3d5acaddac3> /usr/lib/libcups.2.dylib
    0x92f21000 - 0x92f41ff7 libJPEG.dylib ??? (???) <f92878fdf02ffb1474b8bc60c47bb72d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92f42000 - 0x92f43ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92f44000 - 0x92fdafff com.apple.LaunchServices 290.3 (290.3) <a8a738aede278909ff721ce9a754142f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x93101000 - 0x93215ffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9322c000 - 0x932adfff com.apple.print.framework.PrintCore 5.5.3 (245.3) <032f772f8169945c1d1b524d96edcef6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x932ae000 - 0x93f5dfef com.apple.QuickTimeComponents.component 7.6 (1290) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x93f5e000 - 0x93fc5ffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x93fc6000 - 0x9408bffb com.apple.CoreData 100.1 (186) <9cf54cb19b18e53ee22edb7ababa6e6c> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94092000 - 0x940a9ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x940aa000 - 0x94193fff libxml2.2.dylib ??? (???) <dedfda117e78db04f0b86c59923b3794> /usr/lib/libxml2.2.dylib
    0x941e4000 - 0x941e5fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x941e6000 - 0x941edffb com.apple.print.framework.Print 218.0.2 (220.1) <c7e0e618d5867ae227403ae385aacd82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x941f9000 - 0x94202fff com.apple.DiskArbitration 2.2.1 (2.2.1) <a389b4c2badce39540f24402f7df35e7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94203000 - 0x94210fff libCSync.A.dylib ??? (???) <bc19f19cfa6c23f9ca4e4419ea18f43e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94211000 - 0x9424afff com.apple.SystemConfiguration 1.9.2 (1.9.2) <22e7a58ae6fe75d9dfd8e2e66d7dfb78> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9424b000 - 0x942d5fff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x943a5000 - 0x943a5fff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x943a6000 - 0x94b1bfff com.apple.AppKit 6.5.6 (949.43) <3afcaa243535d0817efeb978448ef3dc> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94b1c000 - 0x94b6bfff com.apple.Metadata 10.5.2 (398.25) <fdad4bda89efd0e2e9ca37493e10ca4c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94b6c000 - 0x94c05fc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94cbc000 - 0x94d76fff libcrypto.0.9.7.dylib ??? (???) <335916b82e302fec637432caf7c9e8e5> /usr/lib/libcrypto.0.9.7.dylib
    0x94d77000 - 0x950a8ffb com.apple.QuickTime 7.6.0 (1290) <664814f4b8b62408c24a74b8a7a51297> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x950dc000 - 0x95321ffb com.apple.Foundation 6.5.7 (677.22) <dab423bf20d5c2d78c4536e4e3da9300> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95322000 - 0x953d2fff edu.mit.Kerberos 6.0.12 (6.0.12) <17b514ffed29c890fc8ba8eac9dce56e> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x953d3000 - 0x95467ff7 com.apple.framework.IOKit 1.5.1 (???) <498f2ba1b47432ee4deebca2655ff932> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9555d000 - 0x95560fff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95561000 - 0x955dcfff com.apple.SearchKit 1.2.1 (1.2.1) <23c2c93a7ec832505d5c7b67fee89a6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x955dd000 - 0x95612fff com.apple.AE 402.3 (402.3) <4d318022a7d964436d62c2b9c82a40b0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95614000 - 0x9562cffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9562d000 - 0x95634fff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x95635000 - 0x95684fff libGLImage.dylib ??? (???) <1df480344fb6e09ff32ac97bfdda7e50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9568b000 - 0x9571affb com.apple.DesktopServices 1.4.7 (1.4.7) <61a5a252cdedffd471e4ea91ed357afe> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9571b000 - 0x9571effb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9571f000 - 0x95b4dffa libGLProgrammability.dylib ??? (???) <2c52a11697da6ede976b56d54e3815ef> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x95c1e000 - 0x95c49ff7 libauto.dylib ??? (???) <b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib
    0x95c4a000 - 0x95c69fff libresolv.9.dylib ??? (???) <8c370b0ab8184a37e84131a444a0f696> /usr/lib/libresolv.9.dylib
    0x95c80000 - 0x95c8bffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x95c8c000 - 0x95dd4ffb libicucore.A.dylib ??? (???) <f49319412f5ee8b5f06fef2baa72916b> /usr/lib/libicucore.A.dylib
    0x95dd5000 - 0x95f75fe3 libSystem.B.dylib ??? (???) <3260ab8c558e938c8180b3ba1036aec1> /usr/lib/libSystem.B.dylib
    0x95f76000 - 0x95f9fffb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x95fa0000 - 0x95ffdffb com.apple.HIServices 1.7.0 (???) <5f468086ca01158e12cd07f829132edf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x95ffe000 - 0x96098ff7 com.apple.ApplicationServices.ATS 3.4 (???) <06af1441f632e171a7f61dca809462ba> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96099000 - 0x960c6fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x960c7000 - 0x96196fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96197000 - 0x9621fffb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f88caa828a4b54ed1932e1578bf9236a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96220000 - 0x9623ffff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96243000 - 0x963f5ff4 com.apple.CoreAUC 3.02.0 (3.02.0) <805ca5d2a7bdf7f5450778560f0c711d> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x96434000 - 0x964b9fff libsqlite3.0.dylib ??? (???) <f2a33fe2663eab9c7f4806d2cf05b4ee> /usr/lib/libsqlite3.0.dylib
    0x964ba000 - 0x9659dfff libobjc.A.dylib ??? (???) <39035ba996e55c617e20595dcd89c063> /usr/lib/libobjc.A.dylib
    0x9659e000 - 0x965a9ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x965aa000 - 0x96653ffc com.apple.CFNetwork 422.15.2 (422.15.2) <8e0eb315fa1c47227c42410ee695390e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96654000 - 0x96660ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x96661000 - 0x96680fff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x968c0000 - 0x968e8fff libxslt.1.dylib ??? (???) <a628a1484428ce3c87c56cf663faeb54> /usr/lib/libxslt.1.dylib
    0x969d7000 - 0x969d7ffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x969d8000 - 0x969e3fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96a29000 - 0x96d2bffb com.apple.CoreServices.CarbonCore 786.11 (786.11) <9efd94b7dd1700ade0246885ca2218d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96e99000 - 0x96e99fff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96edf000 - 0x96f41ffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x96f89000 - 0x96f97ff3 com.apple.opengl 1.5.9 (1.5.9) <c3d74d9bd2fa60d9c346db5658e52815> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96f98000 - 0x970e2ffb com.apple.ImageIO.framework 2.0.4 (2.0.4) <cbe744146e1f0e77cca0edce92bea0f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x970e3000 - 0x970f3ffb com.apple.agl 3.0.9 (AGL-3.0.9) <056d952943aac260426645ce6a24eb9e> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Ha i figured as much...
    Thanks for the help. Wish i could just update I movie!!!!

Maybe you are looking for

  • Report for Open Inboin Deliveries

    Hi I would like to have report for Open Inbound Deliveries. for which NO GRN is made Pl update ASAP Manoj

  • Flash Player 16 Installer opens but won't run on 64 bit Wdws 7 and IE 11

    I have Flash Player ActiveX Ver. 15.0.0.246 installed on my Dell Inspiron N7010 (Intel Core i3 processor) laptop, running Windows 7 Home Premium 64-bit OS with Service Pack 1, 6 GB of RAM, and using Internet Explorer Ver. 11.0, 32-bit browser.  Flash

  • Data service returning an empty object

    Hi I am trying to call a data service from the flex to load my data grid. In the debug, i saw that the arrraycollection in the fill method is being returned empty. here are the details.... My .java file has the same names with the set and get functio

  • Error when clicking on some of the values in the navigation map

    Hi, In a webi report i have around 7000 records with 2section. I am getting the error "invalid session. please close your browser and log on again. wih00013" when i am cliking on values in navigation map (that too clicking from 6th value one onwards)

  • Starting and stopping Instances

    How do you start a server using the 6.0 web based console? I see how to check their status but not how to start and stop them. Mark Vaughn Sr. Web Analyst First American Real Estate Information Services wk:214-879-5067 fax:214-589-9644