Image path broken after 4.1 to 4.2 upgrade

Hi,
Just upgraded several instances from 4.1 to 4.2.1. Running apex listener 2.0.0.354.17.05 on glassfish 3.1.2.2. Our db is 11.2.0.3.0 on centos 2.6.32-279.9.1.el6.x86_64
One of our upgrades has a very unusual problem. Our applications all run fine, but the builder screens are blank, or at least appear blank. The page source looks normal in a browser except we find that the image paths are all malformed. They are all missing the trailing '/' after the 'i' of the images directory. For example, the builder login page has the following image reference:
https://ourorg.org/iapex_ui/apexlogo.png
which should be
https://dev.insitehome.org/i/apex_ui/apexlogo.png
If I type in the correct url, the image is viewable, so I doubt there is any issue with the server location or version of the images. Apex SEEMS to be generating the wrong path for the images.
Any suggestions?
Thanks,
Steve

stevepence wrote:
Ok, it seems pretty obvious what happend. Instead of
@apxrtins.sql SYSAUX SYSAUX TEMP /i/I dropped that trailing slash after the "i".
Hopefully someone can tell me where in the apex meta data to correct that without reinstalling. Run the script <tt>/apex/utilities/reset_image_prefix.sql</tt>, but make sure they've fixed Re: 4.2 reset image prefix sql error. If not, apply the workaround before you start.

