Writing a new file in non-existent directory

I've written a program that will read files from one area and write them to another. It works great when the directory structure is already in place, but when I try to write the file in a directory that doesn't exist then problems occur. I was just wondering if there was some way of making it create the directory for me or do I have to parse the string and create the directories by hand? Thanks,
Dave Johansen

There's also a File.mkdirs() that will create any non-existent parent directories.

Similar Messages

  • Saving a file to a non-existing directory

    Hello all,
    I would like to know if it is possible to save a file to a non-existing directory using Java. I have a bad feeling that it's not possible, but if there is anyone out there who thinks otherwise, please tell me how it can be done.
    Thanks very much!
    Greetz Hans

    Hi,
    Of course you can create all you want.
    Try
              File fichier = new File(chemin);
              if ( ! fichier.exists()) {
                   // the path doesn't exist
                   ok = fichier.mkdirs();
    The mkdirs (with the s) can create the path in a recursive mode. See the File object's help
    Regards, JFB

  • ORA-22285 - non-existent directory or file for FILEOPEN operation

    Hello
    I want to insert the xmldata from a xmlfile to the a table, with this scirpt:
    #!/bin/sh
    set -x
    for i in `find . -name "dspevent*.xml"| awk -F"/" '{print $NF}'`
    do
    echo $i
    fname_old=$i
    fname_neu=`ls $i | awk '{print "OK_"$0}'`
    cat $i | sed 's/aps://g' >$fname_neu
    echo $fname_neu
    rm $i
    #insert_xml $fname_neu
    INSERT_XML=`sqlplus -s username/passwort@database <<EOF
    INSERT INTO event_xml (name,
    dtsysl,
    hrsysl,
    dtcptl,
    nusesi,
    dsp_step,
    dsp_state,
    bat_class,
    bat_program,
    bat_seqi,
    bat_state)
    SELECT *
    FROM XMLTABLE (
    'Operations/Event'
    PASSING xmltype (BFILENAME ('EVENT_DIR', '$fname_neu'),
    NLS_CHARSET_ID ('CHAR_CS'))
    COLUMNS name VARCHAR (40) PATH 'name',
    dtsysl DATE PATH 'dtsysl',
    hrsysl NUMBER PATH 'hrsysl',
    dtcptl DATE PATH 'dtcptl',
    nusesi NUMBER PATH 'nusesi',
    dsp_step VARCHAR (40) PATH 'DSP/step',
    dsp_state VARCHAR (40) PATH 'DSP/state',
    bat_class VARCHAR (40) PATH 'BAT/class',
    bat_program VARCHAR (40) PATH 'BAT/program',
    bat_seqi NUMBER PATH 'BAT/seqi',
    bat_state VARCHAR (40) PATH 'BAT/state');
    EOF
    `
    done
    But the problem is, that I have always this error message:
    ORA-22285 -> non-existent directory or file for FILEOPEN operation
    I'd create a direcotrie and over utl_file.fopen I can write a file to this directorie, but this works over the path, not over the directory name. the utl_file_dir parameter was also set to the correct path. Whats wrong or how can I debug this problem?
    thanks.
    roger

    - the name of the directory is correct.
    - how can I check, that the user can use the directory?
    - in this logfile you can see that, the file name will replace correctly:
    ./dspevent.sh
    + awk -F/ {print $NF}
    + find . -name dspevent*.xml
    + echo dspevent_db_20110503030448_10641.xml
    dspevent_db_20110503030448_10641.xml
    fname_old=dspevent_db_20110503030448_10641.xml
    + awk {print "OK_"$0}
    + ls dspevent_db_20110503030448_10641.xml
    fname_neu=OK_dspevent_db_20110503030448_10641.xml
    + sed s/aps://g
    + cat dspevent_db_20110503030448_10641.xml
    + echo OK_dspevent_db_20110503030448_10641.xml
    OK_dspevent_db_20110503030448_10641.xml
    + rm dspevent_db_20110503030448_10641.xml
    + sqlplus -s username/passwort@db
    INSERT INTO event_xml (name,
    dtsysl,
    hrsysl,
    dtcptl,
    nusesi,
    dsp_step,
    dsp_state,
    bat_class,
    bat_program,
    bat_seqi,
    bat_state)
    SELECT *
    FROM XMLTABLE (
    'Operations/Event'
    PASSING xmltype (BFILENAME ('EVENT_DIR', 'OK_dspevent_db_20110503030448_10641.xml'),
    NLS_CHARSET_ID ('CHAR_CS'))
    COLUMNS name VARCHAR (40) PATH 'name',
    dtsysl DATE PATH 'dtsysl',
    hrsysl NUMBER PATH 'hrsysl',
    dtcptl DATE PATH 'dtcptl',
    nusesi NUMBER PATH 'nusesi',
    dsp_step VARCHAR (40) PATH 'DSP/step',
    dsp_state VARCHAR (40) PATH 'DSP/state',
    bat_class VARCHAR (40) PATH 'BAT/class',
    bat_program VARCHAR (40) PATH 'BAT/program',
    bat_seqi NUMBER PATH 'BAT/seqi',
    bat_state VARCHAR (40) PATH 'BAT/state');
    INSERT_XML= PASSING xmltype (BFILENAME ('EVENT_DIR', 'OK_dspevent_db_20110503030448_10641.xml'),
    ERROR at line 15:
    ORA-22285: non-existent directory or file for FILEOPEN operation
    ORA-06512: at "SYS.XMLTYPE", line 296
    ORA-06512: at line 1
    + echo dspevent_db_20110502190712_10641.xml
    dspevent_db_20110502190712_10641.xml

  • Hey software does not respond when I open a new file or an existing file

    Hey software does not respond when I open a new file or an existing file

    Nobody can tell you anything without system info and other technical details.
    Mylenium

  • Progrem does not respond cs5- when I open a new file or an existing file

    progrem does not respond cs5- when I open a new file or an existing file

    Nobody can tell you anything without proper system info, error messages and possibly crash logs/ system logs.
    Mylenium

  • I just installed Photoshop CC on new Windows 8.1 pro system and now it wont create new file or open existing files.

    Ugh this is so frustrating and I suspect it is an easy fix I am too tired to figure out.
    I just got a new PC and installed Creative Cloud and Photoshop CC, logged in and launched Photoshop. It launches fine, no error messages or anything. The tutorial window pops up and I close it. Then if I try to create a new file (the option window comes up) nothing happens after I submit the options. I mean nothing. No error message, no crash, no file canvas nothing. If I try to open an existing file it loads Photoshop as if it is going to open the file and Photoshop loads without any error messages but no file, again nothing.
    Please help.
    I am so behind in my work lol.

    After three or four tries, it just started working - I didn't change any settings or anything. I was just showing my friend how it wouldn't work and bam it opened a file finally...
    never seen this behavior before...

  • Can't create new files in curlftpfs mounted directory

    Hi All.
    I'm trying to mount an FTP directory locally so I can use it as a local directory.
    I have this in my fstab:
    curlftpfs#USERNAME:[email protected] /media/ftp fuse rw,allow_other,proxy=,uid=500,user 0 0
    now, here's the weird thing.
    I can edit files in there fine.
    If I try to create a new file (using mousepad for example) the file is created, then I get an error 'unable to write file'.
    The problem with that is that when I try to (for example) create a new project in kdevelop using this directory, the 'unable to write file' error means kdevelop isn't able to create it's project file.
    Help?

    duplicated thread

  • Fire up a copy thread when the new file added to the directory

    Hello,
    I am writing a thread to copy the files from a specific directory to the server. Since the files are sent to this directory by another group and I want to do the coping whenever the files are in the directory.
    Could you tell me how I can monitor the files in the directory and fire up the copy thread when the files are there?
    Thanks in advance!
    David

    Guess you can use a thread to check the directory for any changes and, if found, do the copying. You can use the same thread you used to copy for checking as well.

  • IMAQdx Read Attributes.vi WRITES .icd file if none exists - AWFUL!

    I use "IMAQdx Read Attributes.vi" to load my GigE camera's configuration when the user wants to start grabbing frames.  I feed the path and filename into the "Filename" input as a string constant.  I just discovered that if I delete the .icd file from the disk, "IMAQdx Read Attributes.vi" does NOT throw an error (as I would expect when it can't find the file I told it), but instead just presses on with whatever configuration happens to be loaded in the camera's memory.  Then, to add insult to injury, this READ function takes it upon itself to just WRITE an .icd file out to disk containing the current camera configuration!
    Oh no!
    See, I don't want the user to be able to run with any configuration except that which is in the disk file.  With this functionality I've described, there is no warning that the user may not be running the correct configuration, PLUS the "sacred" location and filename on the disk which should only contain the pristine configuration file gets populated by some file that looks just right on the surface (has right filename, is in right location), but could contain whatever garbage was in the camera's memory!!
    I recommend NI change the behavior of "IMAQdx Read Attributes.vi" such that it throws an error code if the file is not found, and NEVER writes files.  Writing .icd files should be accomplished with "IMAQdx Write Attributes.vi".

    Thank you for your reply, BlueCheese.
    If by "the Open" you are referring to my use of "IMAQdx open camera.vi," then no, it is not that call which is creating the .icd file.  The text string showing the path and .icd filename is not fed to any vi until after my call to "IMAQdx open camera.vi," so that vi would not know where to write a "default" .icd.  I see in the Detailed Help for "IMAQdx open camera.vi" that it "loads a camera configuration file," but I do not know how you extrapolate from that that it "will create a default ICD from the camera config if one does not exist."  Maybe an "ICD" is not the .icd disk file, but rather the configuration set itself.
    Regardless, I'm quite sure it is the "IMAQdx Read Attributes.vi" that is doing the disk file writing.  Programmatically, I know how to get around it, no problem.  I can put in code to go check for the file before invoking the "...Read Attributes.vi," but my point is I should not have to.  NI should write the "...Read Attributes.vi" such that if the file does not exist, you get that as an output error.  This is the safe and logical way to go.  It also highlights my biggest gripe about LabVIEW (which I do like, by the way :-):  The "Detailed Help" is really lacking in a lot of ways.  Shouldn't "What happens if the file is not found on the disk" behavior be documented?  It isn't.  You have to write a sample program to tease out the behavior of almost any NI-provided vi.  It's a big waste of time.

  • Adding new files to the existing Keyword Collections

    Hi,
    I have been using Keyword Collections as folders when importing files - not sure if there is a "normal" way of creating folders for clips/audio/other files? 
    Anyway, when I start a project and import a folder with a few files, I create  Keyword Collection. Later on, when I add more files into that folder in Finder and try to import the same folder as keyword collection again, the "new" files will not be assigned with that keyword collection. They're thrown straight into the event and the keyword collection only shows files from the first import.
    In other words, having a Keyword Collection created when importing a folder - is there a way to assign more files to it later on? Sorry if it's a stupid question.
    Thanks,
    Kamil

    YYou can drag them into the keyword collection once you've imported them. Another simple way is to pick up the files in the Finder, use Cmd-tab to switch to FCP, and drag them directly to the collection. The clips will import using your import preference.

  • Appending files to an existing directory rather than replacing.....

    I am a recent 'SWITCH' user, having fought my way through many reincarnations of that other OS flavour, much to my emotional discomfort.
    One thing I have noticed (and annoys me a little) is that when you copy a directory in OSX to a different location, it looks for duplicates at a 'directory level' rather than a 'file level'.
    eg If I have a directory on another HDD called My Music containing files Song 1 and Song 2 and I wish to transfer a second directory called My Music containing files Song A and Song B and Song 1.
    In Mac OSX, I get a warning saying the HDD already contains the Directory "My Music" do I want to replace?.....if you do, it does just that and copies over the original files....output "Song A, Song B and Song 1"....an exact replacement.
    In the other OS, you would get the message that the Directory already contains "Song 1", do I want to replace.......if I answer yes, the version is replaced but all other files are appended to that directory and output would be "new Song 1, Song 2, Song A and Song B".
    I know that it can be done in OSX like the 'other OS' because I have a small cataloging program that seems to be able to append......is there a simple key-press combination when selecting the files that changes this or a register /preference change that could fix this for me? Would prefer to transfer and dump manually rather than have the OS decide for me!!
    Still have to use the other OS and find this the most infuriating difference between the two flavours of OS (ie Lost data in file transfer operations in OSX!!). You could argue that I need to retrain myself to think differently, but I find this the most difficult thing to get into my head!!
    Thanks...is probably the most basic operation to fix, but please go easy on a 'switching newbie!". Please chuckle silently to yourself!!!
    Thanks
    Gareth

    Hi Gareth.
    You wrote: "In Mac OSX, I get a warning saying the HDD already contains the Directory "My Music" do I want to replace?.....if you do, it does just that and copies over the original files....output "Song A, Song B and Song 1"....an exact replacement.
    In the other OS, you would get the message that the Directory already contains "Song 1", do I want to replace.......if I answer yes, the version is replaced but all other files are appended to that directory and output would be "new Song 1, Song 2, Song A and Song B".
    I know that it can be done in OSX like the 'other OS' because I have a small cataloging program that seems to be able to append....."Actually, what you are seeing is Mac OS X working as designed: that's how copy works in Mac OS X. There is no workaround for this.
    The "cataloging" app to which you refer is probably handling the issue programatically. In other words, the behavior is programmed, it is not using the Mac OS X default behavior.
    What you probably want to look at is "Sync" software, such as the following apps:
    - ChronoSync.
    - You Syncrhonize.
    - Folders Synchronizer X.
    The sync software area seems to be a mixed bag of applications that could all use improvement. ChronoSync has been one of the highest-rated I've read about. You may also need to consider how Sync software will work if the "other HDD" is formatted for Windows (MS-DOS or FAT32) instead of in Mac OS Extended (aka HFS Plus or HFS+) format.
    When looking for new applications, I recommend searching MacUpdate or Version Tracker. You may want to explore those sites for additional Sync software applications.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Something wrong in writing a new file

    Hello,
    I'm new to Java and I seem to have trouble in writing a string to a file.
    Here is the code:
    void show_seat()
              try
                   BufferedWriter tr=new BufferedWriter(new FileWriter("try.txt"));
                   for(int i=0;i<5;i++)
                        for(int j=0;j<4;j++)
                             String t=fclass[i][j];
                             tr.write(t);
                             x.print(t);
                        x.println("");
              catch(IOException e)
                   System.out.println("File Not found");
         }My array is perfect and it is printing out the correct output. But for some reason it just doesn't write it into the file.
    Also could someone tell me how to close a file properly!!

    You need to flush the writer. Close()ing it willdo
    that. The close() call should be in a finallyblock.
    Well I'm trying to close the file by saying
    tr.close();
    But is says it cannot be resolvedBecause you declared it inside the try block.
    BufferedWriter br = null;
    try {
       br = ...
       br.write or whatever
    catch (...) {
      Note that just printing defeats the purpose of catching.
      You should handle it or not catch it in the first place.
      For a simple exercise like this it's okay though.
    finally {
      if (br != null) {
        try {
          br.close();
        catch (Throwable th) {
          Here it's correct to do nothing at all or just log it.
    } >
    And Also I haven't learnt about how to flush the
    Buffer in class.Closing it will flush it.

  • Can't create new files nor open existing ones.

    It's been a while since I last used photoshop, a similar kind of problem made me move away from the product, but the new features in CS6 are enticing enough for me to be interested in trying it again.
    My problem is that, while the interface is completely usable (I can open the color picker, play with tools and preselects) trying to open a file or creating a new one does absolutely nothing.
    File->New or CTRL+N will show the busy cursor for but a brief second, and then disappear, dragging a file to the interface shows me the "denied" cursor (black circle with a bar), File->Open lets me browse my disk but then when I select the image, nothing happens.
    I've been scouring the forums for a solution to this and tried so many things that it's impossible for me to even try and list them all, so I'll accept any suggestion and try anything, I'll sum up what I did try in the first post (if it stays editable).
    Please let me succeed in this, I'd love to go back to photoshop.

    How can I test the other display theory? I didn't connect any new monitor (I do use 2) but I occasionally use stuff like remote desktop tools.
    I'll try and update the display drivers (even tho I updated them recently).
    P.S.: opening it on the other monitor worked. What the heck. Any way I can make it work on both monitors?
    I'll be making more tests in the meanwhile.

  • LR3 imports into non-existent directory

    I try to import into a certain directory, ...2010/March/Spain. Starting a week after installing the product LR would create a directory ...2010/March/Spain/Justin and place the photos there. I would remove the photos from LR and delete the Justin subdirectory. Try the import again; LR creates ..2010/March/Spain/Justin and places the photos there. Even after the directory is deleted and the PC rebooted, LR continues to show the subdirectory LR as present although the directory has been deleted.
    There are directories named Justin, such as .../2010/April/Justin and .../2010/May/Justin. But LR creates one on its own.
    The image below shows the problem. In the image of the folder next to Justin (on the To side of the import dialog) there is a plus sign on the folder.
    Anyone have any idea why LR3 continues to create and show ../2010/March/Spain/Justin, even when it doesn't exist, on the To side of the import dialog?
    Thanks.

    That's because you have "Into sub folder" and a subfolder name of Justin.
    Uncheck the box and it will not create a sub-folder named Justin.

  • Illustrator CS6 Hangs: New Files or Opening Existing Files

    Date/Time:       2013-04-07 14:58:28 +0200
    OS Version:      10.7.5 (Build 11G63b)
    Architecture:    x86_64
    Report Version:  9
    Command:         Illustrator
    Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Version:         723 (16.0.0)
    Parent:          launchd [132]
    PID:             10493
    Event:           hang
    Duration:        0.83s
    Steps:           10 (100ms sampling interval)
    Pageins:         19
    Pageouts:        0

    Date/Time:       2013-04-07 14:58:28 +0200
    OS Version:      10.7.5 (Build 11G63b)
    Architecture:    x86_64
    Report Version:  9
    Command:         Illustrator
    Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Version:         723 (16.0.0)
    Parent:          launchd [132]
    PID:             10493
    Event:           hang
    Duration:        0.83s
    Steps:           10 (100ms sampling interval)
    Pageins:         19
    Pageouts:        0
    Process:         Adobe Illustrator [10493]
    Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Architecture:    x86_64
    UID:             501
      Thread 0x37192      DispatchQueue 1
      User stack:
        10 ??? (in Adobe Illustrator) [0x100163358]
          10 ??? (in Adobe Illustrator) [0x1006f8bb4]
            10 ??? (in Adobe Illustrator) [0x100708de1]
              10 ??? (in Adobe Illustrator) [0x100769a58]
                10 exo::app::OS_AppBase::RunEventLoop() + 55 (in exo) [0x108e71747]
                  10 -[NSApplication run] + 470 (in AppKit) [0x7fff8b2589b9]
                    10 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff8b25c07d]
                      10 _DPSNextEvent + 2019 (in AppKit) [0x7fff8b25ccc9]
                        10 _NSHandleCarbonMenuEvent + 250 (in AppKit) [0x7fff8b2c71da]
                          10 _HandleMenuSelection2 + 580 (in HIToolbox) [0x7fff8e143592]
                            10 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 600 (in HIToolbox) [0x7fff8e143fc9]
                              10 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 101 (in HIToolbox) [0x7fff8e14c883]
                                10 SendMenuItemSelectedEvent + 253 (in HIToolbox) [0x7fff8e2825b5]
                                  10 SendMenuCommandWithContextAndModifiers + 56 (in HIToolbox) [0x7fff8e23ae2d]
                                    10 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 398 (in HIToolbox) [0x7fff8e1537b5]
                                      10 SendEventToEventTarget + 76 (in HIToolbox) [0x7fff8e10d6db]
                                        10 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCall Rec + 446 (in HIToolbox) [0x7fff8e0f6840]
                                          10 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263 (in HIToolbox) [0x7fff8e0f7234]
                                            10 NSSLMMenuEventHandler + 339 (in AppKit) [0x7fff8b3c69bb]
                                              10 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 138 (in AppKit) [0x7fff8b57a6f9]
                                                10 -[NSMenu _internalPerformActionForItemAtIndex:] + 38 (in AppKit) [0x7fff8b6ebb08]
                                                  10 -[DVAMacMenu performActionForItemAtIndex:] + 61 (in dvaui) [0x10862293d]
                                                    10 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 125 (in AppKit) [0x7fff8b44c536]
                                                      10 -[NSMenuItem _corePerformAction] + 399 (in AppKit) [0x7fff8b44c7ff]
                                                        10 -[NSApplication sendAction:to:from:] + 139 (in AppKit) [0x7fff8b35f8ca]
                                                          10 -[NSObject performSelector:withObject:] + 61 (in CoreFoundation) [0x7fff8fd1870d]
                                                            10 -[ExoMacApplication handleMenuCommand:] + 187 (in exo) [0x108e73e9b]
                                                              10 void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 93 (in dvacore) [0x107ef497d]
                                                                10 void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void>(boost::f unction0<void>, bool*) + 250 (in dvacore) [0x107ef0e9a]
                                                                  10 ??? (in Adobe Illustrator) [0x10076bb5b]
                                                                    10 int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 123 (in dvacore) [0x107ef1e0b]
                                                                      10 exo::app::OS_AppBase::DispatchMenuCommand(int) + 119 (in exo) [0x108e72417]
                                                                        10 exo::uisupport::CommandHandlerBase::CallCommandChain(int) + 62 (in exo) [0x108ee7ffe]
                                                                          10 exo::uisupport::CommandHandler::DoCallMyCommandChain(int) + 36 (in exo) [0x108ee85f4]
                                                                            10 exo::uisupport::CommandHandler::HandleCommand(int) + 259 (in exo) [0x108ee85a3]
                                                                              10 ??? (in Adobe Illustrator) [0x100769f14]
                                                                                10 ??? (in Adobe Illustrator) [0x10048f9d3]
                                                                                  10 ??? (in Adobe Illustrator) [0x10047d66e]
                                                                                    10 ??? (in Adobe Illustrator) [0x10047af78]
                                                                                      10 ??? (in Adobe Illustrator) [0x10040e89d]
                                                                                        10 PluginMain + 343201 (in IllustratorUI) [0x1230dab91]
                                                                                          10 PluginMain + 9806 (in IllustratorUI) [0x12308953e]
                                                                                            10 dvaui::ui::OS_Dialog::RunModal() + 175 (in dvaui) [0x1085dd88f]
                                                                                              10 dvaui::ui::OS_Dialog::ModalLoop() + 177 (in dvaui) [0x1085ddbe1]
                                                                                                 10 -[NSApplication runModalSession:] + 48 (in AppKit) [0x7fff8b509f4c]
                                                                                                   10 -[NSApplication _realDoModalLoop:peek:] + 708 (in AppKit) [0x7fff8b510797]
                                                                                                     10 -[ExoMacApplication sendEvent:] + 956 (in exo) [0x108e7310c]
                                                                                                       10 -[DVAMacApplication sendEvent:] + 261 (in dvaui) [0x1085e56d5]
                                                                                                         10 -[NSApplication sendEvent:] + 5593 (in AppKit) [0x7fff8b2c23a5]
                                                                                                           10 -[NSWindow sendEvent:] + 6306 (in AppKit) [0x7fff8b328c98]
                                                                                                             10 -[DVAMacContainerView mouseDown:] + 148 (in dvaui) [0x1085f5954]
                                                                                                               10 void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 93 (in dvacore) [0x107ef497d]
                                                                                                                 10 void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void>(boost::f unction0<void>, bool*) + 250 (in dvacore) [0x107ef0e9a]
                                                                                                                   10 ??? (in Adobe Illustrator) [0x10076bb5b]
                                                                                                                     10 int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 123 (in dvacore) [0x107ef1e0b]
                                                                                                                       10 dvaui::ui::OS_View::UI_HandlePlatformEvent(NSEvent*) + 65 (in dvaui) [0x1085f2131]
                                                                                                                         10 dvaui::ui::OS_View::UI_HandleOSEvent(dvaui::ui::OS_Event*) + 31 (in dvaui) [0x1085e66af]
                                                                                                                           10 dvaui::ui::OS_View::UI_DispatchEvent(dvaui::ui::OS_Event*) + 268 (in dvaui) [0x1085fb2fc]
                                                                                                                             10 dvaui::ui::OS_View::UI_DispatchPlatformMouseClickEvent(dvaui::ui::OS_Event const&) + 321 (in dvaui) [0x1085f2491]
                                                                                                                               10 dvaui::ui::OS_View::UI_DispatchPlatformMouseEvent(dvaui::ui::MouseEvent const&, bool) + 296 (in dvaui) [0x1085fa318]
                                                                                                                                 10 dvaui::ui::UI_Node::UI_DispatchMouseEvent(dvaui::ui::MouseEvent const&, bool) + 68 (in dvaui) [0x108566804]
                                                                                                                                   10 dvaui::ui::UI_Node::UI_DispatchMouseEventToTarget(dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&, bool) + 175 (in dvaui) [0x10856673f]
                                                                                                                                     10 dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeaf(dvaui::ui::MouseEvent const&, bool) + 86 (in dvaui) [0x108566636]
                                                                                                                                       10 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::DispatchMouseEv ent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 177 (in dvaui) [0x10856fed1]
                                                                                                                                         10 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::DispatchMouseEv ent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 177 (in dvaui) [0x10856fed1]
                                                                                                                                           10 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::DispatchMouseEv ent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 177 (in dvaui) [0x10856fed1]
                                                                                                                                             10 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::DispatchMouseEv ent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 177 (in dvaui) [0x10856fed1]
                                                                                                                                               10 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::DispatchMouseEv ent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 124 (in dvaui) [0x10856fe9c]
                                                                                                                                                 10 dvaui::ui::UI_Node::DispatchMouseEvent::operator()(dvaui::ui::UI_Node*, dvaui::ui::UI_Node*, dvacore::geom::PointT<float> const&) const + 194 (in dvaui) [0x1085663f2]
                                                                                                                                                   10 dvaui::ui::UI_Node::UI_DispatchMouseEventToLeaf(dvaui::ui::UI_Node*, dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&) + 71 (in dvaui) [0x108562af7]
                                                                                                                                                     10 dvaui::controls::BasicFlyoutMenuItem::UI_DoMouseEvent(dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&) + 240 (in dvaui) [0x108347c40]
                                                                                                                                                       10 dvaui::controls::UI_IconFlyoutMenu::SelectItem(int) + 431 (in dvaui) [0x1083479ff]
                                                                                                                                                         10 boost::detail::function::void_function_obj_invoker1<dvaui::ui::MessageFunctionAdapter<dva ui::ui::MessageT<dvaui::ui::UI_Node>, dvaui::controls::IconFlyoutMenuChangedMessage, boost::function1<void, dvaui::controls::IconFlyoutMenuChangedMessage*> >, void, dvaui::ui::MessageT<dvaui::ui::UI_Node>*>::invoke(boost::detail::function::function_buffe r&, dvaui::ui::MessageT<dvaui::ui::UI_Node>*) + 209 (in dvaadameve) [0x107316741]
                                                                                                                                                           10 dvaui::controls::UI_Popup::FlyoutMenuChanged(dvaui::controls::IconFlyoutMenuChangedMessag e*) + 202 (in dvaui) [0x1083d311a]
                                                                                                                                                             10 dvaui::controls::UI_ControlView::SendValueChangedMessage() + 52 (in dvaui) [0x10830f654]
                                                                                                                                                               10 void dvaui::ui::SendMessagesT<dvacore::utility::SharedFunctions<boost::shared_ptr<boost::funct ion<void ()(dvaui::ui::MessageT<dvaui::ui::UI_Node>*)> > >, dvaui::ui::MessageT<dvaui::ui::UI_Node> >(dvacore::utility::SharedFunctions<boost::shared_ptr<boost::function<void ()(dvaui::ui::MessageT<dvaui::ui::UI_Node>*)> > > const&, dvaui::ui::MessageT<dvaui::ui::UI_Node>*) + 63 (in dvaui) [0x10831390f]
                                                                                                                                                                 10 PluginMain + 136593 (in IllustratorUI) [0x1230a8481]
                                                                                                                                                                   10 PluginMain + 577600 (in IllustratorUI) [0x123113f30]
                                                                                                                                                                     10 ??? (in Adobe Illustrator) [0x10046ca2b]
                                                                                                                                                                       10 ??? (in Adobe Illustrator) [0x10046a9f2]
                                                                                                                                                                         10 ??? (in Adobe Illustrator) [0x1003e79e5]
                                                                                                                                                                           10 ??? (in Adobe Illustrator) [0x100accfcf]
                                                                                                                                                                             10 ??? (in Adobe Illustrator) [0x100ac3c61]
                                                                                                                                                                               10 ??? (in Adobe Illustrator) [0x1009930e0]
                                                                                                                                                                                 10 ??? (in Adobe Illustrator) [0x100966e49]
                                                                                                                                                                                   10 ??? (in Adobe Illustrator) [0x100a32e45]
                                                                                                                                                                                     10 ??? (in Adobe Illustrator) [0x10044ca0e]
                                                                                                                                                                                       10 ??? (in Adobe Illustrator) [0x10044c7d3]
                                                                                                                                                                                         10 ??? (in Adobe Illustrator) [0x100529674]
                                                                                                                                                                                            10 ??? (in Adobe Illustrator) [0x1005295c0]
                                                                                                                                                                                              10 ??? (in Adobe Illustrator) [0x100528bab]
                                                                                                                                                                                                10 ??? (in Adobe Illustrator) [0x100528579]
                                                                                                                                                                                                  10 ??? (in Adobe Illustrator) [0x1005240a5]
                                                                                                                                                                                                    10 ??? (in Adobe Illustrator) [0x10054afed]
                                                                                                                                                                                                      10 ??? (in Adobe Illustrator) [0x100549ee3]
                                                                                                                                                                                                        10 ??? (in Adobe Illustrator) [0x10054968f]
                                                                                                                                                                                                          10 ??? (in Adobe Illustrator) [0x10055f9fb]
                                                                                                                                                                                                            10 ??? (in Adobe Illustrator) [0x100b32a8f]
                                                                                                                                                                                                              10 ??? (in Adobe Illustrator) [0x1009674e2]
                                                                                                                                                                                                                10 std::_Rb_tree<SPSUAS, std::pair<SPSUAS const, int>, std::_Select1st<std::pair<SPSUAS const, int> >, std::less<SPSUAS>, std::allocator<std::pair<SPSUAS const, int> > >::erase(SPSUAS const&) + 13900 (in Adobe Illustrator) [0x100c951ac]
                                                                                                                                                                                                                  10 std::_Rb_tree<SPSUAS, std::pair<SPSUAS const, int>, std::_Select1st<std::pair<SPSUAS const, int> >, std::less<SPSUAS>, std::allocator<std::pair<SPSUAS const, int> > >::erase(SPSUAS const&) + 1228 (in Adobe Illustrator) [0x100c9202c]
                                                                                                                                                                                                                    10 std::_Rb_tree<SPSUAS, std::pair<SPSUAS const, int>, std::_Select1st<std::pair<SPSUAS const, int> >, std::less<SPSUAS>, std::allocator<std::pair<SPSUAS const, int> > >::erase(SPSUAS const&) + 24282 (in Adobe Illustrator) [0x100c97a3a]
                                                                                                                                                                                                                      10 ??? (in Adobe Illustrator) [0x10097b30b]
                                                                                                                                                                                                                        10 ??? (in Adobe Illustrator) [0x1009b9a60]
                                                                                                                                                                                                                          10 ??? (in Adobe Illustrator) [0x1009b6665]
                                                                                                                                                                                                                            10 std::_Rb_tree<SPSUAS, std::pair<SPSUAS const, int>, std::_Select1st<std::pair<SPSUAS const, int> >, std::less<SPSUAS>, std::allocator<std::pair<SPSUAS const, int> > >::erase(SPSUAS const&) + 13900 (in Adobe Illustrator) [0x100c951ac]
                                                                                                                                                                                                                              10 std::_Rb_tree<SPSUAS, std::pair<SPSUAS const, int>, std::_Select1st<std::pair<SPSUAS const, int> >, std::less<SPSUAS>, std::allocator<std::pair<SPSUAS const, int> > >::erase(SPSUAS const&) + 1228 (in Adobe Illustrator) [0x100c9202c]
                                                                                                                                                                                                                                10 std::_Rb_tree<SPSUAS, std::pair<SPSUAS const, int>, std::_Select1st<std::pair<SPSUAS const, int> >, std::less<SPSUAS>, std::allocator<std::pair<SPSUAS const, int> > >::erase(SPSUAS const&) + 24282 (in Adobe Illustrator) [0x100c97a3a]
                                                                                                                                                                                                                                  10 PluginMain + 162 (in FuzzyEffect) [0x116fff582]
                                                                                                                                                                                                                                    10 PluginMain + 10121 (in FuzzyEffect) [0x117001c69]
                                                                                                                                                                                                                                      10 PluginMain + 29088 (in FuzzyEffect) [0x117006680]
                                                                                                                                                                                                                                        10 PluginMain + 21032 (in FuzzyEffect) [0x117004708]
                                                                                                                                                                                                                                          10 PluginMain + 16390 (in FuzzyEffect) [0x1170034e6]
                                                                                                                                                                                                                                            10 PluginMain + 20169 (in DiffusionRasterSuite) [0x1112b2f99]
                                                                                                                                                                                                                                              10 PluginMain + 26658 (in Rasterize) [0x111cd65d2]
                                                                                                                                                                                                                                                10 PluginMain + 15450 (in Rasterize) [0x111cd3a0a]
                                                                                                                                                                                                                                                  10 ??? (in Adobe Illustrator) [0x1009e77d5]
                                                                                                                                                                                                                                                    10 ??? (in Adobe Illustrator) [0x100a03d54]
                                                                                                                                                                                                                                                      10 ??? (in Adobe Illustrator) [0x10084cd25]
                                                                                                                                                                                                                                                        10 ??? (in Adobe Illustrator) [0x100a05d1b]
                                                                                                                                                                                                                                                          10 ??? (in Adobe Illustrator) [0x100a04bd4]
                                                                                                                                                                                                                                                            10 ??? (in Adobe Illustrator) [0x1009cf0ed]
                                                                                                                                                                                                                                                              10 ??? (in Adobe Illustrator) [0x100a97385]
                                                                                                                                                                                                                                                                10 std::_Rb_tree<SPSUAS, std::pair<SPSUAS const, int>, std::_Select1st<std::pair<SPSUAS const, int> >, std::less<SPSUAS>, std::allocator<std::pair<SPSUAS const, int> > >::erase(SPSUAS const&) + 15393 (in Adobe Illustrator) [0x100c95781]
                                                                                                                                                                                                                                                                  10 std::_Rb_tree<SPSUAS, std::pair<SPSUAS const, int>, std::_Select1st<std::pair<SPSUAS const, int> >, std::less<SPSUAS>, std::allocator<std::pair<SPSUAS const, int> > >::erase(SPSUAS const&) + 13900 (in Adobe Illustrator) [0x100c951ac]
                                                                                                                                                                                                                                                                    10 std::_Rb_tree<SPSUAS, std::pair<SPSUAS const, int>, std::_Select1st<std::pair<SPSUAS const, int> >, std::less<SPSUAS>, std::allocator<std::pair<SPSUAS const, int> > >::erase(SPSUAS const&) + 1228 (in Adobe Illustrator) [0x100c9202c]
                                                                                                                                                                                                                                                                      10 std::_Rb_tree<SPSUAS, std::pair<SPSUAS const, int>, std::_Select1st<std::pair<SPSUAS const, int> >, std::less<SPSUAS>, std::allocator<std::pair<SPSUAS const, int> > >::erase(SPSUAS const&) + 24282 (in Adobe Illustrator) [0x100c97a3a]
                                                                                                                                                                                                                                                                        10 PluginMain + 280 (in BNPlugin) [0x115c0c7e8]
                                                                                                                                                                                                                                                                          10 PluginMain + 29301 (in BNPlugin) [0x115c13945]
                                                                                                                                                                                                                                                                            10 PluginMain + 9949 (in BNPlugin) [0x115c0edad]
                                                                                                                                                                                                                                                                              10 PluginMain + 36051 (in BNPlugin) [0x115c153a3]
                                                                                                                                                                                                                                                                                10 PSLShutdown + 388 (in AdobePSL) [0x1042c58f4]
                                                                                                                                                                                                                                                                                  10 PSLGetPreferences + 11343 (in AdobePSL) [0x1042c540f]
                                                                                                                                                                                                                                                                                    10 PSLCreateStringUTF8 + 460233 (in AdobePSL) [0x104348ce9]
                                                                                                                                                                                                                                                                                       10 PSLCreateStringUTF8 + 464882 (in AdobePSL) [0x104349f12]
                                                                                                                                                                                                                                                                                         10 PSLSetImageGuides + 1436569 (in AdobePSL) [0x1044b0959]
                                                                                                                                                                                                                                                                                           10 PSSLO::ConstAutoResource<PSSLO::StyleSheet>::ConstAutoResource() + 3318833 (in AdobePSL) [0x104036ae1]
                                                                                                                                                                                                                                                                                             10 PSSLO::ConstAutoResource<PSSLO::StyleSheet>::ConstAutoResource() + 3354840 (in AdobePSL) [0x10403f788]
                                                                                                                                                                                                                                                                                               10 PSSLO::ConstAutoResource<PSSLO::StyleSheet>::ConstAutoResource() + 3353884 (in AdobePSL) [0x10403f3cc]
                                                                                                                                                                                                                                                                                                 10 PSSLO::ConstAutoResource<PSSLO::StyleSheet>::ConstAutoResource() + 3353361 (in AdobePSL) [0x10403f1c1]
                                                                                                                                                                                                                                                                                                   10 PSSLO::ConstAutoResource<PSSLO::StyleSheet>::ConstAutoResource() + 3343747 (in AdobePSL) [0x10403cc33]
                                                                                                                                                                                                                                                                                                     10 PSSLO::ConstAutoResource<PSSLO::StyleSheet>::ConstAutoResource() + 3296307 (in AdobePSL) [0x1040312e3]
                                                                                                                                                                                                                                                                                                       10 PSSLO::ConstAutoResource<PSSLO::StyleSheet>::ConstAutoResource() + 3290276 (in AdobePSL) [0x10402fb54]
                                                                                                                                                                                                                                                                                                         10 PSSLO::ConstAutoResource<PSSLO::StyleSheet>::ConstAutoResource() + 3868882 (in AdobePSL) [0x1040bcf82]
                                                                                                                                                                                                                                                                                                           10 PSSLO::ConstAutoResource<PSSLO::StyleSheet>::ConstAutoResource() + 3868736 (in AdobePSL) [0x1040bcef0]
                                                                                                                                                                                                                                                                                                             10 PSSLO::ConstAutoResource<PSSLO::StyleSheet>::ConstAutoResource() + 5514742 (in AdobePSL) [0x10424eca6]
                                                                                                                                                                                                                                                                                                               10 PSSLO::ConstAutoResource<PSSLO::StyleSheet>::ConstAutoResource() + 5514524 (in AdobePSL) [0x10424ebcc]
                                                                                                                                                                                                                                                                                                                 10 ??? (in AdobePSL) [0x103cf6dc3]
                                                                                                                                                                                                                                                                                                                   10 ??? (in AdobePSL) [0x103cf6cbb]
                                                                                                                                                                                                                                                                                                                     10 ??? (in AdobePSL) [0x103cf6b66]
                                                                                                                                                                                                                                                                                                                       10 PSSLO::ConstAutoResource<PSSLO::StyleSheet>::ConstAutoResource() + 569177 (in AdobePSL) [0x103d97609]
                                                                                                                                                                                                                                                                                                                         10 PSSLO::ConstAutoResource<PSSLO::StyleSheet>::ConstAutoResource() + 580792 (in AdobePSL) [0x103d9a368]
                                                                                                                                                                                                                                                                                            

Maybe you are looking for

  • Using time() function in multithreaded application

    I am using time() function in a multithreaded application with NULL argument for getting current time. Some time it's observed that we get a time one minute earlier than current time (3600 seconds). Is there a problem in the usage of the function? I

  • End tag error in Office 2010 professional plus

    I have my research paper got corrupted some how. When I try to open it, I get the following error: "The name in the end tag of the element must match the element type in the start tag. Location: Part: /word/document.xml, Line 2, Column: 5119889" I am

  • Avoid automatic resource bundle creation in JDeveloper?

    Hi! I have a question. My application consists of few modules - jar files. One module "Translations" is designed to supply the application with translations that are extracted from a database. So that module contains List resource bundle as a java cl

  • Why am I unable to log into Photoshop Elements 10 Inspiration Browser?

    When I attempt to log in the Inspiration Browser, log in just runs and never logs in.

  • Crashing When Printing and Desktop Icons

    Hi, For some reason every program I try to print from crashes. Also, my desktop icons are all generic rather than program-specific. I'm not really sure what happened. I did install new ram today, and took the laptop to work where it tried to find the