Image not being deisplayed

when the application is deployed to the remote server. The only browser that will display the image correctly is IE9.
Re: images do not show when deployed on remote server
Any ideas?

Hi,
I was reviewing your source code, and one thing that comes to my mind is that you could try renaming the image file from "imageLogo.JPG" to "imageLogo.jpg" in your local machine where you are running JDeveloper, in the source code and in the remote machine.
Sometimes Linux environments or some open source / GNU / GPL products may have conflicts with the file extensions in capital letters, and that's more common in windows environments (where IE runs).
Hope this helps.
-Cris

Similar Messages

  • Images not being displayed in metro apps

    OS: Windows 8.1 enterprise
    Images are not being displayed (a small cross mark shown on the left) when I open metro apps that I download from Store. The store as well doesn't show images. I am able to see images in some built in metro apps like travel and weather.
    What's the fix. I guess the company network is blocking it. What is the work around?
    Thanks.
    NOTE: This is WINDOWS 8.1 METRO UI issue. It doesn't have anything to do with VISIO. The only option that I had to choose when i selected Windows 8.1 is VISIO. This site appears to be broken and not user friendly.

    Hi,
    Which metro app did you download and occur the issue? As you post the question in Visio forum, did you use Visio 2013 preview? As far as I know, the version had been off the store after the official version released.
    If I misunderstand, please give me more information (Such as App name) or images about your question.
    Regards,
    George Zhao
    TechNet Community Support

  • Images not being sent with forwarded emails

    Hi,
    When I forward an email sent to me that has attached images, those images are not being sent when I forward the email.
    Yes, I am being asked to "Include" the attachments, and I click the Include button.
    I see the images in my message to be forwarded just before I send it, but the recipient does not get the images.
    Any assistance would be appreciated.
    Thanks

    Posts: 26
    From: New England
    Registered: Oct 15, 2005
    Forwarding Mail fails to include pictures
    Posted: Nov 26, 2009 7:54 PM
    Reply Email
    Recently I've had a problem with my iPhone 3Gs when I forward an email that contains graphics. The graphic is fine on my iPhone but when it arrives the picture is missing. I am selecting 'include graphics'.
    I've re-booted - no change.
    I've restored from a backup - no change.
    I've restored without using the backup - no change (other than I lost a couple email accounts etc.)
    Anybody got any other suggestions?
    TIA
    Tim
    Intel iMac / MacBook Pro Mac OS X (10.6.2) 80 gig Classic iPod, 32 iPhone 3Gs
    wmdilson
    Posts: 3
    Registered: Oct 9, 2009
    Re: Forwarding Mail fails to include pictures
    Posted: Feb 14, 2010 9:31 AM in response to: Timothy Adams
    Reply Email
    I have been having the same issue since late September and been in touch with Apple support since. First they said they had no other reports on it so it was my phone. I started checking and found many other with the same issue. I called back and finally in November I was told they were aware of the issue and was working on it. The first week of January I called again and was told the update first week of February was going to correct this. I did the new software update and guest what....IT STILL DOESN'T WORK!!! It is now February 14th and I am on the phone once again for the same issue that was known back in October 2009. I am paying $30 for data plan that I can not utilize 100%. My question after being patient for 5 months is who is going to refund me a portion of my data plan? Apple or AT&T?? This is a software problem that really needs addressed. Apple just releases an iPAD and can't correct this email issue??
    iPHONE 3gs iPhone OS 3.1.3
    ernie goldstein
    Posts: 177
    Registered: Feb 1, 2005
    Re: Forwarding Mail fails to include pictures
    Posted: Feb 22, 2010 5:33 AM in response to: wmdilson
    Reply Email
    foward email
    Posted: Jan 29, 2010 10:14 PM
    Reply Email
    i have the 32 g 3gs iphone. i have no problem when i send pictures from iphone from my photo album. the problem i have is when i receive a email on my phone that has pictures not from someones photo album and i foward the email the people get the email but not the picture. all they get is ca blank square where the picture should be. i even fowarded to myself and the samething happens on my mac . I have called teck support & was told they are working on it. this is unacceptable. it should not take this long to fix this.
    imac Mac OS X (10.6.1)

  • BUG - Images not being generated

    Something I just noticed...
    I'm using RoboHelp for System User Guides. For each screen in
    the System, I have a topic. In this topic is a screen shot of the
    screen. To save space on the topic I decided to try something new
    and link to the image through a "Custom-Sized Popup". Of course
    RoboHelp doesn't list images in the "Select Destination (file or
    URL)" -- even though it states files should be listed--- anyway, I
    have to manually link to it in the "Link to: " text box.... So
    that's fine... I can go into the Image Properties, Used In tab, and
    it lists the page it's linked from.
    Everything
    seems to be in order.
    I try and test out my newly created link. I generate the
    WebHelp output of the project and load the topic. I click on the
    link and imagine my shock and dismay when I find -- what's this --
    a 404 ?! What's more, all images I've linked to this way are
    not included in the output!
    It seems that RoboHelp, in it's infinite wisdom, decides that
    since this image isn't being directly linked to from any topic, it
    will save space and not create it in the output..... The quick and
    easy workaround is to create a topic which includes all the images.
    With this topic created, the images will be created in the output
    and the image link will work.
    I thought this post might come in handy for someone who gets
    stuck with the same problem
    Adios
    -Tyler Waters
    Idea for future release of RoboHelp:
    - Include images in the "Select Destination".... or at least
    remove "file or" from the label as files are not listed.
    - Include images in the output if they are linked to
    anywhere in the project.

    Colleagues:
    I've found a method for RH to get you halfway there.
    You can import an image as a baggage file and find it in the
    hyperlink dialog (link to file, navigate to the imported image).
    This is a lot faster than
    1. Creating a new topic (name, properties, etc.)
    2. Deleting the boilerplate
    3. Inserting an image.
    Still, RH won't self-size or let you self-size the popup
    window.
    For this you need to insert some Javascript code into the
    HREF string. You can do this either inside RH Truecode or in the
    output files. Either way, you have to do it for every image you
    want to pop up in a custom window.
    So you're trading one chore for another.
    A couple of benefits, if you consider them so:
    An image in a popup window will shrink and expand (up to
    original size) when you resize the window. You can't resize an
    image in a topic popup.
    The javascript specifies window attributes. An image-only
    popup doesn't need menu, navigation, status and tool bars, just the
    corners that close and resize the window.
    If you are (or anyone else is) interested in trying this,
    please reply here and I'll post some suggested code.
    Regards,
    Harvey

  • Image not being opened in Photoshop cc 2014 from Lightroom

    I am using the latest lightroom and photoshop.  When I go to an image in lightroom and right click, select edit in Photoshop cc 2014, it opens Photoshop straight away but it does not pass the image along... Any suggestions?

    I've tried everything I can think of to no avail.  It takes several minutes now to load an image from Lightroom into PS CC 2014.  PS CC 2014 is already open.  I just noticed a pattern.  If I edit a file (TIFF) format that has already been edited in PS and saved back to Lightroom, it loads very quickly.  However, if I am trying to process a RAW file, that is when I notice a significant lag time.furth
    SUCCESS!!!  Upon further investigation and seeing issues from other members regarding RAW cache issues I decided to move my RAW cache file path in LR to a different drive.  That seemed to fix the last issue.  I think the drive I had selected is going bad.  So the reinstall fixed my integration issues between LR and PS CC 2014 (thanks to everybody who suggested that) and changing my RAW cache file path seems to have fixed the last of my performance issues.  Now to reinstall my plugins and get back to editing my clients' images!

  • ((  BLOB IMAGE  *NOT*  being saved !  ))

    Hello,
    I am new to APEX.
    I am working with the SAMPLE APPLICATION
    that comes with the free APEX.ORACLE.COM
    account.
    I am creating 2 pages similar to the
    PRODUCTS report and the
    PRODUCTS form.
    (Page 3 and PAGE 6)
    I am creating my own table
    and my own pages.
    I created my own table---
    similar to the
    DEMO_PRODUCT_INFO
    table--which has all the PRODUCT
    information in it.
    This table looks like this:
    http://mankindwins.com/__7700-2900-APEX-GLOBAL-201/850-500-SCREENSHOTS-FOR-POSTS-205/DEMO_PRODUCT_INFO__TABLE.gif
    I used the APEX wizard to create a REPORT
    on a table with a FORM.
    I then replaced the source code wide
    code similar to this:
    select p.product_id,
    p.product_name,
    p.product_description,
    p.category,
    p.product_avail,
    p.list_price,
    p.product_id image
    from demo_product_info p
    That worked fine.
    I then went into the
         BLOB Download Format Mask
    and I defined it to be something like this:
    IMAGE:DEMO_PRODUCT_INFO:PRODUCT_IMAGE:PRODUCT_ID::MIMETYPE:FILENAME:IMAGE_LAST_UPDATE::inline:Download
    This works fine.
    It shows the images.
    The problem is this:
    When I try to create a NEW PRODUCT
    the browse button is there,
    I CAN upload a new image.
    But then, when I hit the button
    to CREATE the NEW PRODUCT---
    it does **NOT SAVE** the
    IMAGE
    MIMETYPE
    FILENAME
    IMAGE_LAST_UPDATE
    All the other information is saved---
    ( product name, category, etc.)
    but NONE of the IMAGE INFO !
    My question:
    How do I get this information saved???
    The BROWSE WORKS---
    but the CREATE the NEW PRDOUCT
    is NOT SAVING ANY OF THE IMAGE
    INFO !
    Why not?
    Thanks for your help!
    I really appreciate it!
    David888
    .

    Oct 9, 2010
    Hello,
    I found the answer!
    I looked in the SAMPLE APPLICATION
    PAGE 6
    P6_PRODUCT_IMAGE
    I looked at SETTINGS.
    I put in the settings for the
    blob image.
    That made it work!
    The values were saved!
    YAY!
    David888

  • EMP image not being removed

    DECLARE
    jpeg_image_dir VARCHAR2(280) := 'C:\photos';
    photo_filename VARCHAR2(280);
    BEGIN
    *:System.Message_Level := '25';*
    photo_filename := jpeg_image_dir||'\'||LOWER(:key_block.key_item)||'.jpg';
    READ_IMAGE_FILE(photo_filename, 'JPG', 'key_block.image');
    IF NOT FORM_SUCCESS THEN
    MESSAGE('This employee does not have a photo on file.');
    END IF;
    *:SYSTEM.MESSAGE_LEVEL := '0';*
    END;
    I have used the abv code to get image of an emp corresponding to the empno...but i got one small problem....suppose i enter 3021 i get the image with his personal details and now when i enter 3032 i get his personal details but the image doesnot changes(the image displayed is of 3031 instead of showing some thing blank) as he does have his image stored in the direcory
    Edited by: Suhail Faraaz on Dec 14, 2009 10:17 PM

    I have solved just had to make a small change and i got it so late in my head
    DECLARE
    jpeg_image_dir VARCHAR2(280) := 'C:\photos';
    jpeg_image_dir2 VARCHAR2(280) := 'C:\photos\no';
    photo_filename VARCHAR2(280);
    BEGIN
    :System.Message_Level := '25';
    photo_filename := jpeg_image_dir||'\'||LOWER(:empa.empno)||'.jpg';
    READ_IMAGE_FILE(photo_filename, 'JPG', 'empa.image');
    IF NOT FORM_SUCCESS THEN
    read_image_file('C:\photos\no\noimage.jpg','jpg','empa.image');
    END IF;
    END;

  • Images Not Being Saved as 16-bit

    Hello,
    We are using a Basler acA2000-340km camera.  I am able to capture frames in 10-bit and 12-bit pixel bit depth successfully.  However when I try to save those frames to disk they are only being saved in 8-bit format.  I tried using both .tif and .png images.  I am using the imgSessionSaveBufferEx() function to save the image.
    I noticed in MAX 10-bit and 12-bit acquired frames are correctly being saved as 16-bit images.  What am I missing here?
    Thank you.

    Hello Amit,
    Yes the image was acquired in 10-bit and stored in a 16-bit buffer.  I tried both TIF and PNG formats.  It looks like the problem is that NI needs to be specifically told that the image is 16-bit.  I am hoping that I don't need to create customized camera files just to set the bit depth.  I was hoping I could do it through one of the attributes.
    Are you coding in C++?  How are you indicating that you have 16-bit images?

  • Snow Leopard client for NetRestore image not being recognized in Mountain Lion Server

    I target firewired a MacBook Pro running Snow Leopard and ran System Imaging Utility and the machine does not show up as an option. Does Mountain Lion Server support Snow Leopard NetRestore images or am I doing something wrong?

    I'm actually trying to figure that out as well. We have 10.5, 10.6, 10.7, and 10.8 Images we wanted to put together for our netrestore images on our server, but can only do 10.8 images currently.
    We also have the AppleCare Helpdesk diagnostic kit which includes hardware tests, we were only able to get the newer mid-2012 and late-2012 Diagnostic utilities to netboot but none of the older ones.
    So do we need a server running the older OS to get these or is there a better alternative? i mean really shouldnt be a problem considering theyre running inside of an image and dont rely heavily on the server resources other than to say "Yep, goto this file/directory".
    I'd like to know more as well....

  • Image not being cleared

    Well, I've really managed to find an odd problem this time. Ok, so right now I have an applet, and it has a thread which does public void run() {
    while(true) {
    try {
      runner.sleep(100);
      repaint();
    catch(InterruptedException e) {
    }Right, anyways that's supposed to refresh the screen. Ok, now the problem: I draw an image at x,y based on a variable. These 2 variables are set to 0,0 at the beginning. When I click the mouse, it sets the variables to 100,100. The weird part= Ok well it successfully draws the image at 100,100 but it also draws the image at 0,0 still! (that is until I minimize and maximize my browser, then it's cleared.) Any help?

    in your paint or paintComponent method, make sure you
    fill in the background before you draw anything
    else.That shouldn't be needed. He's probably not calling the paintComponent() method of the super class.

  • Downsized images not being recognised?

    I downsize images (for facebook etc) in photoshop but the problem is that my mac then doesn't recognise that they are less than 3mb. This means that the image can't then be uploaded. What do I do? Please help

    Hi Léonie,
    Thank you for the rapid reply.
    The images are not in the Aperture Library. When I open up the package content, they are not there. I search for them using the finder search and also look in the Masters folder hierarchy at at the appropriate dates - and they are definately not there.
    I would not expect them to be in the Aperture Library  because at some point in the past I exported them to become referenced files.  I know exacty where they are  - but cannot persuade Aperture to launch the "Locate Referenced Files.." facility as it comes up with the "No Referenced Files - The selection doesn’t have any referenced files." error.
    I have repaired the premissions - with no luck.
    I will try and repair the database and possibly rebuld it too to see of that helps.
    If all else fails - I can import the pictures again (as referenced files), but will lose all the edits.
    Regards,
    Ifor

  • Why are the colors of my image not being printed correctly?

    I have an image that I want to print from Photoshop to a Kodak printer but when I print the image and it comes out, the colors are off. I try changing some of the settings but the color changes every time and none of the printed images are correct. My violets come out kind of pinkish and blues come out purple. I'm using Photoshop CS5 Extended and a Kodak ESP 7250 printer. None of the colors are out of gamut. Which printer profile should I be using and should I let photoshop or the printer manage the colors? What about the rendering intent? Some insight on this problem would be most helpful!! Thanks!

    There doesn't seem to be a one-size-fits-all answer, because what works for one printer doesn't necessarily work for another, and I don't have your printer so I can't advise on specifics...
    However, perhaps we can discover a set of settings that will work...
    If you File - Print, choose Photoshop Manages Colors, in the Printer Profile section do you see profiles specific to your printer (e.g., with the name Kodak in them)?
    If so, choose one of them that seems appropriate given the paper you're using.
    If not, try choosing sRGB IEC61966-2.1.
    Now, before you continue, press the [Print Settings...] button.  This brings up the printer driver dialog.  You may have to go through [Advanced] buttons or whatever, but what you're looking to do here is to disable the printer driver's color management logic.  In other words, if you can find a color-management / ICC profile handling section, set it to "no color management" or equivalent.  OK back out to Photoshop's print dialog, then press [Print].
    The key here is that if Photoshop manages the color transforms, the printer driver should not be set to do so - or vice versa.
    If you're presented with the printer driver's dialog again, double check that the settings you chose above are still set, for good measure, and try a test print.
    -Noel

  • Why are my RAW images not being read, showing up as black rectangles?

    I installed the newest version of iPhoto because the RAW images were not readable. And after doing a little research, I needed to upgrade. Now, it is acting like it can see them, but they are black rectangles. Except the first one, of like 300, the bottom half of the photo is there, but the top half is blacked out.

    And
    What camera?
    LN

  • Image Matte Keys' still images not being memorized

    I have a video of the issue.
    Video is 4 min.
    Hello,
    I am working on an experimental video project using a lot of image matte keys. Premiere CS5 has trouble memorizing the still images in the image matte keys. The keys fail to associate with the correct images.
    The images are in Jpeg format. They share the same spec (res, pixel ratio, ect) as the sequence in Premiere. All media are stored on a 2TB Lacie external hdd using esata cable connection to the pc.
    I am using this laptop to edit the project:
    http://www.newegg.com/Product/Product.aspx?Item=N82E16834246094
    Thanks in advance.

    It's a weird bug with JPEG images.  Re-save all of your JPEGs in Photoshop, then they will always link to the correct image in your Pr project.  You can create an action in Ps to do that automatically.  You don't have to change the images at all, you just have to re-save them.
    Jeff

  • Images not being Observed

    I've a simple applet class, a sample from a book. One line is this:
    g2d.drawImage(image, AffineTransform.getTranslateInstance(random.nextInt()%getSize().getWidth(), random.nextInt()%getSize().getHeight()), this);
    However, it doesn't accept my applet's ImageObserver or something, because when it can't compile it shows the last argument simply as 'BufferedImageTest' (that's the name of the class).
    Any ideas? Need to see the rest of the code? Uh... yeah. Thanks.l

    Yeah, a little more code would be helpful...
    1st, does your class implement ImageObesrver, and have all the methods required by that interface?
    2nd What specific error are you getting? Maybe paste that...

Maybe you are looking for