Broken Images in XE Application

I have a form that uploads photos (jpegs) for the most part its working fine.
However, lately I am seeing 1/2 to 3/4 of the photo.
It was discovered using Oracle Reports. The data from XE is loaded into tables on our network. I created a report (PDF) displaying the data and pictures from the XE application.
Oracle Reports is giving me a REP-1818 error. Some reports work fine with pictures. The ones that are not working, I loaded from the table to the file server and viewed them. That's when I found that 3 of the 5 pictures are incomplete (broken).
What is the cause of broken images?

Follow-up by myself:
I found a workaround for this by using the apex_util.get_blob_file_src function instead of declarative blob support. The code generated by this seems to work also in the translated application.
Btw, the original problem remains in APEX 3.2, as just tested at apex.oracle.com. I've made a test comparing declarative blob support to apex_util.get_blob_file_src in the sample application in my workspace (SMEINDL), application id 50912, page 3 (products). If anyone is interested, please have a look at it.
Stefan

Similar Messages

  • Blob in classic report - broken images in translated application

    Hello,
    I have an application containing a classic report with a blob column displayed as inline images. The application's UI is translated and published (from en to de in my case) according to APEX docu. Everything seems to work fine so far but all classic reports with blobs show broken images in the translated application.
    The report query is something like:
    SELECT  IMAGE_NAME,
            CATALOG_MIME,
            CATALOG_FILENAME,
            CATALOG_LAST_UPD,
            ID,
            dbms_lob.getlength(CATALOG_IMAGE) CATALOG_IMAGE
    FROM    IMAGE imgThe images are displayed by using the format mask "IMAGE:....inline" on the CATALOG_IMAGE column and the generated image URLs (<img src="...">) look like this:
    In primary language (App ID 251, working): http://server/pls/apex/apex_util.get_blob?s=724178467531162&a=251&c=6844840372320206&p=5305&k1=288447&k2=&ck=7475F2F4A0CFA99CC137C9F9008CE3F9&rt=CR
    In translated app (App ID 151, broken images): http://server/pls/apex/apex_util.get_blob?s=724178467531162&a=251&c=6844840372320206,151&p=5305&k1=288447&k2=&ck=4576169EC6C9645C83E321610FE4BE6B&rt=CR
    Also by entering the broken image URL directly the server says: "The requested URL /pls/apex/apex_util.get_blob was not found on this server."
    Is this a bug in APEX (using 3.1.2), anyone else encountered this? Is there a solution or workaround?
    Thanks for infos,
    Stefan

    Follow-up by myself:
    I found a workaround for this by using the apex_util.get_blob_file_src function instead of declarative blob support. The code generated by this seems to work also in the translated application.
    Btw, the original problem remains in APEX 3.2, as just tested at apex.oracle.com. I've made a test comparing declarative blob support to apex_util.get_blob_file_src in the sample application in my workspace (SMEINDL), application id 50912, page 3 (products). If anyone is interested, please have a look at it.
    Stefan

  • Broken image in case of transport via NWDI

    I have a image file in a webdynpro application. I have placed it in the src -> mimes -> comps -> package folder.
    When I deploy the application I can see the image on the application.
    Now when I released the application from development to staging, the application works fine, but the image is not getting displayed. We get an 'X' mark in place of the image.
    I checked the .ear file and extracted it. I can see the image file in the components-> package folder.
    Also the .dcdef file of the application has the following:
    <i>     <folders>
              <source-folder>META-INF</source-folder>
              <source-folder>src/mimes</source-folder>
              <source-folder>src/configuration</source-folder>
              <package-folder>src/packages</package-folder>
         </folders</i>
    We are using EP 7.0 SP11 portal and NWDI to transport the applications.
    Please let me know how to solve the broken image issue.
    Regards,
    Vibha Singhal

    Hi Vibha,
    Check if the image is added in the activity. You can check this way...
    - Go to Development Configuration Perspective
    - Expand the DC
    - Navigate to the location where you image is added.
    Here you can see if the image is added to repository or not by checking the icon. If you see a blue color Hut symbol on your image then its not yet added your DTR repository. You can right click on the image (DTR -> Add -> )and add to you an acitivity then check in and release it.
    Regards
    Abhilash

  • "Broken" images that can't be deleted

    I have a few broken images when I go into the photo application. They appear as a generic strike out "broken" thumbnail. When I try to remove them by selecting them and choose "delete", it first asks me "do you want to delete xxxx.jpg?". After selecting "Yes" I am getting an error message: "General System error". Is there any way to rebuild the index, so the broken thumbnails don't appear anymore?

    It just took me the last 3 hours to solve this annoying problem  on my N97 so I thought I would share how I fixed it.
    I connected the phone on mass storage mode with Windows set to view hidden files. On the images folder, next to the wallpapers, camera, etc. folders, there was one hidden folder containing modified picture file names (like xxxxfile.jpg.xxxx).I guess this is how symbian stores thumbnail data? (?)
    I deleted these files without removing the folder altogether and the broken thumbnails on the Photos app on the phone were gone.
    This also made some of my non-broken photos disappear from the Photos app even though I could still see them on windows explorer. What I did then was to remove them through windows explorer and copy them again from ovi suite, and violá, my album was fixed.
    I don't know what would happen if I remove the folder itself, who knows if that messes up symbian again.

  • Broken image links on APEX 3.0 in Oracle 10g XE? Here's the solution

    You're on Oracle 10g XE and you've just upgraded your APEX from 2.0 to 3.0. You log into APEX Admin and there's tons of broken image links. You look into the Oracle documentation for APEX and it instructs you to copy the Images folder into your htmldb directory if you're using Oracle 10g standard, etc. But you're using Oracle 10g XE and there is no Images folder anywhere to be seen!
    HERE'S THE SOLUTION:
    http://daust.blogspot.com/2006/03/where-are-images-of-application.html
    Excerpt from the website:
    In OracleXE these resources (Images) are stored directly in the database, using the Oracle XMLDB feature. You can access the resources and modify them directly by using the WebDAV feature of the XMLDB.
    (1) With Internet Explorer, just go to File > Open > http://127.0.0.1:8080/i (check "open as webfolder")
    Then, copy the contents of your apex/images folder into this webfolder. It will take about 10 minutes. When it's done, refresh your Apex 3.0 website and lo and behold! Images! :)
    Be sure to thank Dietmar Aust for his solution to this problem, provided on his website: http://daust.blogspot.com/2006/03/where-are-images-of-application.html

    Another option: Try the Oracle Database XE and Application Express 3.0.1 install guide.
    C.

  • Broken Image is Shown in IE OF JSF - Sun App9 Deployment.

    Hi Friends,
    I have developed Application in Net Beans for JSF(Its a simple App.). When I deploy it onto Sun Application Server, It shows Broken Image. For Image Display I have Done Following.....
    Please Help.
    Thanks.
    IDE : NetBeans 5.5
    AppServer : Sun Application Server 9
    Browser : IE 6
    The Actua Code:
    <h:panelGroup> <h:outputLabel style="width:10%;"/>
    <h:graphicImage style="align:center;" id="imgLogin" url="images/LoginPage2.gif"/>
    </h:panelGroup>
    Thanks.
    Tushar Parekh
    [email protected]

    Hi ,
    I have monitor the server log and found the following please help...
    Thanks.
    Tushar
    WEB0100: Loading web module [JSFUniRisXMigrated] in virtual server [server] at [JSFUniRisXMigrated]
    Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/asadmin'
    Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/asadmin'
    Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context ''
    Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context ''
    Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/JSFUniRisXMigrated'
    Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/JSFUniRisXMigrated'
    WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8089

  • Error 1003 occurred at Open VI Reference in Dist Copy Non-VI Files.vi- Dist Build LLB Image.vi- Dist Build App Image.vi- Build Application.vi

    When trying to build  an application using labview 7.1 and windows XP,  I get the error
    Error 1003 occurred at Open VI Reference in Dist Copy Non-VI Files.vi->Dist Build LLB Image.vi->Dist Build App Image.vi->Build Application.vi
    I've tried the crtl-shift-run as well as  a mass compile and I still get the error.
    Any ideas?
    Thanks,
    Mike

    Hopefully this thread, or this KB article might help.
    It seems like this could come from a lot of things, but there's suggestions in those which might lead you in the right direction
    Message Edited by Day on 09-22-2006 02:07 PM

  • Images corrupted in application package.

    Hi All,
    I am using .png images in my application. After building the application. It creates myfirst.app ... if I right click it in finder and select "Show package Content" .. it shows list of resources. If I try to open the images (.png) ... some of those images are corrupted. But it the app works fine on the device .. and the images displayed are just fine.
    Why does it show's corrupted in package? I am trying to upload it to the app store. I get following message ..
    "The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate."
    can it be the same image issue?
    thanks.
    Kiran

    yes .. there was an option in the project settings which was compressing the images automatically .. I unchecked it .. and few changes in the project settings ... it worked ..
    thanks for the reply ..
    Kiran

  • Spry Photo Gallery Broken Image Link

    I have attempted to merge the spry photo tutorial with our church's website. The images simply won't show up. It shows a broken image icon, but I can't understand why. I am wondering if the menu bar's javascript is interfering. Here's the code:
    Photo Gallery Page:
    http://gtcdunn.org/GTWebsite/HTML/Gallery1.html
    XML
    http://gtcdunn.org/GTWebsite/photos.xml
    Spry Assets:
    http://gtcdunn.org/GTWebsite/SpryAssets/xpath.js
    http://gtcdunn.org/GTWebsite/SpryAssets/SpryData.js
    Thanks so much for your help!
    ~Chris

    I see you are still using Spry 1.5. Have you considered upgrading to 
    Spry 1.6.1?
    Also your XML is broken, if you open up your xml in a normal standards 
    complaint browser such as firefox, you will see that it doesn't render
    a normal tree view as it would do with other xml files. So i suggest 
    checking those errors out.
    Its mainly because you  forgot to close your starting tag of the 
    gallerys node. (<gallery
    base = ""
    background = "#FFFFFF"
    banner = "#F0F0F0"
    text = "#000000"
    link = "#0000FF"
    alink = "#FF0000"
    vlink = "#800080"
    before your xml starts.

  • How to  upload and display image using bsp application

    hi
    I  just wants to know that
    1- how to  upload image from BSP page with attachment into sap server .?
    2-how to display image in to BSP page(webpage).
    thanks

    Hello Gupta Prashant,
    Just to upload and display an image, import image in MIME repository. Not only still images but also flash files can also be uploaded in the MIME repository. Once you import the image in it, use normal html code for image call;
    <img src = "file.jpg/gif" width=  height=>
    Besides it, if your requirement is to store the image in the database and fetch it based on specified field-name, then you have to go for BLOBs i.e Binary Large Object, using this you can also store images, videos, pdfs, applications in the database.
    MBLOB - Medium BLOBs store videos and pdfs,
    LBLOB  - Large BLOBs store movie files and applications.
    You have got 2 ways to use it; some databases store BLOB objects into themselves and some store the path of the BLOB object maintained on the FTP server.
    You can also implement it in ABAP;
    read the following link and practice the tutorial;
    [ Use of MIME Types|http://help.sap.com/saphelp_45b/helpdata/en/f1/b4a6c4df3911d18e080000e8a48612/content.htm]
    also check this
    [TYPES - LOB HANDLE|http://help.sap.com/abapdocu/en/ABAPTYPES_LOB_HANDLE.htm]
    And looking at your question, in order to upload an image, you can make use of FILEUPLOAD tag provided by HTMLB.
    Step 1: FILEUPLOAD provides a browse button to choose desired image file.
    Step 2: Store that image in database using BLOBs.
    Step 3: Retrieve the image using normal select query and display it on the screen.
    Hope it helps you,
    Zahack

  • CF8 Multiserver IIS6-Jrun Broken Images

    Hello All
    We have run into a problem with the multiserver install of
    CF8 Enterprise Edition. I would appreciate any insight into it.
    Server details:
    Web Servers
    IIS 6.0 on Windows 2003 Server
    Use the JRun connector to communicate with CF servers (.cfm
    .cfml .cfc .cfr mapped to jrun_iis6.dll)
    CF 8 servers:
    CF8.0.1 Enterprise edition; on windows 2003 server; 1 cluster
    of 2 instances; running the proxy service on default ports (51000,
    51002 and so on),
    We want to use the reverse proxy for every type of file for
    specific virtual directories on the Web server. This includes, .js,
    .css, .gif, .jpg files.
    Problem:
    The coldfusion specific file formats are proxied to the CF
    servers without a problem (since an IIS mapping exists for each of
    them). However, for the static file formats it does not work
    (broken images, missing .css files etc.)
    We have observed that:
    a) if there is no extension mapping on web server, IIS 6.0
    sends a 404 message for the images on the page
    b) if there is an extension mapping to the same jrun_iis6.dll
    on the web server, we get a 503 error from the CF server
    (Indicating no mapping on the CF server)
    c) if in addition to (b), we introduce a url-pattern mapping
    in web.xml, and associate it with CfmServlet, we start getting the
    content of the image in a stream (Server response = 200 ) but with
    incorrect content-type (it comes across as text/html). The images
    still appear broken because the content-type is incorrect.
    At this point, we are at a loss of what we are missing.
    Has anyone run into this problem before... any pointers will
    be much appreciated!
    Regards
    Kev

    deepblue9999 wrote:
    > We want to use the reverse proxy for every type of file
    for specific virtual
    > directories on the Web server. This includes, .js, .css,
    .gif, .jpg files.
    >
    > Problem:
    > The coldfusion specific file formats are proxied to the
    CF servers without a
    > problem (since an IIS mapping exists for each of them).
    However, for the static
    > file formats it does not work (broken images, missing
    .css files etc.)
    > c) if in addition to (b), we introduce a url-pattern
    mapping in web.xml, and
    > associate it with CfmServlet, we start getting the
    content of the image in a
    > stream (Server response = 200 ) but with incorrect
    content-type (it comes
    > across as text/html). The images still appear broken
    because the content-type
    > is incorrect.
    Very close. You need to map the extensions to the
    FileServlet, not the
    CfmServlet. Then restart CF and you are in business. You can
    even remove
    the mappings in IIS, the mappings in web.xml will overrule
    them anyway.
    Jochem
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • DISPLAYING IMAGES IN WEB APPLICATIONS

    When we store images in a column, we are having problems reading and displaying it on web applications.
    can somebody help?
    Thomas

    What version of Oracle do you use? What is the datatype of the column where images are stored? What are you using to read and display the images on web applications? Do you get any errors?

  • PSE 11 Organizer shows broken images on almost all jpgs

    1. I spent three days reorganizing all of my 90,000+ photos, putting them in hierarchical date ordered folders on my Windows 7 PC with 16GB RAM, lots of HD space on my second HD E (recently installed from an older laptop but with 700GB, 60% available).
    2. I rebuilt a new catalog using just the new folders of the 90k plus images.
    3. The first time I tried to rebuild the catalog, Organizer crashed with an "unusual runtime error".
    4. I broke the rebuild down into three smaller pieces adding new folders of 30k images at a time and by midnight last night I had a new catalog.
    5. Bring up the new catalog this morning and most of the images show a broken image. I can edit the jpgs, save them, etc in the editor, etc.
    6. I've turned off face recognition, checked for errors in the catalog (none but corrected anyway). Show all files. Reset editor preferences. None of this helps.
    7. All RW2 files show up, some PSD files do and some do not. Same with JPG's - a very few appear and most show a broken image.
    8. The first time I scrolled through the images, trying to see anything, Organizer would show the image briefly, then go to a broken image.
    9. The "Location" link to the file (I just discovered this) in the Information tab on the right, show the correct file location and that file (which can be edited after all) is just fine. Windows shows the file.
    10. If you edit a file from Organizer, the broken image is repaired. So, a workaround would be to put all 90k images into the PSE editor. I don't think I have that much time...
    11. Task Manager shows 40% CPU and 40% memory usage, btw.
    Ideas, please?

    Also, I am now trying to install PSE 12. One of the first instructions is to click Install Adobe Photoshop Elements in the Adobe Photoshop Elements dialog box. When I insert my disc in my DVD drive I don't get a PSE dialog box at all, just the Windows Autoplay dialog box asking what I would like to do with this disc. I can't believe I'm having to ask a question about installing a program from a disc! I'm pretty sure it's just me...

  • Broken image when exported to MS power point presentation

    Hello All,
    I am having issues with Xcelsius, I always export dashboard into a powerpoint presentation and for some odd reason today it shows up as a broken window.  The file I am working on has 2 .swf files along with a selector which switches between both files.  When I export the file and it opens up in powerpoint everything works smoothly but once I save it and re-open it, that's when the broken image comes up.  Please does anyone know what could be causing this issue?  I need to get this fixed asap because this is for a presentation   Below is what it looks like.
    [http://img376.imageshack.us/img376/9789/picture1z.jpg]

    Hi, XcelLovr
    I have experienced the same thing with Microsoft Office 2007.  I had created PPT presentation, it had worked fine but after reopening it became broken. I solved this problem and now it works fine.
    Unfortunately, I don't have determined solutions but I recommend to try the next things which I did:
    1. Install the FP2.1 on Xcelsius
    2. Decrease security in Powerpoint  Macro Settings -> "Enable all macros",
    ActiveX Settings - "Enable all controls"
    3. Install the last version of Flash player (http://get.adobe.com/flashplayer/)
    4. Clean temp folders - as I understand Xcelsius firstly creates tmp file inside Temp folder then Xcelsius tries to make it embedded inside Powerpoint presentation. So, the problem can be connected with this thing.
    4. Try to manually insert Xcelsius objects into Powerpoint presentation:
        - Create SWF file inside Xcelsius
        - Create powerpoint presentation by using Microsoft Powerpoint
        - Save it as PPT (2003 version)
        - Open Developer Tab (if it's hidden you should make it visible) inside Powerpoint
        - Click Insert control on this Developer tab (icon with hammer and forceps) in Powerpoint
        - Choose Shockwave Flash Objects in appeared long list "More control"
        - Draw the control on a slide
        - Choose the control and click properties
        - Find Movie property, indicate destination of your SWF file
        - Make EmbedMovie "True" - it will put SWF file inside PPT presentation
       -  Save and check
    By the way, I found a property there "FlashVars" it seems that it's possible to integrate different Xcelsius objects inside presentation by using Visual Basic and this property.
    5. Try to install Office 2003 with deleting office 2007
    Perhaps, my recommendation will help you to solve the problems.
    Pavel

  • Broken image because of null value

    I’m displaying a SQL query type report.
    In the Column Formatting section, I'm displaying an image from the database using the following HTML expression [img src=”/i/#NC#_bullet.gif” /] (using angle bracets, of course). However, one of the columns in the database contains a null value and is returning as a broken image. Any advice on how to correct this problem?
    Message was edited by:
    user445944

    use the nvl function and add an image to be displaed in null contition
    Aris dc

Maybe you are looking for

  • Subfolder Dates Incorrect When Importing Photos from Nikon D3000

    Bit of a weird problem: When I use the Get Photos dialog to import the RAW files from my camera, and ask it to create subfolders based on the shot date, the subfolder dates wind up all over the place.  I did a set last night that had folder years tha

  • Clamshell mode vs. open

    Hi everyone, Does someone know which mode is better/healthier, for my macbook pro? Clamshell mode or open mode? Both with an external display. Greets, jan

  • Request for skype online number

    Hello Support Team On this 1st i had applied for online number but still it is pending and also single number order showing two time. payment deducted from my credit card, but yet order is pending. January 1, 2013 Online Number, 12 month subscription

  • How to find and replace certain text in Excel.

    I am new to Automator. And I would like some help how I can create a service that will allow me to find and replace certain text in Excel. I noticed that there is an action to do this for Word documents, but not for Excel documents. Any suggestions h

  • Change in one vairable  is not reflected in the other  variable

    Question/ Objective / Doubt: during the execution of the program ,change in the member/variable of the class is not reflected in the other variable which is the dependent variable of the previous one; Program / code: class Simple {      static int []