Itanium install issues with wwv_flow.accept

We just got HTMLDB version 1.5.0.00.33 installed on our Itanium, Oracle 9.2.0.5.0. I am now trying to upload a CSS file using the managing images utilities. When I try to upload any file I get the error:
The requested URL /pls/htmldb/wwv_flow.accept was not found on this server.
and
Oracle HTTP Server Powered by Apache/1.3.22 Server at server_name_here Port 7780
The Apache error_log has this entry:
Wed Nov 17 15:09:27 2004] [warn] mod_plsql: Stale Connection due to Oracle error 942
[Wed Nov 17 15:09:27 2004] [error] mod_plsql: /pls/htmldb/wwv_flow.accept ORA-942
ORA-00942: table or view does not exist
[Wed Nov 17 15:09:27 2004] [warn] mod_plsql: /pls/htmldb/wwv_flow.accept HTTP-404 ORA-00942: table or view does not exist
What table or view are they talking about?

Thanks Sergio. We actually found it last night. It seems that the Itanium install instructions may have a typo on the table tames...Please see this note from one of our DBAs...
Here's the deal. The instructions in Oracle Database Companion CD Installation Guide / Chapter 5 Post Installaction Tasks / Post Installation Tasks for HTML DB / HP-UX Itanium and Linux Itanium Only: Configure a DAD for Oracle HTML DB (which I followed to the letter) are incorrect. It shows:
     Field                    Value                                   
     Document Table               WWW_FLOW_FILE_OBJECTS$
     Document Access Procedure     WWW_FLOW_FILE_MANAGER.PROCESS_DOWNLOAD
The original $ORACLE_HOME/Apache/modplsql/conf/marvel.conf had the following values:
     PlsqlDocumentTablename     wwv_flow_file_objects$
     PlsqlDocumentProcedure     wwv_flow_file_manager.process_download
Note that for Itanium, the you delete all but the first line from marvel.conf.
The difference is in the prefix of the value assignments, wwv instead of www.
I changed the DAD to match the values in an unedited marvel.conf.