Similar Messages

  • Sliced Images are Broken after Converting HTML into a PDF

    I am trying to create a PDF of a webpage and after Acrobat converts it, the page is broken apart in multiple pieces. I noticed that this is happening to images that are sliced. Does anyone know how to prevent this from happening?
    Thanks!

    Just to clarify, I only want a PDF image of the web page -no functionality of it. The equivalent of a "print-screen" of the page without the IE window/toolbar etc. I need to have it in PDF format for printing purposes.
    ASP code is also appearing in the PDF and I don't want this to occur.
    Ver: Adobe Acrobat Professional
    OS: WinXP Professional

  • INDesgin image links broken after saving file across systems

    Hi
    We have a scenario involving 3 components:
    1. Linux file server running both SMB and AFP (sharing the same directory thru both protocols)
    2. MacOS 10.5 (Leopard) with INDesign CS3 connecting to the Linux server thru AFP
    3. Windows 2003 server running INDesign CS3 connecting to the Linux server thru SMB (or NFS)
    The scenario:
    1. We create an INDD document and link an image to the AFP share (on the linux)
    2. On the windows 2003 server we open the same document from the SMB share (on the linux) - no error/broken links message is received.
    3. We save the document with a irrelevant to images change, (eg. Adding a text block) to the SMB share
    Here is the problem:
    4. We open the document on the MacOS and receive "Broken links" message atlhough when you look at the path of the image you see the correct AFP path (needless to mention the path is mounted on the MacOS properly and the images are fully accessible)
    What can we do, so we will not receive a broken links popup on step #4 of the scenario?
    Thanks

    No answers, but a few questions:
    Just to be clear, by "broken" you mean missing, not in need of updating, right?
    What version of netatalk are you using on the Linux box? Does it implement AFP 3?
    What version of InDesign CS3 are you using? Is it fully patched to the last public version (5.0.4.682) or newer?
    Are there any potentially problematic characters (e.g., slashes, backslashes, unicode characters, etc.) in the file names or the directories in the full paths?
    If you make note of the full path on the Mac when the document is first created, and then compare it very carefully with the same path when you re-open it and get the broken links messages, can you detect any differences? It might also be interesting to place one of the same "missing" images in the document again once you've re-opened it on the Mac, and compare the two paths...

  • IPM Cluster Secondary server imaging deployment down after 11.1.1.8.0 Upgrade

    Hi All,
    We have upgraded our ECm from 11.1.1.6.0 to 11.1.1.8.0
    We are using Cluster environment for IPM server and now IPM_sever2 is up but imaging for IPM_server2 is down.
    error says
    Invoking Start Up operation for application imaging on target IPM_server2.
    [Deployer:149193]Operation 'start' on application 'imaging' has failed on 'IPM_server2'
    [Deployer:149034]An exception occurred for task [Deployer:149026]start application imaging on IPM_server2.: Exception preparing module: EJBModule(imaging-agents.jar)
    Unable to deploy EJB: InputAgent from imaging-agents.jar:
    [EJB:011055]Error deploying the EJB 'InputAgent(Application: imaging, EJBComponent: imaging-agents.jar)', the JNDI name 'ejb/InputAgent#oracle.imaging.input.inputagent.InputAgent' is already in use. You must set a different JNDI name in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation for this EJB before it can be deployed.
    Operation Start Up on target imaging Failed. Please see error logs for details.
    What will be the solution??
    Thanks,
    Nir

    Followed below documents,
    1. e16793_Patching_Guide
    2. b32474_Planning_Guide
    3. e26692_Enabling_Administering WCC
    4. e17836_Inteop_Compatibility Guide
    5. e14495_Installation Guide
    Which patches to apply ??
    Still we are in 11.1.1.6.0 ..in IPM Other modules are updated..
    Thanks.

  • Retrive image path of image after cameraRoll addBitmapData

    Is it possible to retrieve the image url of image which added to the CameraRoll via  addBitmapData ?
    Thanks,
    Nimrod Sion

    That doesn't have anything to do with retrieving the imagepath after adding to the camera roll sirdragoon....
    The only thing I can think of for this is that 1) you cant trace back the path to the camera roll for iOS because of how closed their system is and 2)the android path would always be the same once you find out the initial path.  I do not think actaully adding the image to the camera roll will return the path unfortunately.  You will have to open up the browseforimage method and trace out the images path from the return mediapromise (For Android).

  • Dw cs5.5 + Phonegap + spry dataset xml and images links broken

    Hi all,
    I'm building an app using DW CS5.5 and Phonegap.
    This is what I've done:
    created pages using the starter template (local)
    I created a php page that run a query on a mysql database and output an xml file
    I created a spry dataset using the php (see 2) file as data file
    It works locally and on-line on my website.
    But if I package an app using the android sdk from dw CS5.5 I have problems: all images are all broken. It seems that the link to image is not correct.
    In fact, all images are not using absolute path (http://www.mysite.com/images/...) but are set this way: /images/....
    So, my question is: have I to specify all images sources using absolute paths to make it work when packaged?
    TIA for any reply
    tony

    Hi Gramps,
    I just solved the problem with image paths (I made all src paths absolute).
    There is only one problem left: I opened another discussion: http://goo.gl/ysNDH
    But here the link you (correctly) need to trobleshoot the problem): http://www.camar.it/newsxml
    It should work on desktop browsers but it fails when I pack the app for android and install it on an android smartphone: I get "error loading page" when clicking on any details link (the button label is: DETTAGLI) on the news page.
    Tony

  • [SOLVED] nfsroot install broken after kernel upgrade 3.5.6 to 3.6.2

    It seems my nfsroot installations have broken after the kernel upgrade to 3.6.2.
    This is as far as the boot process gets now (hand copied from the screen):
    IP-Config: eth0 complete (from 10.48.50.20):
    address: 10.48.50.240 broadcast: 10.48.50.255 netmask: 255.255.255.0
    gateway: 0.0.0.0 dns0 : 0.0.0.0 dns1: 0.0.0.0
    domain : local
    rootserver: 10.48.50.20 rootpath:
    filename : /var/tftpboot/pxelinux.0
    NFS-Mount: 10.48.50.20:/srv/nfs4/kvmhost0-rootfs
    Waiting 10 seconds for device /dev/nfs ...
    mount: Protocol not supported
    :: running cleanup hook [udev]
    ERROR: Failed to mount the real root device.
    Bailing out, you are on your own. Good luck.
    sh: can't access tty; job control turned off
    [rootfs /]#
    On the server this is what is logged:
    Oct 16 21:10:04 tuon dhcpd: DHCPDISCOVER from 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPOFFER on 10.48.50.240 to 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPREQUEST for 10.48.50.240 (10.48.50.20) from 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPACK on 10.48.50.240 to 00:21:70:eb:02:25 via san
    Oct 16 21:10:14 tuon rpc.mountd[1323]: authenticated mount request from 10.48.50.240:684 for /srv/nfs4/kvmhost0-rootfs (/srv/nfs4/kvmhost0-rootfs)
    Oct 16 21:10:14 tuon rpc.mountd[1323]: refused unmount request from 10.48.50.240 for /new_root (/): not exported
    It looks to me like the client is sending the mount request, the server accepts and then for some reason the client thinks it has failed. I can't even see anything strange in the wireshark traces comparing the working client (3.5.6) to the broken one (3.6.2).
    Anyone else using nfsroot successfully with the latest kernel?
    Any other ideas?
    (by the way - despite my directory names, this is using nfs v3 for the rootfs)
    Last edited by kmshanah (2012-10-18 03:18:07)

    mikep wrote:
    Just to confirm that I also have this problem with nfsroot (nfs4 this time) with 3.6.2. Downgrading the kernel does make it go away.
    When it is working normally I do seem to get refused unmount messages at shutdown for some reason
    refused unmount request from 192.168.1.86 for / (/): not exported
    , but the /new_root bit is new and I have no idea where it comes from.
    refused unmount request from 192.168.1.86 for /new_root (/): not exported
    So I wonder if it asking for the wrong path.
    That unmount issue will be solved by FS#32021.
    Unfortunately, that doesn't help with mounting in the first place with 3.6.2

  • Why do fonts and vector images look broken in Acrobat Pro (on retina display)

    I often get scared of doing something horribly wrong every time I export to PDF from Indesign CC. I know I didn't mess up but my scariness is the effect of the terrible graphic support in Acrobat when viewing the pdf's. Fonts and Vector images look broken and the look of fonts only gets better after zooming in at an incredible 6400% ! Are my preference settings in Acrobat wrong or is it because Acrobat doesn't support Retina yet?

    Moving this discussion to the Acrobat Installation & Update Issues forum.

  • Acer aspire zs600 recovery error; "restore failed - can not find image path"

    Recently the hard drive in my Acer Aspire ZS600 failed. I purchased a new hard drive and the recovery media disks from Acer's website. However after installing the new drive and running the recovery disks, the third and final disk ejects with the error message "Restore Failed - Can not fine image path: M:\RecoveryImage\install.wim" I have searched these forums as well as the farthest reaches my googling skills will allow and I have not found a solution that works. I am fairly certain it is not an issue with my hard drive, optical disk drive or the recovery media itself. Any insight on this issue will be greatly appreciated.

    i presume that your new HDD was completly clean, you didn't format or create partition prior to use the Acer erecovery medias. in a past thread there was a similar issue and Acer-Justin found the solution, i sent him a PM.

  • Automatically change linked images path in AI files when server has changed?

    A customer of ours have replaced their server and now all AI files containing linked to images are broken as they point to the old server. I have opened an AI file and there I can see the paths to the old server, but of course I cannot just edit the path and then save the file because then it won't open in Illustrator CS3 anymore. Is there any way other than to manually go through all AI files and manually replacing the links with the new links to the old server, or to use embedded images?

    Jasion,
    Maybe a bit beside the question, but it is always recommended here to open/save from/to own hard disk, and to copy from/to networks and removable media. You may be lucky, at least for a while, but it is better to be safe than sorry.
    In addition to the (far greater) risk of file corruption, some issues are mentioned here:
    http://helpx.adobe.com/illustrator/kb/illustrator-support-networks-removable-media.html

  • Lion Server Recovery image is broken

    I had purchased a new Mac mini Lion Server for my office. Normally I am a Linux server guy, but wanted everything to be 100% Apple for continuity.  On first plugin, the server worked just fine.  After I spent time learning it and it's settings and configs, I decided that I wanted to start fresh.  So I used the recovery console to download the boot image from Apple and recover my Lion Server from scratch.
    Upon a successful installation, I found that the Wiki and the Profile managers failed to operate.  After a long story and chasing each individual error around Google, I decided to retry a new image again.  So again I downloaded the recovery image and started over. Upon restart I found the same errors. For the longest time I assumed it was a sheeting that I was messing up and causing it. It had something the do with the Postgres database.
    After 5 reinstalls I still had not a fully functioning server.
    I had configured a MacBook air to remote manage the server by copying the server app to it.  The Air also had Lion on it.  I decided to try an experiment and installed Lion fromUSB instead, made from the Mac air. The installation went flawless. I then copied the server app over to my Mac mini server to complete the server functions. It also installed flawlessly. I had not touched a single setting on the new OS and the server functioned perfect.
    My only diagnosis has to be that the original net install recovery image which is passed out from Apple's remote servers, is that particular image is broken.  If you have conducted a server recovery from booting using apple's recovery system, and are having massive Postgres problems, failed wiki and profile manager issues, then consider that you have downloaded a bad image and create a new install from a local DVD instead.
    Today my server runs perfect and has ever since I installed locally.

    Thanks and sorry for the super late reply! At the end I had to get a wifi router to get it restore! Since the mini came with Lion server, it won't let me use the thumb drive to install. I can see it if I press option on start up, but when I chose it, it gave me a "no entry" icon
    Anyway, since the office needed a wifi router anyway, so ......... yeah thanks!

  • [svn] 3132: htmlwrapper tests in flextasks were broken after change 3120.

    Revision: 3132
    Author: [email protected]
    Date: 2008-09-05 17:01:03 -0700 (Fri, 05 Sep 2008)
    Log Message:
    htmlwrapper tests in flextasks were broken after change 3120. Updating the new location in the HtmlWrapperTask.java
    QA: Yes
    Doc:
    Tests: checkintests
    Reviewed by: Pete Farland
    Modified Paths:
    flex/sdk/trunk/modules/antTasks/src/flex/ant/HtmlWrapperTask.java

  • Image path not storing in sql database

    Hello,
    I have read here on the forum how to upload an image to server and store path in  your database, the image uploads correctly to the correct folder on my server but the image path does not get stored on my sql database (not local hosting). I receive the error: The file has been uploaded, and your information has been added to the directory. Column 'image' cannot be null.
    My database has the following columns:
    id
    datum
    image
    sectie
    My code is as follows:
    <?php require_once('Connections/dbTroch.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    mysql_select_db($database_dbTroch, $dbTroch);
    $query_rs_aanbod = "SELECT * FROM tblSlideshow ORDER BY id ASC";
    $rs_aanbod = mysql_query($query_rs_aanbod, $dbTroch) or die(mysql_error());
    $row_rs_aanbod = mysql_fetch_assoc($rs_aanbod);
    $totalRows_rs_aanbod = mysql_num_rows($rs_aanbod);
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    $target = "images/slides/";  //This is the directory where images will be saved// 
    $target = $target . basename( $_FILES['image']['name']); //change the image and name to whatever your database fields are called//
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "add-photos-aanbod")) {
      $insertSQL = sprintf("INSERT INTO tblSlideshow (image, sectie) VALUES (%s, %s)",
                           GetSQLValueString($_POST['file'], "text"),
                           GetSQLValueString($_FILES['image']['name'], "text"));
    //This code writes the photo to the server//
    if(move_uploaded_file($_FILES['image']['tmp_name'], $target))
    //And confirms it has worked//
    echo "The file ". basename( $_FILES['uploadedfile']['name']). " has been uploaded, and your information has been added to the directory";
    else {
    //Gives error if not correct//
    echo "Sorry, there was a problem uploading your file.";
      mysql_select_db($database_dbTroch, $dbTroch);
      $Result1 = mysql_query($insertSQL, $dbTroch) or die(mysql_error());
    ?>
    <!doctype html>
    <html>
    <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Troch Project Solutions - Admin - Toevoegen</title>
      <link rel="stylesheet" href="css/foundation.css" />
      <link rel="stylesheet" href="css/layout.css" />
      <!-- Fonts
      ================================================== -->
      <script type="text/javascript" src="//use.typekit.net/vob8gxg.js"></script>
      <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
      <!-- jQuery
      ================================================== -->
      <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
      <script src="js/vendor/modernizr.js"></script>
    </head>
    <body>
        <div class="row">
          <div class="large-8 medium-8 small-8 large-centered medium-centered small-centered columns intro">
              <h2 class="subheader text-center">Admin</h2>
              <p><a>Log uit</a></p>
              <p><a href="admin.php">Terug naar Admin menu</a>
              <h4>image toevoegen naar aanbod slideshows:</h4>
              <form action="<?php echo $row_rs_aanbod['']; ?>" method="POST" name="add-photos-aanbod" id="add-photos-aanbod" enctype="multipart/form-data">
              <table>
                    <tbody>
                         <tr>
                              <td><label for="image">Kies foto:</label></td>
                              <td><input name="image" type="file" id="image" value="<?php echo $row_rs_aanbod['image']; ?>" /></td>
                        <tr>
                              <td>Sectie:</td>
                              <td><select name="sectie" id="sectie" option value="sectie">
                                <?php
    do { 
    ?>
                                <option value="<?php echo $row_rs_aanbod['sectie']?>"><?php echo $row_rs_aanbod['sectie']?></option>
                                <?php
    } while ($row_rs_aanbod = mysql_fetch_assoc($rs_aanbod));
      $rows = mysql_num_rows($rs_aanbod);
      if($rows > 0) {
          mysql_data_seek($rs_aanbod, 0);
          $row_rs_aanbod = mysql_fetch_assoc($rs_aanbod);
    ?>
                              </select></td> 
                        </tr>
                        <tr>
                            <td><input type="Submit" name="Add" id="add" value="Toevoegen" /></td>
                        </tr>
                </tbody>
            </table>
            <input type="hidden" name="MM_insert" value="add-photos-aanbod" />
        </form>
          </div><!-- end large-8 -->
        </div><!-- end row -->
    <script src="js/vendor/jquery.js"></script>
    <script src="/js/vendor/fastclick.js"></script>
    <script src="js/foundation.min.js"></script>
    <script>
                $(document).foundation();
            </script>
    </body>
    </html>
    <?php
    mysql_free_result($rs_aanbod);
    ?>
    I cannot work out what is wrong and I would appreciate any help on this. Thanks

    Your form field and array variable names do not match
    <td><input name="image" type="file" id="image" value="<?php echo $row_rs_aanbod['image']; ?>" /></td>
    GetSQLValueString($_POST['file'], "text"),

  • Setting Image Path

    Hi,
    Merry Easter to All of You!..
    i am facing a problem in setting the dynamic image path in crystal report
    the path is stored in Database field,and physical images are stored in a folder
    the path specified is relative path and works fine when the report is run directly , but it seems that the report runs in temp folder when called from vb.net windows application.
    hence the relative path specified w.r.t to database field fails when called from application.

    Download SP 0 for CR 2008 from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100007528552008E/cr2008_sp0.zip
    Next, see [this|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note on how to work with image in Crystal Reports.
    Ludek

  • LinkListExplorer iview BackGround Image path not working

    HI All ,
    As i am using Layout set LinkListExplorer for few external links , when i am giving image name for eg growth.jpg in  background image path,  which is placed at /etc/public/mimes/images it is not showing anything , the same is working for NewsBrowser Layout set  . I have tried many thing all possiblities but no success .
    Pls help me in this regard.
    Shwetang saxena

    Hi Vedant,
    APEX only replaces the #WORKSPACE_IMAGES# variable within APEX itself. This is quite logical, because what you see in the APEX developer space is generated by PL/SQL from the database, so APEX can change what it wants. APEX can't access the files however, that's logical to because APEX would need premissions on the server and an Oracle directoryto start doing changes to files.
    So if you want to point to the image directory in the CSS file you need to provide the full path.
    Regards,
    Joni

Maybe you are looking for

  • Problem writing xml do disk ORA-29285

    I have an issue when I write larger xml files. I get ORA-29285 when i flush it to disk. The strange thing is that the code works when I use this code: xmlText clob := xml.extract('/*').getClobVal(); But It is very slow. instead of this: xmlText clob

  • Safari crashes after a few seconds every time.

    I'm totally inept with computers, and I know I could update to snow leopard or lion. Every time I open safari, it stays open for about 10 seconds then crashes. Why I try to send the error report to apple it says something like "sorry, try again later

  • Zen Micro Display gone???? Has this happened to anyone el

    Hello,I am a new user and need some advice. I purchased my Micro Zen at the end of December and it has played fine with no problems. Then yesterday the display screen went blank and wont come back. The player still plays, but you cant see the screen

  • Select Statement -- Where Clause Execution Order

    What is the order of execution of the "AND" and "OR" in the WHERE clause of a Select statement? Are the "AND"'s executed from the top down, left to right? Is it the same for the "OR"'s execution? Thanks for any help...

  • Bug in JDeveloper Remove Unused Imports feature

    Hi, I just detected the following funny behavior in the Remove Unused Imports feature in JDeveloper: Let's take the following dummy code: package mypackage; import oracle.jbo.domain.Date; public class MyClass { public MyClass() { oracle.jbo.domain.Da