Unable to import .exp project

Hi,
I have just installled Oracle BPM studio, getting the below exception while importing .exp project (from samples OraBPMStudioHome\samples\basic\ExpenseManagement.exp) I couldn't proceed further.
java.lang.NullPointerException
     at fuego.prefs.engine.standalone.studio.StudioNetworkingPreferences$LocalhostFixURLPreference.updateContext(StudioNetworkingPreferences.java:120)
     at fuego.prefs.LocalhostUserPreference.getStringValue(LocalhostUserPreference.java:68)
     at fuego.prefs.LocalhostPreference.getValue(LocalhostPreference.java:103)
     at fuego.prefs.engine.base.BaseNetworkingPreferences.updatePortalUrlContext(BaseNetworkingPreferences.java:120)
     at fuego.project.deployment.EngineImpl.initEnginePreferences(EngineImpl.java:325)
     at fuego.project.deployment.EngineImpl.<init>(EngineImpl.java:68)
     at fuego.project.model.deployment.DeploymentImpl.createEngine(DeploymentImpl.java:184)
     at fuego.project.io.fs.EngineVisitor.load(EngineVisitor.java:83)
     at fuego.project.io.fs.EngineVisitor.handleFile(EngineVisitor.java:75)
     at fuego.project.io.fs.eclipse.visitor.EclipseEngineVisitor.handleFile(EclipseEngineVisitor.java:62)
     at fuego.project.io.fs.eclipse.visitor.EclipseEngineVisitor.handleResourceFile(EclipseEngineVisitor.java:73)
     at fuego.project.io.fs.eclipse.visitor.AbstractEclipseVisitor.visit(AbstractEclipseVisitor.java:63)
     at org.eclipse.core.internal.resources.Resource$2.visit(Resource.java:105)
     at org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:57)
     at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:81)
     at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85)
     at org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:126)
     at org.eclipse.core.internal.resources.Resource.accept(Resource.java:67)
     at org.eclipse.core.internal.resources.Resource.accept(Resource.java:103)
     at org.eclipse.core.internal.resources.Resource.accept(Resource.java:94)
     at fuego.project.io.fs.eclipse.visitor.AbstractEclipseVisitor.load(AbstractEclipseVisitor.java:117)
     at fuego.project.io.fs.visitor.AbstractVisitor.loadAll(AbstractVisitor.java:72)
     at fuego.project.io.fs.FileProjectLoader.load(FileProjectLoader.java:704)
     at fuego.project.io.fs.FileProjectLoader.loadEngine(FileProjectLoader.java:170)
     at fuego.project.io.fs.eclipse.EclipseProjectLoader.loadEngine(EclipseProjectLoader.java:171)
     at fuego.project.model.deployment.DeploymentImpl.getEngine(DeploymentImpl.java:64)
     at fuego.project.io.fs.eclipse.migration.EclipseProjectMigrationManager.migrateEngine(EclipseProjectMigrationManager.java:129)
     at fuego.project.io.fs.migration.AbstractProjectMigrationManager.migrate57Project(AbstractProjectMigrationManager.java:50)
     at fuego.project.io.fs.eclipse.EclipseProjectRepository.runMigration(EclipseProjectRepository.java:435)
     at fuego.project.io.fs.eclipse.EclipseProjectRepository.internalImportProject(EclipseProjectRepository.java:422)
     at fuego.project.io.fs.eclipse.EclipseProjectRepository.access$000(EclipseProjectRepository.java:76)
     at fuego.project.io.fs.eclipse.EclipseProjectRepository$1.run(EclipseProjectRepository.java:224)
     at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
     at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1779)
     at fuego.project.io.fs.eclipse.EclipseProjectRepository.importProject(EclipseProjectRepository.java:234)
     at fuego.project.ui.wizards.ProjectImportRunnable.run(ProjectImportRunnable.java:50)
     at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
     at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
     at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
     at org.eclipse.jface.window.Window.open(Window.java:796)
     at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:159)
     at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168)
     at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
     at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
     at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
     at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
     at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
     at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
     at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
     at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
     at org.eclipse.equinox.launcher.Main.run(Main.java:1173)