Similar Messages

  • 404 error with wwv_flow.accept on basic Oracle XE form

    Hi all,
    after some extensive research and head-scratching, I'm stumped with the following situation, and wondered if anyone here had any insights...
    I have a colleague who is expermimenting with Apex using Oracle XE 10G (For various tedious reasons, we will not be able to use 11G if this gets beyond an experimental stage, so please don't suggest upgrading - I'd love to if I could, but thats how it is...)
    He has constructed a very basic little database of a couple of tables, then created some simple forms to play with the data. On one form (a multiple field, multiple row screen used to update and review data in a single table), he gets intermittent 404 errors referring to wwv_flow.accept
    I configured the epg to display debug info, and got a consistent stream of ORA-06550 / PLS-00103 errors all referring to finding FLOWS_020100 where it was expecting an operator, etc. (I've pasted the full debug output below minus the field data)
    Installing 10G XE onto another colleague's PC did not reproduce the problem.
    Removing and re-installing 10G XE onto the original PC still produced the same errors.
    (And fwiw, I installed 11G XE on my PC, and that works just fine)
    Does anyone have any ideas please?
    many thanks,
    Simon
    Thu, 29 Mar 2012 15:51:21 GMT
    ORA-06550: line 5, column 262:
    PLS-00103: Encountered the symbol "FLOWS_020100" when expecting one of the following:
    . ( * @ % & = - + ; < / > at in is mod remainder not rem
    <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
    LIKE4_ LIKEC_ between
    ORA-06550: line 5, column 390:
    PLS-00103: Encountered the symbol "FLOWS_020100" when expecting one of the following:
    . ( * @ % & = - + ; < / > at in is mod remainder not rem
    <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
    LIKE4_ LIKEC_ between
    ORA-06550: line 5, column 518:
    PLS-00103: Encountered the symbol "FLOWS_020100" when expecting one of the following:
    . ( * @ % & = - + ; < / > at in is mod remainder not rem
    <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
    LIKE4_ LIKEC_ between
    ORA-06550: line 5, column 646:
    PLS-00103: Encountered the symbol "FLOWS_020100" when expecting one of the following:
    . ( * @ % & = - + ; < / > at in is mod remainder not rem
    <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
    LIKE4_ LIKEC_ between
    ORA-06550: line 5, column 774:
    PLS-00103: Encountered the symbol "FLOWS_020100" when expecting one of the following:
    . ( * @ % & = - + ; < / > at in is mod remainder not rem
    <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
    LIKE4_ LIKEC_ between
    ORA-06550: line 5, column 902:
    PLS-00103: Encountered the symbol "FLOWS_020100" when expecting one of the following:
    . ( * @ % & = - + ; < / > at in is mod remainder not rem
    <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
    LIKE4_ LIKEC_ between
    ORA-06550: line 5, column 1030:
    PLS-00103: Encountered the symbol "FLOWS_020100" when expecting one of the following:
    . ( * @ % & = - + ; < / > at in is mod remainder not rem
    <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
    LIKE4_ LIKEC_ between
    ORA-06550: line 5, column 1158:
    PLS-00103: Encoun
    DAD name: apex
    PROCEDURE : wwv_flow.accept
    URL : http://XDB HTTP Server:8080/apex/wwv_flow.accept
    PARAMETERS :
    ===========
    P_FLOW_ID:
    100
    P_FLOW_STEP_ID:
    6
    P_INSTANCE:
    3408023606199096
    P_PAGE_SUBMISSION_ID:
    8087
    P_REQUEST:
    SUBMIT
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Oracle Embedded PL/SQL Gateway/10.2.0.1.0
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=8080
    SERVER_NAME=XDB HTTP Server
    REQUEST_METHOD=POST
    QUERY_STRING=
    PATH_INFO=/wwv_flow.accept
    SCRIPT_NAME=/apex
    REMOTE_HOST=
    REMOTE_ADDR=127.0.0.1
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=tcp
    REMOTE_USER=ANONYMOUS
    ORACLE_SSO_USER=
    OSSO_IDLE_TIMEOUT_EXCEEDED=
    OSSO_USER_GUID=
    HTTP_CONTENT_LENGTH=32393
    HTTP_CONTENT_TYPE=application/x-www-form-urlencoded
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
    HTTP_HOST=127.0.0.1:8080
    HTTP_ACCEPT=image/gif
    HTTP_ACCEPT_ENCODING=gzip
    HTTP_ACCEPT_LANGUAGE=en-ie
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=WWV_CUSTOM-F_715517672407298_100=B599E605240FC50A968356801BEB7337; WWV_FLOW_USER2=B599E605240FC50A968356801BEB7337; ORA_WWV_REMEMBER_UN=POWER_R:POWER_R; LOGIN_USERNAME_COOKIE=power_r; ISCOOKIE=true
    HTTP_IF_MODIFIED_SINCE=
    HTTP_REFERER=http://127.0.0.1:8080/apex/f?p=100:6:3408023606199096:::::&success_msg=1 row(s) updated, 0 row(s) inserted./3F535DE29AC2AD2F95C620169B16EB79/
    HTTP_SOAPACTION=
    HTTP_ORACLE_ECID=
    HTTP_ORACLE_CACHE_VERSION=
    HTTP_AUTHORIZATION=
    WEB_AUTHENT_PREFIX=
    DAD_NAME=apex
    DOC_ACCESS_PATH=docs
    DOCUMENT_TABLE=wwv_flow_file_objects$
    PATH_ALIAS=
    REQUEST_CHARSET=AL32UTF8
    REQUEST_IANA_CHARSET=UTF-8
    SCRIPT_PREFIX=
    HTTP_IF_MATCH=
    HTTP_CACHE_CONTROL=
    SOAP_BODY=
    HTTP_X_ORACLE_DEVICE_CLASS=
    HTTP_X_ORACLE_DEVICE_ORIENTATION=
    HTTP_X_ORACLE_DEVICE_MAXDOCSIZE=
    HTTP_X_ORACLE_DEVICE=
    HTTP_X_ORACLE_ORIG_ACCEPT=
    HTTP_X_ORACLE_ORIG_USER_AGENT=
    HTTP_X_ORACLE_USER_LOCALE=
    HTTP_X_ORACLE_USER_NAME=
    HTTP_X_ORACLE_USER_DISPLAYNAME=
    HTTP_X_ORACLE_USER_USERKIND=
    HTTP_X_ORACLE_USER_AUTHKIND=
    HTTP_X_ORACLE_USER_DEVICEID=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLINE1=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLINE2=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLASTLINE=
    HTTP_X_ORACLE_USER_LOCATION_BLOCK=
    HTTP_X_ORACLE_USER_LOCATION_CITY=
    HTTP_X_ORACLE_USER_LOCATION_COMPANYNAME=
    HTTP_X_ORACLE_USER_LOCATION_COUNTY=
    HTTP_X_ORACLE_USER_LOCATION_STATE=
    HTTP_X_ORACLE_USER_LOCATION_POSTALCODE=
    HTTP_X_ORACLE_USER_LOCATION_POSTALCODEEXT=
    HTTP_X_ORACLE_USER_LOCATION_COUNTRY=
    HTTP_X_ORACLE_USER_LOCATION_TYPE=
    HTTP_X_ORACLE_USER_LOCATION_X=
    HTTP_X_ORACLE_USER_LOCATION_Y=
    HTTP_X_ORACLE_SERVICE_HOME_URL=
    HTTP_X_ORACLE_SERVICE_PARENT_URL=
    HTTP_X_ORACLE_HOME_URL=
    HTTP_X_ORACLE_MODULE_CALLBACK_URL=
    HTTP_X_ORACLE_MODULE_CALLBACK_LABEL=
    HTTP_X_ORACLE_CACHE_USER=
    HTTP_X_ORACLE_CACHE_SUBID=
    HTTP_X_ORACLE_CACHE_AUTH=
    HTTP_X_ORACLE_CACHE_DEVICE=
    HTTP_X_ORACLE_CACHE_LANG=
    HTTP_X_ORACLE_CACHE_ENCRYPT=
    HTTP_X_ORACLE_ASSERT_USER=

    No, its a very sensible question... :)
    The difficulty I face is that it is required to test this on Oracle 10G XE, so upgrading Apex is out due to it being bundled in.
    Any actual deployment would be into an Oracle 10 environment initially, which is why it was desired to use 10G XE as the test before going about configuring anything "for real". I guess I might have to look at actually deploying it into a full test environment - especially as the error only happens on one PC.
    It would be nice to know why it does it though, just to generate a bit more confidence in the user base!

  • APEX Listener 1.1.4 install issue with listener configuration

    Oracle XE 11gR2
    APEX 4.1.1
    APEX Listener 1.1.4
    Glassfish 3.0.1
    =============
    Installing APEX Listener 1.1.4 to replace APEX Listener 1.0.2. Deployed apex.war file but now:
    (1) http://10.10.1.111:8080/apex/listenerConfigure web page comes up but with no frames/windows rendered, as if it can not find images. Still I can enter data into fields. Wonder why the graphics/images are missing when page is rendered.
    (2) after entering Listener connection information for user APEX_PUBLIC_USER, I get "Permission denied". I can connect via SQL Developer to APEX_PUBLIC_USER with same credentials. I was able to connect before with previous APEX Listener.
    Any ideas?

    Hi,
    (1) http://10.10.1.111:8080/apex/listenerConfigure web page comes up but with no frames/windows rendered, as if it can not find images.
    You either have to clean your browser cache or your browser is too old/not capable of rendering the css of APEX Listener correctly.
    (2) after entering Listener connection information for user APEX_PUBLIC_USER, I get "Permission denied". "Permission denied" doesn't sound an issue with your database configuration. Do you have anything in your APEX Listeners log (probably within your GFs server.log) for that issue?
    But perhaps the error disappears as soon as you also get a proper configuration page.
    -Udo

  • Vertex install issues with 46C - RFC setup?

    Dear Fellow SAPoniSeries'ers,
    We have installed the Vertex Q Series tax software with our SAP 46c implementation and we are having issues with the Remote Function Call (RFC) setup. We know that Vertex and SAP programs need to have the same "signatures" for the LIBRFC service program, and when we finally figured that out, but now we get the following message for the VERRFC but the RFCTEST works ok;
    "time out during allocate /CPI-C error CM_PRODUCT_SPECIFIC_ERROR"
    It appears that the RFC is trying to run as it does not immediately fail. VERRFC and RFCTEST are both now bound to VERQSU/LIBRFC service program.
    We have upgraded to the ASCII database format, we are running OS/400 V5R3 and the Vertex software is Translink 2.0.22.
    I would GREATLY appreciate any advice or lessons learned.
    THANK-YOU!
    Tim Murphy
    Nalge Nunc International
    Rochester, NY USA

    Tim, I don't recall just how we fixed this, but we had the same isses.  Here is a cut/paste from an email I have from Vertex...this is a bit old, but may give some insight:
    In the past, we have encountered issues when customers upgraded their SAP
    Kernel on the AS400 (ex: going from LIBRFC 44 to LIBRFC 48)with a different
    version of the SAP service program. For convenience  Vertex started
    providing a backup LIBRFC file in the event a problem was encountered that
    caused calls to Translink (VERRFC) to fail because of incompatible or
    unmatched signatures in a newer release of SAP's LIBRFC.
    We have also encountered similar issues when upgrading Translink, as you
    became aware when you applied your recent Vertex 3.0 & 3.1 upgrades.
    Because we need to be compatible with various releases of R/3, we provide a
    renamed copy of SAP's LIBRFC that we used at time of binding. This file is
    LIBRFCBCK.
    In the event of a signature violation, the Vertex LIBRFCBCK can be renamed
    in-place to LIBRFC and Translink will find this version of the Service
    Program first. Translink (VERRFC) will always look locally for the file. If
    not found, it will find the one SAP provides in the SAP instance and
    attempt to use it.
    Volker, we use Vertex, issues with ASCII, ECC6.0?

  • App-V 5 SP2 install issue with Intel NIC Driver 11.16.96.0

    When deploying App-V 5 SP2 using SCCM 2007 it will install with no problem on the machine.  However, when the user reboots after the install the machine will blue screen.  The user then reboots again and machine comes up to the desktop.  However,
    the App-V service is not running and is still set to automatic.
    Looking at the Blue Screen dmp file the common theme looks to be a conflict with an Intel NIC driver version 11.16.96.0.  Machines running an older version of the driver do not experience the issue with the blue screen after reboot and the App-V service
    starts with no issues.
    Has anyone seen this issue before?

    Version 19 appears to be the latest: https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=18713&lang=eng&ProdId=3025
    Have you tested with this version instead?
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V

  • Install issue with CD drives / and burning

    I am running Windows Vista 64 on a new computer I built (latest ASUS P5K-E with a quad Q6600 cpu and 4gigs of RAM). I transferred all my music and installed iTunes. Everything is working fine except for the burning of disks. It did give me a prompt at the end of the iTunes install and on first startup that there may be a problem recognizing the CD drives. However, there is no problem importing music on those CD/DVD burner drives -- but I cannot burn on those drivers. I can burn using other software on these drives -- no issues with the drives at all. Under iTunes "Preferences", and 'Burning' it states "No supported Disk burners found". Both are Lite-on CD/DVD burner drives and less than a year old -- and of course worked on the old XP computer with iTunes. I have uninstalled, reinstalled iTunes -- no luck. Any ideas? This looks to be something in the Registry on install, but not sure what to do. Any help appreciated.

    You may need the CD Configuration folder too, after you install the drivers.
    Here is the CD Configuration folder, with the Files you need Just Unzip it and place the CD Configuration Folder into Your C:\Program Files (x86)\iTunes Directory
    http://stahlhammer89.com/apple/CD_Configuration.zip
    I had my friend with Windows Vista x86 Install iTunes and give me the Folder and Files I needed.
    Hope this helps you

  • ColdFusion 8.01 install issue with Win2008 server

    I am having an issue with the installer on ColdFusion 8.01 in Win2008 server.  I have done 5 or 6 identical installs with no problem so this caught me by surprise,  The server OS is Server 2008 R2 Enterprise service pack1.  I am running the install (coldfusion-801-win.exe) as an administrator in emulation mode (Windows Server 2003 service pack 1). The following is the error i get.   As I stated earlier I have done this exact install, both single & multi-server, on 5 or 6 Win2008 servers with no issue.  Any help would be appreciated.

    It is definitely possible as I did it some time ago, alas don't have notes any more. Unless anyone here has some specific build notes on it, it's just a case of "Google is your friend" unfortunately.

  • 7.6.1 has install issues with XP Home

    On a clean install of XP Home, both iTunes 7.6.1 and 7.6.0.29 fail installation and show an alert that "itunesphotosupport.dll" cannot be accessed because it does not have permission. However, I'm signed in as Administrator.
    I've tried downloading with both IE7 and FF, but the result is the same. Even went back to a restore point created after XP was updated and before any additional programs were installed.
    Judging from the number of users who are having issues with 7.6 one has to conclude that the program was released prematurely. I'm not going to sell my Apple stock, but wish they would stop imitating Microsoft.

    I would like to get an install log:
    1. Choose Run from the Start menu.
    2. Type cmd and press Return.
    A command prompt window appears.
    3. Drag the iTunesSetup.exe (make sure it is iTunes 7.6.1) file from
    your desktop or downloads folder into the window.
    4. Type a space and then this text: /l*v C:\log.txt
    5. Hit Return
    The iTunes installer runs and creates log.txt in your C:\ drive.
    6. Attach that log.txt file to an email back to me <[email protected]>.

  • MultiMedia Center for Think Offerings install issues with Vista

    Hello,
    I recently upgraded my ThinkPad Z60m to Vista by doing a clean install from disk.  Since this process involves manually installing each of the ThinkPad utilities manually (no pre-built image for Vista, only XP), I have ran into some issues with the installer for the MultiMedia Center for Think Offerings.
    According to the Support & Download page, there are two downloads available for the Z60m and both have issues (or errors) that are preventing me from installing the application.  Below are the two products and reasons for not installing:
    "MultiMedia Center for Think Offerings for Windows XP and 2000"
    Problem: Does not install on Vista
    Error message: "Could not open \device\physicalmemory"
    "MultiMedia Center for Think Offerings for Windows Vista"
    Problem: ThinkPad Z60m is not a supported
    Error message: "This program is not for machine type 2529EAU"
    What I am looking for is an installation of MultiMedia Center for Think Offerings that supports users who have upgraded from XP to Vista (or downgrade depending on your feelings of Vista  ).  I have not found anywhere saying that upgrades from XP to Vista are not supported, so I should expect that software updates should be available for ThinkPad products on either platform.
    Thanks in advance for your help.

    I recently did a clean install of Win7 Ult on my X61 7676A24, and this is the only Lenovo software that I could not find a Win 7 solution for. However,
    1. I was able to load WinDVD8 upgrade (from Lenovo's Win7 information page) after first loading the WinDVD5 version that was the last good release for Vista.
    2. The Multimedia Center for Think Offerings is basically Roxio's suite for writing cd/dvd's, drag to disc and so on.
    Since I could not load this anyway, I was forced to try out Win7's inbuilt cd/dvd writing - it works perfectly well.  Even better, Win7 natively supports an excellent ISO burning tool. So, I think if you explore these inbuilt tools, you can probably live without the Mul Cent for Think Off.
    TP600E > T41 > X61 > X201T > X220 i7 IPS 8GB 160GB SSD

  • Windows 7 install issue with Snow Leopard

    Hey Guys!
    Just upgraded my Macbook Pro (Unibody Late 2008) to Snow Leopard and did all software updates.  I then partitioned the drive to install Windows.  When installing Windows it would only install if I reformatted the partition I wanted to install it on.  So I did that.  After hours of installing and udating Windows 7 I found that I did not have bootcamp on the bar at the bottom.  I tried to upgrade to BootCamp 3.1 but it says Bootcamp 3.0 is needed and not present.
    How do I install Bootcamp 3.0 from Windows?
    How do I get back to Mac OS?  I have been stuck (ugh!!!) in Windows since Friday...
    I tried to download the pdf file to read about installing Windows 7 but Windows will not install Acrobat Reader  (I really hate windows), fought with it for 1 hour trying to install it.
    anyways thanks in advance for the help
    KK

    Hey Guys
    I eventually solved the Boot Camp Problem but then shortly after that had a different problem crop up. 
    It will not boot my Mac OS, it says the partition is corrupted.  Even if I boot from an install disk, it will not mount the Mac portion of the Hard drive.  Best info I can get on the issue is that part of my B Tree is too large?  Mac Repair utility will not fix it.
    Suggestions?  Even if I cannot use the partition as a bootable drive I would like to get my data from that disk.  Unfortunately I do not seem to have a backup of the data on that drive.
    thanks
    KK

  • Windows 7 Install Issues with Mac Pro

    I have Mac Pro with Windows XP SP3 installed with Boot Camp on a separate, dedicated 250GB HD.
    I purchased an upgrade version of Windows 7 Home Premium. I hoped to install the 64-bit version. I upgraded, per Boot Camp I&S Guide, Boot Camp to version 3.1. After Boot Camp upgrade, I mounted the Windows 7 64-bit installation disk. Since the Windows disk did not open automatically, I then attempted to open the Setup.exe file but got the following error message –
    “D:/setup.exe is not a valid Win 32 application.”
    I suspect the Boot Camp 3.1 upgrade was for the 32-bit Windows XP system currently installed and this caused Windows 7 (64-bit) not to open.
    If my suspicion is correct, would upgrading to Boot Camp 3.1 (64-bit) cause problems with the currently installed Windows XP? Any advice would be appreciated.

    I have since attempted to boot from the Windows 7 install disk by using both the OS 10.6.3 System Preferences/Startup Disk and from within Windows XP using the Boot Camp Control Panel. In both cases, all I saw was a black screen with a “Select CD-ROM Boot Type” and flashing cursor. No keyboard input was possible.
    If anyone encounters this problem, go to the Boot Camp/Installation and Storage discussion and search for “Select CD-ROM Boot Type”. Hal Jay Greene has an excellent article here titled “Select CD-ROM Boot Type Error installing Windows 7 in Boot Camp walkthrough” dated Mar 20, 2010 that walks one through the process of creating a boot disk for installing Windows 7 x64. Two minor comments on his discussion. John Anderson’s blog is at www.AndersonsHatch.com (note extra s) and Imgburn can be downloaded free from www.imgburn.com.
    I used Mr. Greene’s procedure and the resultant boot disk loaded Windows 7 correctly.
    Unfortunately, a new issue arose. Installing Windows 7 over Windows XP requires a clean install that eliminates all Boot Camp installations. After installing Windows 7, I attempted to load Boot Camp by inserting the Mac SL installation disk and clicking on Setup in the Boot Camp folder. The result was this error message: “Boot Camp x64 is unsupported on this computer model”. Fortunately, there is a procedure that worked for me, and my MacPro, to bypass this error message. It can be found near the bottom of this article http://blog.andersonshatch.com/2009/01/11/windows-7-x64-on-a-macbook-pro-guide/ on John Anderson’s blog.
    Message was edited by: johnshap

  • PSE 10 Install issue with Mac OS 10.6.8

    Hi,
    I'm having trouble installing a copy of PSE 10 on a Macbook Pro (Intel 2.4 GHz) with Mac OS X version 10.6.8.  I've tried downloading the software twice and get errors on both copies.  Here is the latest error:
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 23 error(s), 3 warning(s)
    WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 has been updated and has been selected for repair. The patch {FEA75AFB-4905-43BB-B1D5-5B44D681BFE7} Camera Profiles Installer_6.4_AdobeCameraRawProfile6.0All 6.4.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 has been updated and has been selected for repair. The patch {FEA75AFB-4905-43BB-B1D5-5B44D681BFE7} Camera Profiles Installer_6.4_AdobeCameraRawProfile6.0All 6.4.0.0 will be uninstalled now.
    ----------- Payload: {60CB5C6D-5B99-45D3-BAB5-E7728182101E} Adobe Photoshop Elements 10 10.0.0.0 -----------
    ERROR: DF027: Unable to copy file from "/private/tmp/.tempdirJZhvRqio/Assets1/Adobe Photoshop Elements Editor.app/Contents/Required/PDFL/Fonts/AdobeMingStd-Light.otf" to "/Applications/Adobe Photoshop Elements 10/Support Files/Adobe Photoshop Elements Editor.app/Contents/Required/PDFL/Fonts/AdobeMingStd-Light.otf" Error 0(Seq 1343)
    ERROR: DW063: Command ARKCopyFileCommand failed.(Seq 1343)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Photoshop Elements 10/Support Files/Adobe Photoshop Elements Editor.app/Contents/Required/PDFL/Fonts"(Seq 1332)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 1332)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Photoshop Elements 10/Support Files/Adobe Photoshop Elements Editor.app/Contents/Required/PDFL"(Seq 1152)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 1152)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Photoshop Elements 10/Support Files/Adobe Photoshop Elements Editor.app/Contents/Required"(Seq 1098)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 1098)
    ERROR: DF023: Unable to delete file "/Applications/Adobe Photoshop Elements 10/Support Files/Adobe Photoshop Elements Editor.app/Contents/Info.plist". Error 0(Seq 2)
    ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 2)
    ERROR: DF001: Unable to get permissions of "/Applications/Adobe Photoshop Elements 10/Support Files/Adobe Photoshop Elements Editor.app/Contents"(Seq 2)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 2)
    ERROR: DF001: Unable to get permissions of "/Applications/Adobe Photoshop Elements 10/Support Files/Adobe Photoshop Elements Editor.app"(Seq 2)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 2)
    ERROR: DF001: Unable to get permissions of "/Applications/Adobe Photoshop Elements 10/Support Files"(Seq 2)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 2)
    ERROR: DF015: Unable to delete symlink "/Applications/Adobe Photoshop Elements 10/Adobe Photoshop Elements 10"(Seq 1)
    ERROR: DW063: Error rolling back command ARKCopySymlinkCommand(Seq 1)
    ERROR: DF001: Unable to get permissions of "/Applications/Adobe Photoshop Elements 10"(Seq 1)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 1)
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Photoshop Elements 10: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Photoshop Elements 10_AdobePhotoshopElements10_en_US: Install failed
    The second downloaded version made it farther than the first on the installation.  It makes it to the installation of PSE 10 and then jumps from 60% installed to 98% and shows the above message.  This is getting really frustrating given that it takes me several hours to download a copy of this software.
    Any advice would be greatly appreciated.

    Hi Barbara,
    Thanks for the advice.  Unfortunately, it didn't work.  I deleted (and emptied the trash) of the Adobe folder in the Hard drive>library>application support folders, uninstalled the partial install of PSE 10 using Adobe's uninstall, turned off the antivirus software, and tried installing from a new administrative account.  Here is the error code from this most recent attempt.
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 23 error(s), 1 warning(s)
    ----------- Payload: {60CB5C6D-5B99-45D3-BAB5-E7728182101E} Adobe Photoshop Elements 10 10.0.0.0 -----------
    ERROR: DF027: Unable to copy file from "/private/tmp/.tempdirSAstoywp/Assets1/Adobe Photoshop Elements Editor.app/Contents/Required/PDFL/Fonts/AdobeMingStd-Light.otf" to "/Applications/Adobe Photoshop Elements 10/Support Files/Adobe Photoshop Elements Editor.app/Contents/Required/PDFL/Fonts/AdobeMingStd-Light.otf" Error 0(Seq 1343)
    ERROR: DW063: Command ARKCopyFileCommand failed.(Seq 1343)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Photoshop Elements 10/Support Files/Adobe Photoshop Elements Editor.app/Contents/Required/PDFL/Fonts"(Seq 1332)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 1332)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Photoshop Elements 10/Support Files/Adobe Photoshop Elements Editor.app/Contents/Required/PDFL"(Seq 1152)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 1152)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Photoshop Elements 10/Support Files/Adobe Photoshop Elements Editor.app/Contents/Required"(Seq 1098)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 1098)
    ERROR: DF023: Unable to delete file "/Applications/Adobe Photoshop Elements 10/Support Files/Adobe Photoshop Elements Editor.app/Contents/Info.plist". Error 0(Seq 2)
    ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 2)
    ERROR: DF001: Unable to get permissions of "/Applications/Adobe Photoshop Elements 10/Support Files/Adobe Photoshop Elements Editor.app/Contents"(Seq 2)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 2)
    ERROR: DF001: Unable to get permissions of "/Applications/Adobe Photoshop Elements 10/Support Files/Adobe Photoshop Elements Editor.app"(Seq 2)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 2)
    ERROR: DF001: Unable to get permissions of "/Applications/Adobe Photoshop Elements 10/Support Files"(Seq 2)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 2)
    ERROR: DF015: Unable to delete symlink "/Applications/Adobe Photoshop Elements 10/Adobe Photoshop Elements 10"(Seq 1)
    ERROR: DW063: Error rolling back command ARKCopySymlinkCommand(Seq 1)
    ERROR: DF001: Unable to get permissions of "/Applications/Adobe Photoshop Elements 10"(Seq 1)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 1)
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Photoshop Elements 10: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Photoshop Elements 10_AdobePhotoshopElements10_en_US: Install failed
    This computer has had some previous Photoshop versions migrated to it over the years (Photoshop 4.0 for OS 9, and Photoshop 7.0).  Photoshop 7.0 stopped working after I upgraded the OS from Tiger to Snow Leopard, and I no longer have the disks or serial number so that is why I'm trying install PSE 10.  Could these old versions (which I tried to delete, but did not have a specific uninstall version for) be a source of this issue?  If so, is there a way to make sure they're all gone?
    Thanks

  • Photoshop CS4 Install issues - Serial # not accepted

    I have just spent THE most frustrating 3 hours trying to deal with Adobe Support.
    -Upgarded my Hard Drive
    -Tried to reinstall PS CS4
    -recieved error message on first screen saying that I had the wrong number
    -Called Support, spoke to a lady I could barely understand (thick East Indian accent) and she couldn't help me directly bc of my outdated SW and referred me to the Forums
    -poured over forums for almost 2 hours, found the same problem and the solution was "Call them back and insist on a supervisor who can at that point give you and override" ARRRG!
    -called back, sw gentleman with accent worse than the first rep and explain all of the above
    -Was told repeatedly that my Serial number does not resemble a current number
    -Asked repeatedly to speak to a Super
    -Rep kept putting me on hold and then returning with the same damn questions!!!!
    -I finally excused myself and hung up.
    CAN ANYONE PLEASE HELP ME OUT HERE?
    Sam

    I have been exactly where you are recently. The techs couldn't help but I finally found a solution. I copied the CD onto my hard drive and ran the install from there. My serial number was accepted and CS4 is running just fine. I don't know if it will work for you but could be worth a try.
    Wes

  • Cs4 install issues with windows 8

    I am having problems installing masters 4 on my new laptop with windows 8 it does not have a dvd player, after days of downloading from your cs4 page i gave up from the errors and went and bought a DVD player to use my discs from adobe... I can get it to open ask if i want to install which I say yes it Starts to run then stops... I have turned off the processes in windows clean booted and same thing.
    So after weeks of frustration how do you declaring i install my product?
    To avoid this with lightroom i bought just weeks ago i upgraded to the new one to avoid this exact same thing. Amazingly it worked fine after i paid for the new version...
    I do not need the upgrades... cs4 does what I need it to do just fine for when i need to use it i mostly use lightroom for work and photoshop and illustrator or every great now and then one of the others in the collection.
    This is very frustrating and swaying my client loyalty...
    So where can you direct me to directions to install my programs please?
    This is preventing me from working.

    CS4 was never tested on Win 8 or developed with it in mind. Compatibility issues are to be expectred. Provide exact system info and the install logs:
    Working with your Operating System’s Tools
    Troubleshoot installation with install logs | CS3, CS4
    Mylenium

  • WCS Install Issue With Port 80

    I am installing WCS on a server with another web app that uses Port 80. WCS complains because of this. What is another good port to use for WCS instead of 80 that is pretty typical? If I use another port do I need to-do anything to IIS on a Windows 2k3 server?
    Thanks for any help.

    For what it's worth, in the Cisco AireSpace class, the instructor stressed not changing the default port numbers during install.
    Also, the idea that the WCS server needs to be somewhat beefy would indicate to me that if you load up other apps on it at the same time, you are going to have performance issues.

