GetCurrentRow() giving a null when trying to save poplist value

Hi
I have a requirement to develop a custom page with a field XX - which is a poplist.
The functionality should be as follows:
1. When the page renders the poplist should highlight the latest value from the person's uses_tobacco_flag from per_all_people_f.
2. The poplist should show the other values available also.
3. when a change is made and clicked on next button, the changed value if any should be saved in DB and get this value from the DB next time when the page renders.
all the above steps work for someone who has already a value in the table for uses_tobacco_flag. suppose a user A has value as PIPE. The page rendering will bring this value adn any change made will be saved to DB.
However for user B, if he has null value for uses_tobacco_flag in the DB, then the page renders as such, But when I select a new value and try to insert it in the database via API it gives me getCurrentRow null pointer exception.
I am pasting the CO.java and AMImpl.java code below. am always getting DffRow as null
Please help.
**CO.java**
public void processRequest(OAPageContext pageContext, OAWebBean webBean)
super.processRequest(pageContext, webBean);
OAApplicationModule am = pageContext.getApplicationModule(webBean);
int empid = pageContext.getEmployeeId();//get the person id from the page context
Integer pers_id = new Integer (empid);
String personid = pers_id.toString();
Serializable[] parameters = { personid };
//am.invokeMethod("initDetails", parameters);//pass the parameter to the AM initDetails method to call initQuery of VO
am.invokeMethod("init", parameters); //initializes VO
public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
super.processFormRequest(pageContext, webBean);
if ("benenrollpage".equals(pageContext.getParameter(EVENT_PARAM)) || "persinfopage".equals(pageContext.getParameter(EVENT_PARAM)))
OAApplicationModule xam = pageContext.getApplicationModule(webBean);
OAViewObjectImpl DffVO = (OAViewObjectImpl)xam.findViewObject("XXOMPeopleVO1");
OAViewRowImpl DffRow = (OAViewRowImpl)DffVO.getCurrentRow();
if (DffRow == null)
//pageContext.putDialogMessage(new OAException("BEN", "XXOM_BEN_TOBACCO_USAGE", null, OAException.ERROR, null));
     //throw new OAException("The DffRow is null");
     throw new OAException("The DffRow is still null");
     /*else if (((String)DffVO.getCurrentRow().getAttribute("UsesTobaccoFlag") == null)||((String)DffVO.getCurrentRow().getAttribute("UsesTobaccoFlag") == "")||(((String)DffVO.getCurrentRow().getAttribute("UsesTobaccoFlag")).length() == 0))
          throw new OAException("Please enter the tobacco usage 2");
     else
String tobusage = (String)DffRow.getAttribute("UsesTobaccoFlag");
// pageContext.putDialogMessage(new OAException("This is tob" + " * " + tobusage));
int p_person_id = pageContext.getEmployeeId();
/*if (tobusage == null)
pageContext.putDialogMessage(new OAException("BEN", "XXOM_BEN_TOBACCO_USAGE", null, OAException.ERROR, null));
else
          String tobusechkq = "BEGIN XXOM_BEN_UPD_TOBACCO_USAGE.XXOM_UPDATE_TOBACCO_USAGE(:1,:2);EXCEPTION WHEN OTHERS THEN RAISE_APPLICATION_ERROR(-6501,'error 3');END;";
          OADBTransactionImpl oadbtrans = (OADBTransactionImpl)xam.getOADBTransaction();
          OracleCallableStatement oacallstmt = (OracleCallableStatement)oadbtrans.createCallableStatement(tobusechkq, 1);
          try
               oacallstmt.setInt(1, p_person_id);
               oacallstmt.setString(2, tobusage);
               oacallstmt.execute();
               xam.invokeMethod("apply"); // call the transaction.commit from AM
          catch (Exception e)
               throw OAException.wrapperException(e);
          finally
               if(oacallstmt != null)
               try
                    oacallstmt.close();
               catch(Exception exception2)
                    throw OAException.wrapperException(exception2);
               if ("benenrollpage".equals(pageContext.getParameter(EVENT_PARAM)))
                    pageContext.setForwardURL("OA.jsp?akRegionCode=BEN_EFFECTIVE_DATE_PAGE&akRegionApplicationId=805",
                                                  null,
                                                  OAWebBeanConstants.KEEP_MENU_CONTEXT,
                                                  null,
                                                  null,
                                                  false, // Retain AM
                                                  OAWebBeanConstants.ADD_BREAD_CRUMB_NO, // Do not display breadcrumbs
                                                  OAWebBeanConstants.IGNORE_MESSAGES);
               else if ("persinfopage".equals(pageContext.getParameter(EVENT_PARAM)))
                    pageContext.setForwardURL("OA.jsp?akRegionCode=HR_CREATE_PROCESS_TOP_SS&akRegionApplicationId=800&OAFunc=HR_PERINFO_SS",
                                                  null,
                                                  OAWebBeanConstants.KEEP_MENU_CONTEXT,
                                                  null,
                                                  null,
                                                  false, // Retain AM
                                                  OAWebBeanConstants.ADD_BREAD_CRUMB_NO, // Do not display breadcrumbs
                                                  OAWebBeanConstants.IGNORE_MESSAGES);
          }//else
} //main if
}//processFormRequest
}//main class
==================================================================
AMImpl.java
public void initDetails(String personid)
XXOMPeopleVOImpl vo = getXXOMPeopleVO1();
if (vo == null)
MessageToken[] errTokens = { new MessageToken("OBJECT_NAME", "XXOMPeopleVO1")};
throw new OAException("AK", "FWK_TBX_OBJECT_NOT_FOUND", errTokens);
vo.initQuery(personid);
public void init(String personid)
     OAViewObject vo = (OAViewObject)getXXOMPeopleVO1();
// Per the coding standards, this is the proper way to initialize a
// VO that is used for both inserts and queries. See View Objects
// in Detail in the Developer's Guide for additional information.
if (!vo.isPreparedForExecution())
vo.executeQuery();
Row row = vo.createRow();
vo.insertRow(row);
// Required per OA Framework Model Coding Standard M69
row.setNewRowState(Row.STATUS_INITIALIZED);
initDetails(personid);
}

Seems you are saving data using API (not using EO), so remove/comment the below code lines(which are required when you want to insert data)
Row row = vo.createRow();
vo.insertRow(row);
// Required per OA Framework Model Coding Standard M69
row.setNewRowState(Row.STATUS_INITIALIZED);-Anand

Similar Messages

  • I can't use Photobooth - when I open the app, I get the message: "Photo Booth couldn't save your photos - Photo Both encountered an error when trying to save your photos. You photos cannot be saved at this time."

    I can't use Photobooth - when I open the app, I get the message: "Photo Booth couldn't save your photos - Photo Both encountered an error when trying to save your photos. You photos cannot be saved at this time."
    i tried adding user macintosh hd/users/your_user/pictures/"photo booth"  but still photo booth is not working and even images in photo booth cant be deleted they keep coming back

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    I've tested these instructions only with the Safari web browser. If you use another browser, they may not work as described.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box markedAllow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click anywhere in the following line on this page to select it:
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the Terminal 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. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). I've tested these instructions only with the Safari web browser. If you use  another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password. Nothing will be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take a few minutes to run, or perhaps longer if you have literally millions of files in your home folder. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1 or if it doesn't solve the problem.
    Boot into Recovery. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • I get the Save As dialog when trying to Save, whether using Command-S or File menu

    When trying to Save a document, I am presented with the Save As dialog. The file name has a serial number added  to the old file name and the default destination is the Documents file. This happens whether I have tried to save using Command-S or using the Save option in the File menu. This started after I upgraded to Mavericks.

    I checked and the files are not stationery pads, Permissions show me as having read and write authority.
    But, when I  opened the files from the finder, the problem disappears and they saved normally. I then removed the files from the Dock and re-placed them in the Dock via drag and drop. The problem re-appears and changes will not save normally. Not being able to use the Dock is inconvenient but at least there is a workaround. Thanks for your help! Before declaring victory, I'd like to watch it for a while for other quirks.

  • Error when trying to "Save for Web"

    I, like others have the same problem in Photoshop Elements 6 editor when trying to "Save for Web". I get an error: 
    could not complete the export command because of a program error
    I've searched the forum, but it seems like no one has found a solution.
    I have a new PC with Windows 7 on it. It's Win 7 Ultimate 64-bit. i5 processor, 16GB RAM and plenty of HD space.
    I am running Photoshop Elements 6.
    When I used the same version of Photoshop Elements 6 on my old XP computer, I didn't have this problem.
    Adobe Photoshop Elements Language Version: 6.0 (6.0 (20070910.r.377499))
    Operating System: Windows Vista
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:9 with MMX, SSE Integer, SSE FP
    Physical processor count: 4
    Built-in memory: 15822 MB
    Free memory: 11064 MB
    Memory available to Photoshop: 1621 MB
    Memory used by Photoshop: 55 %
    Image cache levels: 6
    Serial number: 10571087952197841429
    Application folder: D:\Program Files\Adobe Photoshop Elements\
    Temporary file path: C:\Users\Roger\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 111.7G, 76.2G free
    Primary Plug-ins folder: D:\Program Files\Adobe Photoshop Elements\Plug-Ins\
    Additional Plug-ins folder: not set
    Installed plug-ins:
       3D Transform 10.0 (10.0x001)
       ADM NO VERSION
       ASDStrm NO VERSION
       Accented Edges 9.0
       Angled Strokes 9.0
       Auto Divide 6.0.0.0 (6.0 (20070910.r.377499))
       Average 10.0 (10.0x001)
       BMP 10.0 (10.0x001)
       Bas Relief 9.0
       Camera Raw 4.2
       Chalk & Charcoal 9.0
       Charcoal 9.0
       Chrome 9.0
       Clouds 10.0 (10.0x001)
       Color Halftone 10.0 (10.0x001)
       Color Variations 10.0 (10.0x001)
       Colored Pencil 9.0
       CompuServe GIF 10.0 (10.0x001)
       Conditional Mode Change 10.0 (10.0x001)
       Conté Crayon 9.0
       Correct Camera Distortion 9.0
       Craquelure 9.0
       Crop and Straighten Photos Filter 10.0 (10.0x001)
       Crosshatch 9.0
       Crystallize 10.0 (10.0x001)
       Cutout 9.0
       Dark Strokes 9.0
       De-Interlace 10.0 (10.0x001)
       Difference Clouds 10.0 (10.0x001)
       Diffuse Glow 9.0
       Displace 10.0 (10.0x001)
       Dry Brush 9.0
       Extrude 10.0 (10.0x001)
       FastCore Routines 10.0 (10.0x001)
       Fibers 10.0 (10.0x001)
       Film Grain 9.0
       Filmstrip 10.0 (10.0x001)
       Filter Gallery 9.0
       Frame From Video 6.0
       Fresco 9.0
       Generic EPS 10.0
       Glass 9.0
       Glowing Edges 9.0
       Grain 9.0
       Graphic Pen 9.0
       Halftone Pattern 9.0
       Ink Outlines 9.0
       JPEG 2000 2.0
       Lens Flare 10.0 (10.0x001)
       Lighting Effects 10.0 (10.0x001)
       Liquify 7.0
       MMXCore Routines 10.0 (10.0x001)
       Magic Extractor 10.0 (10.0x001)
       Matlab Operation 10.0 (10.0x001)
       Mezzotint 10.0 (10.0x001)
       Mosaic Tiles 9.0
       Multiprocessor Support 10.0 (10.0x001)
       NTSC Colors 10.0 (10.0x001)
       Neon Glow 9.0
       Note Paper 9.0
       Ocean Ripple 9.0
       OnEdge 1, 0, 0, 1
       PCX 10.0 (10.0x001)
       PNG 10.0 (10.0x001)
       PNG Icons 1.22x1
       Paint Daubs 9.0
       Palette Knife 9.0
       Patchwork 9.0
       Photocopy 9.0
       PhotomergeUI 10.0 (10.0x001)
       Picture Package Filter 10.0 (10.0x001)
       Pinch 10.0 (10.0x001)
       Pixar 10.0 (10.0x001)
       Plaster 9.0
       Plastic Wrap 9.0
       Pointillize 10.0 (10.0x001)
       Polar Coordinates 10.0 (10.0x001)
       Poster Edges 9.0
       Radial Blur 10.0 (10.0x001)
       Read Watermark 1.70.19
       Reticulation 9.0
       Ripple 10.0 (10.0x001)
       Rough Pastels 9.0
       Save for Web 3.0
       ScriptingSupport 10.0
       Shear 10.0 (10.0x001)
       Smart Blur 10.0 (10.0x001)
       Smudge Stick 9.0
       Solarize 10.0 (10.0x001)
       Spatter 9.0
       Spherize 10.0 (10.0x001)
       Sponge 9.0
       Sprayed Strokes 9.0
       Stained Glass 9.0
       Stamp 9.0
       Straighten Image 10.0 (10.0x001)
       Straighten and Crop Image 10.0 (10.0x001)
       Sumi-e 9.0
       Targa 10.0 (10.0x001)
       Texture Fill 10.0 (10.0x001)
       TextureSelect 10.0 (10.0x001)
       Texturizer 9.0
       Tiles 10.0 (10.0x001)
       Torn Edges 9.0
       Twain Acquire 10.0 (10.0x001)
       Twain Select 10.0 (10.0x001)
       Twirl 10.0 (10.0x001)
       Underpainting 9.0
       WIA Support 10.0 (10.0x001)
       Water Paper 9.0
       Watercolor 9.0
       Wave 10.0 (10.0x001)
       Wind 10.0 (10.0x001)
       Wireless Bitmap 10.0 (10.0x001)
       ZigZag 10.0 (10.0x001)
    Plug-ins that failed to load: NONE
    Installed TWAIN devices:
       WIA-HP Scanjet 4800 series

    I also tried the alt/ctrl/shift buttons when clicking Editor in the Photoshop welcome screen. It did ask if I wanted to reset the preferences. I chose yes. I still get the same error message when trying to save for web.
    Below....showing I don't have a "save for web" folder on my C drive.
    And below, showing the same error after pressing alt/shift/ctrl when clicking on editor and clearing the preferences.
    I don't have a 'Save for Web' folder anywhere on my C: drive. I searched and came up with no folder with the text "save for web" in it.
    I did find a "save for web" folder on my D: drive and deleted that.. but now when I start up Photoshop, the option for Save for Web is grayed out...not able to select it.

  • Firefox stops responding when trying to "save page" or "save image"

    Windows 7 64 bit and Firefox 28. When trying to 'Save Page' or 'Save Image' the save dialogue window is nearly blank, then info bar shows 'not responding'. I have tried all the tips in the support pages. Resetting Firefox, Starting Firefox in 'Safe Mode'. Upgrading graphics driver to latest version. Turning off 'Hardware Acceleration' in options. Nothing resolves the problem. This issue has only recently started, the last time I tried saving an image it worked fine, certainly prior to Microsoft's most recent 'upgrade Tuesday'.
    Edit:
    Checked the save dates of the last images I successfully saved from within Firefox and compared them to my windows update log. The Microsoft March 'Update Tuesday' was installed on March 14th. My last successfully saved Firefox images were saved the following day on March 15th. Thus it is unlikely that the Firefox saving issue is a result of a Windows Update corruption. So the question is what changes have Mozilla made to Firefox between 15th and 24th March 2014 ???

    I understand that finding a root cause is ideal, and I would be happy to further investigate this with you.
    Since it is still happening in Safe Mode [https://support.mozilla.org/en-US/kb/troubleshoot-issues-with-plugins-fix-problems please try to troubleshoot the plugins and extensions]
    The other route is to troubleshoot the downloads folder and antivirus to make sure the downloading of the image is not having an issue either. [http://mzl.la/LJ0h2w]
    In the meantime there is an add on that enables this [https://addons.mozilla.org/en-US/firefox/addon/save-images/ Save Images]
    Please post back with your results, there have been other reports, but no issue filed yet.

  • OIM: Invalid LookupQuery when trying to save

    OIM: 11g (11.1.1.5.2)
    When trying to create a form field, of type LookupField, I am entering the following Lookup Query property value:
    select UD_ADGRP.UD_ADGRP_OBJECTGUID,UD_ADGRP.UD_ADGRP_DISPLAYNAME,UD_ADGRP.UD_ADGRP_DESC from UD_ADGRP,OIU,OBJ,OST where UD_ADGRP.ORC_KEY=OIU.ORC_KEY and oiu.ost_key=ost.ost_key and ost.obj_key=obj.obj_key and ost.ost_status in ('Provisioned', 'Enabled') and upper(obj.obj_name) = upper('AD Group');
    When trying to save, I get
    "Invalid Property Value was specified. Insert Failed"
    My console log show:
    java.sql.SQLSyntaxErrorException: ORA-00911: invalid character
    However, running the above query directly via JDeveloper brings back the proper information.
    Any idea what the invalid character might be?
    Thank you.

    Thank you Kevin, that was it. ( I should have seen that before posting)
    However, now when trying to add the 'Lookup Column Name' and 'Column Names' properties, the same error is being thrown.
    I am setting:
    Lookup Column Name to be: UD_ADGRP_OBJECTGUID
    and it is throwing the errors:
    <Mar 5, 2012 6:54:00 PM EST> <Error> <XELLERATE.SERVER> <BEA-000000> <Class/Method: tcSDP/isPropertyValid Error :Sdp Property value is invalid .>
    <Mar 5, 2012 6:54:00 PM EST> <Error> <XELLERATE.SERVER> <BEA-000000> <Class/Method: tcDataObj/save Error :Insertion of dataobject into database failed>
    <Mar 5, 2012 6:54:00 PM EST> <Error> <XELLERATE.DATABASE> <BEA-000000> <Class/Method: tcDataBase/rollbackTransaction encounter some problems: Rollback Executed From
    java.lang.Exception: Rollback Executed From
         at com.thortech.xl.dataaccess.tcDataBase.rollbackTransaction(tcDataBase.java:578)
    (The same error happens trying to set 'Column Names' value.
    I would like to be able to key on the OBJECTGUID attribute because I want to use it in a process task. I don't want to have to lookup it later. ie: I have a child table trigger that is executing, and the task adapter that I have assigned is needing the GUID as input.
    Thank you.

  • Use Artboards disabled when trying to save as PDF in Illustrator CC

    Use Artboards disabled when trying to save as PDF in Illustrator CC

    Then there's no reason to "Use Artboards". If you had multiple artboards in the file, then you could choose among them for the output but with a single artboard, only one will be output.

  • 'Unknown Error' when trying to save files from CS under Leopard

    We recently upgraded to Leopard, and reinstalled our CS apps. Photoshop and InDesign work fine. Illustrator, however gives us an 'An Unknown Error has Occurred' when trying to save any file. After dismissing the alert, a window pops up, informing us that, 'Can't save preview, but all other information was saved successfully. The file couldn't be found. ID=-43.' This happens when trying to save a new file, or an existing file, when saving with PDF preview is checked, or unchecked. Does anyone know how to fix this?

    I deleted preferences on both machines. The Intel seems to be cured. All file formats save, printing, and importing are functioning normally.
    The G5 however is only modestly improved. I can now at least create and save files. Printing also functions. However if I attempt to use the template dialog box or to import (place) a file the dialogs crash the application.
    My suspect is a corrupt font, but until I have time to track down which one it is, I'll have to limp along as is...

  • Firefox hangs when trying to save a file, even after removing firefox and reinstalilng afresh

    I recently experienced firefox hanging/freezing indefinitely when trying to save files, such as pdf files. The same pdf files open fine within the browser if I do not select "save link as...", but the problem occurs when I try to save such a file. The problem is similar regardless of the file type (e.g., .mp3, .txt). Not only did I go through the recommended solutions that mozilla suggests when file downloads hang, but I uninstalled firefox completely (removing all files with user settings), and then reinstalled firefox afresh without any plugins or add-ons, and I still have the same file save problem. It may also be worth mentioning that this problem does not occur in internet explorer or chrome. Maybe a system file that firefox uses got corrupted (?), but I don't know which one or how to repair it if that indeed is the problem.
    My system is running XP, and I have McAfee AV installed (which has not been a problem in the past).

    Early on I tried starting firefox in safe mode as one possible fix, and that didn't solve the problem. I just tried again right now with the fresh installation, and still no luck.
    Any other ideas?

  • Error when trying to save a file

    I get this error when trying to save any file (newly created or not) word document in MS word 2010:"You are attempting to save a file type (plain text files) that has been blocked by your File Block settings in the Trust Center".
    I followed the directions given by the Microsoft Knowledge Base article 922850, but I am still having this issue. I can still save files as PDF but not in any kind of word format. 
    I also tried opening another file copy and pasting under a different name and it doesn't help.
    Please Help.
    Bruce

    Hi,
    Please try the following methods:
    Using Administrative Template files and the Office Customization Tool to disable the restriction
    Use a trusted location, or create an exempt location
    Quote from:
    http://support.microsoft.com/kb/922849/en-us
    Regards,
    George Zhao
    TechNet Community Support

  • Acrobat X Pro v 10.1.10 (Mac OS 10.9.3) hangs when trying to save PDF files

    Acrobat X Pro v 10.1.10 (Mac OS 10.9.3) hangs when trying to save some PDF files, after opening or after commenting.  Applies for any of the Save options.  "Watch" then "spinning beach ball" appear and application is indicated as "not responding."  Mac OS Preview has no problem with the same files.  Files can be displayed with Acrobat, just not saved.  I would prefer to use Acrobat's commenting tools to mark up the document.

    "Mac Office 2008"? You must mean Microsoft Office 2008. Try posting in the Microsoft forums here:
    http://www.officeformac.com/productforums/

  • Crashes when trying to save as other...

    Acrobat XI Pro repeatedly crashes when trying to Save as other > Reduced Size PDF >Make compatible with>Acrobat 10 or later

    Process:         AdobeAcrobat [70171]
    Path:            /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier:      com.adobe.Acrobat.Pro
    Version:         11.0.04 (11.0.04)
    Code Type:       X86 (Native)
    Parent Process:  launchd [174]
    Responsible:     AdobeAcrobat [70171]
    User ID:         502
    Date/Time:       2013-11-20 06:12:26.508 -0800
    OS Version:      Mac OS X 10.9.1 (13B27)
    Report Version:  11
    Anonymous UUID:  1634FC89-36AC-7388-53BA-FCEBE3E49B63
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    terminating with uncaught exception of type PIRaiseException: PIRaiseException

  • How to fix 'An Unknown error has occurred" when trying to save an  illustrator CS5 doc

    Hi
    I have just upgraded to a new iMac late 2013. After running a migration from my old mac to the new. I now have the following error: "Unknown error has occurred" when trying to save an illustrator CS5 doc.
    How do you  fix 'An Unknown error has occurred" when trying to save?
    All help, most welcome.
    Thanks
    Marty

    Hi
    Thanks for your response. I have reinstalled and used the adobe clean software to remove all adobe software first. still not working. Can you explain in more detail "fix the permissions on your User: Library folders"? I have verified disc perms in Disc Utility.
    Thanks
    M

  • Crashes when trying to save image

    Since upgrading to Lion I get regular crashes when trying to save images using Photoshop elements. Extract from crash report:
    "Thread 12 Crashed:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libsystem_c.dylib                       0x9129dc19 _spin_lock$VARIANT$mp + 9"
    Help required.

    Since upgrading to Lion I get regular crashes when trying to save images using Photoshop elements. Extract from crash report:
    "Thread 12 Crashed:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libsystem_c.dylib                       0x9129dc19 _spin_lock$VARIANT$mp + 9"
    Help required.

  • Gallery app crashes when trying to save changes

    After cropping a photo in the gallery app, it crashes when trying to save the changes made to the photo. It does not happen when saving other changes.

    It's an Alcatel One Touch Fire on 1.0.1. But interestingly enough the problem is no longer occurring. I'm still not sure about what caused it. So... I suppose I can mark my question as answered. Thanks for replying.

Maybe you are looking for

  • Video Input choices

    I'm playing DVDs created on DVDSP from a laptop to a flatscreen HDTV. Which is the best option quality-wise (there's no VGA input on the TV): S-Video Component (Can you even do component from a laptop?) Thanks, Jonathan

  • Select iPhoto libraries in Media?

    I have several iPhoto libraries. Media is always showing the same library. How can I select a different one ? Francois

  • How to implement code to method in SPROXY

    HI Version is ERP 6.0 EHP4... I have generated an webservice proxy class using Transaction SPROXY. Now i want to implement some business logic in one of the methods of the class. But i get the message: "You cannot edit proxy objects" How do i add my

  • Workflow extraction to BW

    hi gurus! is it possible to load data from workflow process in transaction system  to BW? Please confirm if your solution allows reports to be run showing the workflow states, are these configurable, can they be changed. Please provide any example re

  • Keyboard and mouse keep disonnecting

    No idea what is happening. Everything was stable for ages, then.... Every 2-5 minutes the keyboard disconnects even though the battery is at 78%. If I am typing continuously the problem seems to abate...