Not sure why that's happening. Try changing the file to a .zip, and then unzip the file in a given workspace. Then just open it and see what happens....
HTH
Mark

Similar Messages

  • Can't import Flex project

    I wonder if someone can  help me with this.  I am using FlexBuilder 3.  I am unable to import my project from one laptop to another.  The old laptop had CF8 and the new has CF9 so I’m not sure if this is the problem. When I try to import an archive I exported from the CF8 laptop, I get the prompt to update the path variables.  It accepts the path to ColdFusion9 but will not accept the web root.  I have tried C:\inetpub\wwwroot but it gives error message saying ‘the selected web root folder does not exist’.  I also tried C:\inetpub and C:\ColdFusion9\wwwroot. 
    I’m stumped at this point and desperate to get this imported.  I have been having a nightmare trying to migrate this application from CF8, Windows Server 2003, IIS 6 to CF9, Windows Server 2008, IIS7.5.  We are also using SSL so from what I’ve read I will have to recompile all these swfs with some changed XML config files.  But of course, the first step is getting the app into FlexBuilder.

    Thanks for the reply drkstr_1. I've got IIS working (I think) since the CF app comes up fine and I can surf about.  It's the flex grids I have that won't work. I get: "Destination 'ColdFusion' not accessible over channel 'my-cfamf-secure'".  Actually, the flex grids DO work with http, but they don't work using https.  I had found information to add secure channel info to the remoting-config.xml and services-config.xml files.  Once those channels are added, I need to recompile the swfs.  But first is to get the project into this new laptop FlexBuilder.  I'm using C:\inetpub\wwwroot for my websites.  And here is what I'm trying to follow for the recompiling and reconfiguring: http://blog.crankybit.com/flex-remoting-over-ssl/

  • Importing older projects

    Never mind the hype, I have been unable to import some projects created on Premiere 6, CS4 crashes with an "unknown problem" where I have been able to import CS$4 crashes when I try and read the sequence information.
    As for anything older such as premiere 5, CS4 insists that the files are corrupt.
    Since ppj files are editable in a text editor, is there any way, any utility anything that could strip out what CS4 does not like in order to import these older projects?
    Whilst there is much in CS4 I like, there is much I do not, and not everything is an improvement. Some filters and effects have been lost and the ability to import Mpegs with AC3 sound has disapeared completely.
    Some of my original projects were saved on a system using a Matrox card, which had the oddity of importing DV as seperate AVI and Wav files, could that be part of the problem?
    Larry

    Not to be unfriendly or dismissive, but you should post this directly in the Premiere forum, not here in the general suite forum. You'll get a lot more help over there.
    Peter

  • Unable to import slides and save project

    Hello Captivators,
    I have a problem. I call it a big problem. I am unable to
    import any slides from one project to another.
    I have a project with 15 slides, some with audio. And I have
    a similar project with the same number of slides.
    I wanted to import from project a to project b just two
    slides with objects. The import seems to work. I get an asterisk in
    the title bar, indicating the project has changed (added two slides
    with audio). I then attempt to save this project (under the same
    name). The screen locks, I get a permanent hourglass (using Windows
    XP on HP xw8400 workstation), and the app goe to the "not
    responding" state. and a CTRL-ALT-Delete takes several tries before
    I can kill the app(s). It also seems that I get two instances of
    the project when I try to kill the app in Task Manager.
    Anyone seen this before???
    Catbandit are you there???
    eholz1

    Haven't seen it before but a perhaps obvious thing to try is
    to save the
    project as a *different* file after importing (or maybe just
    try
    copy/paste?) in the two new slides?
    Erik
    eholz1 wrote:
    > Hello Captivators,
    >
    > I have a problem. I call it a big problem. I am unable
    to import any slides
    > from one project to another.
    > I have a project with 15 slides, some with audio. And I
    have a similar
    > project with the same number of slides.
    >
    > I wanted to import from project a to project b just two
    slides with objects.
    > The import seems to work. I get an asterisk in the title
    bar, indicating the
    > project has changed (added two slides with audio). I
    then attempt to save this
    > project (under the same name). The screen locks, I get a
    permanent hourglass
    > (using Windows XP on HP xw8400 workstation), and the app
    goe to the "not
    > responding" state. and a CTRL-ALT-Delete takes several
    tries before I can kill
    > the app(s). It also seems that I get two instances of
    the project when I try
    > to kill the app in Task Manager.
    >
    > Anyone seen this before???
    >
    > Catbandit are you there???
    >
    > eholz1
    >
    Erik Lord
    http://www.capemedia.net
    Adobe Community Expert - Authorware
    http://www.adobe.com/communities/experts/
    http://www.awaretips.net -
    samples, tips, products, faqs, and links!
    *Search the A'ware newsgroup archives*
    http://groups.google.com/group/macromedia.authorware

  • Unable to import .doc or PDF documents to create a new project

    When trying to import a WORD document into RH 6.0 to create a
    new project, I am only able to proceed up to the Improt Word
    Document Wizard dialog "Covnersion Options". Clicking Next leads
    the program to start the import, however after a few seconds I get
    a message telling me that MS Word seems to not be responding.
    I alsow am unable to import PDF files. Here RH claims that
    the file type is is not supported or that the file is corrupted.
    I would really appreciate if somebody could explain to me
    what the problem is and how to troubleshoot it.
    Thanks!

    Hi prikol and welcome to the RH community. Can you let us
    have some more information please. What version of Word do you
    have? Has Word been installed after RH? Is this only happening on
    one project? Has it worked on other projects? Sorry for all the
    questions but if you can let us know the answers we can start to
    narrow down to the problem.

  • Unable to import Vob vedio file in to my project

    I am unable to import my VOB vedio file in to my Adobe Premier pro cs6.Please help me on this how can i edit .VOB file

    vob files are files from DVD and sometimes they are copyrighted and have meta data in them that makes it hard to use.. cause the manufacturer of that DVD tried to add data to the file so people can't abuse the copyright. Not all vob files have just video in them.. some have other stuff in them ... like menus and weird stuff that is used by the DVD to display chapters and special features and so on.. So basically not all VOB files are equal .. they are not all the same.. so your problem could be any number of problems...
    If you provide more info .. like maybe someone can help out a bit... but it may be hard to help solve the problem even WITH more info... depending where you got the file and what's inside it.  sorry that isnt very helpful right off the bat , but vob files can be weird.  Another problem with some vob files is that not all of them are written really 'correctly'... even though it is a standardized thing some programs that make vob files dont do a very good job of making them... so .. maybe more info from you could help.. but then again.. it might not lead to a happy ending for you...
    but good luck

  • Smart export/import - unable to import project that uses 'xml' technology

    Hello,
    I have smart exported project and this project uses technology 'XML'. When I'm trying to import it, there are following issues (screen) - no fix available to choose:
    http://screener.tk/f/o/f/z6nRM.png
    So, it seems technology 'XML' is not recognized during import, because it has different ID. On repository I'm trying to import to, XML has ID 27999. So, I manually edited SmartExport.xml file and changed all occurences of 1189 to correct ID: 27999 and tried again to import. After this change, there are no issues. But just after I start import, following error message is thrown and import fails:
    http://screener.tk/f/o/f/wf8R0.png
    The same issue when I'm trying to import any project that uses any not built-in technology. After importing technology on destination server, ID doesn't match. And if I change ID in SmartExport.xml, no issues but import fails due to error similar as above.
    So, what is the correct way to perform succesfull import/export in this cases and how to fix "dirrerent origin" errors? Do you have any idea?

    PS - have found other posts indicating that clips smaller than 2s or sometimes 5s, or "short files" can cause this. Modern style editing often uses short takes ! Good grief I cannot believe Apple. Well I deleted a half a dozen short sections and can export, but now of course the video is a ruined piiece of junk and I need to re-do the whole thing, the sound etc. which is basically taking as much time as the original. And each time I re-do it I risk again this lovely error -50 and again trying to figure out what thing bugs it via trial and error instead of a REASONABLE ERROR MESSAGE POINTING TO THE CLIP IT CAN'T PROCESS. What a mess. I HATE this iMovie application - full of BUGS BUGS BUGS which Apple will not fix obviously, since I had this product for a few years and see just hundreds of hits on Google about this error with disappointed users. Such junk I cannot believe I paid money for it and Apple does not support it with fixes !!!
    If anyone knows of a GOOD reasonably priced video editing program NOT from APPLE I am still looking for suggestions. I want to do more video in future, but obviously NOT with iMovie !!!

  • I am trying to import BPM Project.zip file into Oracle enterpriserepository

    I am trying to import BPM Project.zip file into Oracle enterpriserepository from admin tab.
    I am getting the following exception. please help if any one know the solution.
    Performing import...
    Import Failed: Error [100]: An unknown server-side error occurred. Please record stack trace (if available) and contact technical support.
    com.flashline.exception.LoggableException: trouble parsing file in import bundle: SampleWScall/activityGuide.agdl
         at com.flashline.cmee.openapi.service.subsystem.impexp.XMLTranslator.decode(XMLTranslator.java:157)
         at com.flashline.cmee.openapi.service.subsystem.impexp.ImportJob.doJob(ImportJob.java:74)
         at com.flashline.cmee.openapi.service.subsystem.impexp.AbstractJob.perform(AbstractJob.java:75)
         at com.flashline.cmee.openapi.service.subsystem.impexp.JobThread.run(JobThread.java:41)
    Audit results stored in:
    C:\Users\AVINAS~1.YEL\AppData\Local\Temp\import-4705112223687937017.log
    Audit for [Import job.] created on [2012-09-24 11:53:59 IST].
    2012-09-24 11:53:59 IST - Adding Import job with ID=[50403] to job queue.
    Thanks in Advance.

    Hi
    Why are you trying to import BPM zip file are you trying to configure the out of the box workflows?
    They are something that need to be deployed from the process admin on BPM.
    There would be the .exp file you would need as its BPM 10g that you would need to use.

  • Importing archived project from DVD

    I used burn disk to arcive a project to a DVD. That seemed to work fine.
    I then started a new project and tried to import the "archived project from the DVD and I keep getting this error:
    The file could not be imported: The file “Macintosh Hard Disk/Volumes/Media Drive/Home movies/Billie Jo awards” can’t be imported; QuickTime couldn’t parse it: -43
    So far I am unable to import this DVD or anything else into iMovie
    Any Ideas?
    David

    Your Archived DVD Project will only open in iDVD.
    To access the video you will need the burned copy of the DVD
    To import your DVD you will need a DVD ripper. I use Mac the ripper http://www.versiontracker.com/dyn/moreinfo/macosx/22715.
    If you want to only import the video (to edit or watch on your computer) chose in mode chapter extraction and select the ones you want (yes you can select them all). Then you will need to condvert the .VOB file (found in the video_TS file) to a .MOV or H264 using FFMpegX http://ffmpegx.com/download.html. If the binaries dont work just press cancel (you dont need them for this conversion). Then import your .MOV or .MP4 file into iMovie.
    That should do it
    eMac   Mac OS X (10.4.8)   1.42Ghz PPC G4

  • I am unable to open a project that I have worked on and saved.  I get an error message that the file is damaged and cannot be opened.

    I am unable to open a project that I have worked on and saved.  I get an error message that the file is damaged and cannot be opened.

    Leslie Tanaka
    Travel and detours have kept me from following up sooner. If the problem that you wrote about still persists.....
    Let us go back over that Adobe document regarding troubleshooting damaged projects.
    3. Delete the Application Preferences
    Where you able to follow that path and delete the Adobe Premiere Elements Prefs file at the end of the path? And, after you did, did the saved/closed programs still refuse to open? If you could not carry out this procedure, what were the limiting factors that kept you from do
    7. Test to see if individual media files are causing the problem.
    That is an important one. How far did you get into following the instructions given in the document? If you could not complete the test, what was the major block that prevented you from doing so?
    I want to make sure that we have gone through everything in that document and ruled all factors there in or out. If it was a matter of you not understanding the instructions, I am hoping that the above will channel you questions to me so that I can clarify anything that you did not understand in the Adobe document instructions.
    I do not recall if I asked previously. Even if you cannot open all your saved/closed projects, can you still open a new project and save/close it? Maybe even reopen it?
    Please review and consider.
    Thank you.
    ATR

  • Unable to Export iMovie project in everyway I have attempted for the past 2 weeks. Please Help! Due date coming up!

    I've unable to Export iMovie project in everyway I have attempted for the past 2 weeks.I have a late 2012 iMac with 8gb of RAM and 700 gb of free space on the hard drive. The video I am trying to export is 48 mins long with most of the source footage from a NIkon D3100 and several other cammcorders. I've been exporting with Apple Intermediate codec because that was the only one that has work so far but it only worked once and since then I have had to make changes to the project and now I'm unable to get it to work. For all Quicktime exports in H.264 or AIC (my prefered format for this export since I figured it'd offer the highest quality when I import it into Encore for making a dvd out of it) Which just stops exporting in the last few minutes without explination as to why or it crashes and quits. It either leaves a partial file or nothing at all. When I do "export movie" I get a "not enough memory Heap zone error"
    I don't know what to do any help would be greatly appreciated!
    By the way I happen to have Adobe CS6 Production Premium but didn't know how to use it as well when starting the project and now really regret not using it because it appears to be 10x more stable and capable of handling all the tasks I want it to do.

    Hi
    Error -108 memFullErr  Ran out of memory [not enough room in heap zone]
    Turn off - TimeMachine usually works - re-try.
    (the Application down in the Dock - not the Device)
    But this can mean many thing's - My first thought is
    Free Space on Start-Up hard disk. How much ? (other disks do not count)
    AppleMan1958
    Are your event clips in h.264? If so, you can solve this by Right clicking on your Event Name and choose "Optimize Media". You can choose Full for 1080P or Large for 960P according to your preference.
    After you have optimized your Event, you should be able to Share with no problem.
    Lennart Thelander
    -108 mean you are running out of (free) RAM.
    Try restarting the computer just prior to sharing. That frees up RAM.
    from mynameisearl
    Final Entry
    Ok - after much cutting, trial and error and days of work I have never really established a root cause for the -108 error. Nothing I did resolved the issue to the orginal project.
    The only work around I have found is to split the Original Project into two.
    What I found was that anything around the 60 mins mark and above just failed to render in HD and showed the -108 error.
    What worked for me was creating two project files - one around 57mins long - the other a part 2 - around 17 mins long. All using exactly the same source clips, photo's, music and transitions as the orginal.
    This now works. I guess having it split in two makes it a little easier to work with as I wont have to keep rendering the first part which does not change but really wish Apple would throw some light on this.
    Anyway - I hope all of the above at least proves useful for others.
    Good Luck

  • Unable to import images to iMovie, or copy and paste images.

    As the title states, I am unable to import images from either iPhoto, the iMovie photo selector, or finder. Furthermore I cannot copy the rest of my timelapse from a second project into the origional, it just pastes one image in a different size and quality many times over. I was able to make a time lapse not more than five days ago before the update, so what gives? I am very frustrated. Everything is slow, it eats up all of my ram, and will freeze when I attempt to import images. I have all the updates, new retina pro, reinstalled iMovie; all the basic steps.. These are all images from a GoPro camera, and the first timelapse used all of the same files, I know it isn't a .jpeg problem or anything like that. So far it seems like a complete software failure and it is beyond my hands now but I would greatly appreciate some input.
    Thanks.
    Jake.

    So if you select a protion of a clip, it gets outlined in yellow, and then when you mouse over it the cursor should be a little hand icon.
    If you're not seeing that, you've got a problem.
    Do you have another user account on your computer so you can try to see if you have the same issues? Maybe even create a new one for testing purposes.
    Are you near an Apple Store you could drop by?
    I'm not sure what else to suggest.
    Matt

  • Renderfarm error: Pre-Flight Error: Unable to import previously rendered file

    I have an error message I am receiving during network rendering on a  renderfarm, and was hoping for some help. The error is this: "Pre-Flight  Error: Unable to import previously rendered file."
    Here is my setup and some details:
    The user makes a comp, and adds it to the render queue set to render as a  quicktime movie file. Then they run a script which precomps everything  and sets it to render as a image sequence with "Skip existing files"  checked. This comp also has a post-render action set to import &  replace usage. After this comp is rendered, it gets pulled back into the  project and the original render item starts rendering the movie file  using the previously rendered image sequence as it's only layer.
    This project gets saved to a server where our render nodes are watching  the folder. All the render nodes pick up the project and proceed to  render the image sequence. Then, after they are done, 1 machine will  pick up the second render item and begin rendering the image sequence  into the final quicktime movie.
    All of this goes smoothly about 90% of the time. However, in some cases  an error shows up in the watch folder html page for the 2nd render item  (the one converting the image sequence to the movie). The error says  "Pre-Flight Error: Unable to import previously rendered file." After the  error occurs, no machines will start rendering the project.
    My first guess is that the render engine on one machine somehow skips  rendering the image sequence comp, and then tries to render the  quicktime movie comp and fails because the image sequence has not yet  been rendered. However, I can't figure out why After Effects would skip  rendering the first comp.
    Does anyone have any idea?
    Thanks for the help, and let me know if you have any more questions about the setup,
    Adam

    Well, you should get used to the fact that it's simply gone... Just looking at your screenshot makes me grind my teeth. From delayed writing of files to fragmentation in user folders to Windows doing obscure things this could be anything, but seriously, saving important files on the desktop? That is simply sloppy data management. There is no other way to say it. Read up on what proper file naming, incremental saving and backups are good for and why keeping work files separate and away from your user home directories is actually a quite simple, yet effective concept to avoid exactly that kind of issue.
    Mylenium

  • I am unable to see a project on the i Movie player screen

    I am unable to see any project (saved or in process) in the player screen of i Movie.

    Leslie Tanaka
    Travel and detours have kept me from following up sooner. If the problem that you wrote about still persists.....
    Let us go back over that Adobe document regarding troubleshooting damaged projects.
    3. Delete the Application Preferences
    Where you able to follow that path and delete the Adobe Premiere Elements Prefs file at the end of the path? And, after you did, did the saved/closed programs still refuse to open? If you could not carry out this procedure, what were the limiting factors that kept you from do
    7. Test to see if individual media files are causing the problem.
    That is an important one. How far did you get into following the instructions given in the document? If you could not complete the test, what was the major block that prevented you from doing so?
    I want to make sure that we have gone through everything in that document and ruled all factors there in or out. If it was a matter of you not understanding the instructions, I am hoping that the above will channel you questions to me so that I can clarify anything that you did not understand in the Adobe document instructions.
    I do not recall if I asked previously. Even if you cannot open all your saved/closed projects, can you still open a new project and save/close it? Maybe even reopen it?
    Please review and consider.
    Thank you.
    ATR

  • Flash unable to import mx.graphics.codec

    Hi
    I am having a wied issue with flash flash is unable to import
    mx.graphics.codec
    error  1172 a definition could not be found
    do I have to download this codec from some place, it seem to me that they must be here
    thanks

    here's the pngencoder class (which, i think, is currently the only class in that package):  http://svn.stefanix.net/filedetails.php?repname=actionscript&path=/flex/frameworks/project s/framework/src/mx/graphics/codec/PNGEncoder.as&rev=42

Maybe you are looking for