Maybe you are looking for

  • Create a new Standby db from a backup taken in an existing standby.

    Existing 2 sites: PROD (primary)), Local-standby. Planning to add a 3rd site: Remote-standby How do you use a full backup taken in the Local-standby (not the primary) to create the Remote-standby? Any pointers will be appreciated...essentially creati

  • Playlists missing on new iMac 24"

    Playlists missing on new iMac 24". I have a backup of everything on my MacBook Pro - it has the correct playlists and all the files in it. What do I have to copy to get them on the new computer? Too many important playlists to redo if I don't have to

  • String index out of range: 0 error when sending to SOAP Receiver

    Hi experts, I have an interface IDOC -> XI -> SOAP Occasionally I will get this error message from RWB when sending to the SOAP service: Delivery of the message to the application using connection AFW failed, due to: String index out of range: 0 To t

  • Song info isn't same on iPhone as on iTunes

    Hello, I just upgraded to an iPhone 6+ 64gb. I've successfully restored everything to my new phone and all is well, until I was playing music in my car and I noticed just about every songs information is incorrect. So, I went to itunes.. and it's cor

  • Mac App Store non responsive after trying to update to OS X 10.10.3

    Mac App Store non responsive after trying to update to OS X 10.10.3. Machine froze, and after rebooting App Store does not work. Force Quit menu shows two items as unresponsive - App Store and App Store Web Content.