Problem Saving Gererating GIF Image

Hello, we are having a problem in production environment when try to right mouse and select Print on an mii grid. Works just fine in all of our non-production environments. Checked the System Security pull downs and they all matched non-prod. Was not sure which one to compare, was not a ImageStorageServlet on pull down menu.
After right mouse and select Print on grid, get:
-Java Applet Window popup message - Problem Saving Gererating GIF Image
-Then - blank browser page - .../XMII/ImageStorageServlet/View/null
- Non-production servers works fine produces grid on browser page - XMII/ImageStorageServlet/View/2084280301
NetWeaver Log:
Location - com.sap.xmii.servlet.ImageStorageServlet
Full Message Text
ImageStorage - Error saving GIF file 
Full Message Text
ImageStorage - Error generating GIF output
Any help would be appreciated.
Thanks

David,
Have you put in a support ticket for this? I recommend doing so since its occurring in your production environment. You should also attach your log files as well.
Regards,
Kevin

Similar Messages

  • Saving a Gif image using JAI (Java Advanced Imaging)

    I'm trying to read in and save out a bunch of gif images in JAI. I'm reading them in, resizing them, and then saving them back out, all in gif format.
    For some reason some of my gif images work fine, and some don't throw any errors, but save as 0k size.
    When I do img.getColorModel().toString(); I get the following output for images that do work:
    IndexColorModel: #pixelBits = 8 numComponents = 3 color space = java.awt.color.ICC_ColorSpace@1bbf1ca transparency = 1 transIndex = -1 has alpha = false isAlphaPre = false
    And the following output for images that don't work:
    ColorModel: #pixelBits = 24 numComponents = 3 color space = java.awt.color.ICC_ColorSpace@1bbf1ca transparency = 1 has alpha = false isAlphaPre = false
    If I try to save the images that don't work out as jpg's they work fine, but if I try to save them out as gif's, I get 0k files.
    Any insight on how to correct this problem?
    I assume it has something to do with the 24 numComponents in the non-working gifs, but I'm really not sure.
    Please help.
    Thanks.

    Can you post your image property?
    Try using this for image compression:
    int pixelSize = img.getColorModel().getPixelSize();
    if (1 == pixelSize) {
    tiffEncodeParam.setCompression(TIFFEncodeParam.COMPRESSION_GROUP3_2D);
    } else if (8 == pixelSize) {
    tiffEncodeParam.setCompression(TIFFEncodeParam.COMPRESSION_DEFLATE);
    } else if (24 == pixelSize) {
    tiffEncodeParam.setCompression(TIFFEncodeParam.COMPRESSION_JPEG_TTN2);
    Thanks,

  • Found and resolved a problem when transferring GIF images thru iCloud

    I had problems getting GIF images to upload to iCloud on Windows Vista.
    After several failed attempts to upload a GIF image from the UPLOADS folder, I renamed the image using PAINT to a JPG image and the transfer occrued immediately.
    Apparently the upload feature in Photstream does not work with GIF images.
    Anyone out there experiencing a similar kind of problem?

    It's like looking for a needle in a haystack. What the following line does is replace the literal string "name" with $username_$number:
    $newname = str_replace  ('name', "$username_$number", $name);
    Is the literal string "name" in the name of the uploaded files?
    The way to debug this type of thing is to use echo at various stages to display what certain variables contain:
    echo '$name is: ' . $name . '<br />';
    By exposing the values stored in variables at different stages of a script, you can tell if it's working the way you expected.

  • Problem in displaying  gif image on to the JFrame

    i added gif image in to the jframe but when i run that image the image get distorted very much.

    public class MyFrame extends JFrame
         private static final String sIMAGE_PATH = "My\\Path\\To\\Image\\fileName.gif";
         public MyFrame()
              super("Frame with image on it");
              init();
         private void init()
              JPanel panel = new JPanel(new BorderLayout());
              ImageIcon image = new ImageIcon(sIMAGE_PATH);
              JLabel label = new JLabel(image);
              panel.add(label, BorderLayout.CENTER);
              this.setContentPane(panel);
         }Hope this helps..

  • Problem with animated gif image getting displayed

    My problem is that my animated image does not get displayed properly. I am extending JButton and the button already contains a static image. I want to display the animated image over the static one for some reason. If I replace the animated image with a static gif, then there is no problem.
    Here is the code that I am using
    Icon anim = new ImageIcon((new ImageLoader()).getImage("/graphics/busy.gif"));
    // thread to call displayAnim method
    class ColorThread extends Thread {
    ColorThread() {
    public void run() {
    while (AnimFlag) {
    try {
    displayAnim();
    Thread.sleep(400);
    } catch (InterruptedException e) {
    public void displayAnim()
    repaint();
    public void paint(Graphics g)
    super.paint(g);
    int x=5;
    int y=0;
    if ( AnimFlag) {
    anim.paintIcon(this,g,x,y);

    This code is working fine for JRE 1.2 and the animation is displayed. The problem is with JRE 1.3. when there is no animation, neither is there any image getting displayed.

  • Problem saving animated gif

    Hello!
    Just for fun i was planning to edit a animated football tackle gif. I was planning to remove the player who tackle in each and every frame of the animated gif. So it would take some time to finish.
    I have successfully opened the gif in CS6 via import Video Frames to Layers.
    It consists of 72 layers and i have tried to fix 10 of them just to see how it roughly would look like.
    My problem comes when I try to save and render the GIF (via save for WEB).
    The 10 first frames of my gif only shows one freezing frame, and then it shows the rest from 11-72 without any problems.
    What am i doing wrong, since my edited layers don't show up in the final GIF?

    Right on! Easy solution.
    First, the reason your first 10 frames are not changing is because each of those frames shows the same layer (Layer 1).
    In your layers panel, you have Layer 1 set to visible and all the other layers are invisible. That's good for Frame 1, but for frame 2 you'll want to make Layer 2 the visible one.
    Click on Frame 2 in your Timeline panel and then check the eyeball icon to make Layer 2 visible! Do the same for Frame 3/Layer 3, Frame 4/Layer 4, etc. until you get to the end of the animation!
    To address the second problem, the option for Make Frames from Layers is greyed out because you already have frames in your timeline.
    Go to your Timeline panel and select all the frames and delete them.
    Then select all your layers in the Layer panel, right-click and choose Make Frames from Layers... you should be able to click on it once your Timeline is cleared. It will automatically create frames that go from Layer 1 to your last layer (so, you wouldn't have to do it manually like above ^).
    Either way should take care of your problem! Please let me know if this works for you!!
    Cheers,
    Michael

  • Problems saving changes in image size

    I have some digital files that I need to resize for printing. Most need to be sized to print full-frame on 8.5 by 11 inch sheets of paper, while the others need to be full-frame on 5 by 7 paper.
    I'm using a trial version of PS Elements. I call up the image in Elements, then click on "Image," select "Resize" and then "Image Size."
    Then under "Document Size" I put in the width and height I want in inches, make sure the Resolution's at least 300 and click "OK." Then I click on "File," then "Save As," and click "Save." When the "JPEG Options" box comes up, I click on "OK." But later, when I call the file up again, the changes I thought I'd made aren't saved. Can someone tell me what I'm doing wrong?

    Did you check "Constrain proportions" and "Resample Image"?
    Since you want to arrive at 8.5x11" and 5x7" you will need to crop to these dimensions, since the aspect ratios are not the same.
    Try the crop tool. Enter height, width, and resolution on the tool's option bar.

  • GIF images in JFrame

    hi all, i'm trying to put a gif image in JFrame. The problem is the gif images gets flickering(fluctuation) while it is placed in a frame. i had also placed some labels near the image and all of them gets disturbed becoz of this gif file in frame. plz tel me a solution.
    Thanks .
    //MY CODE
    //~~~~~~~~~~
    import java.awt.*;
    import java.awt.Color;
    import java.awt.event.*;
    import javax.swing.*;
    class Label_ON_G extends JFrame// implements MouseListener,MouseMotionListener
      private Image image;
      JLabel label1;
      JButton button1;
      Dimension dimension=Toolkit.getDefaultToolkit().getScreenSize();
      public Label_ON_G()
           super("Display image example");
           getContentPane().setBackground(Color.white);
           getContentPane().setSize(dimension);
        setResizable(true);
        getContentPane().setLayout(null);
         Toolkit tk = Toolkit.getDefaultToolkit ();
         image = tk.getImage ("singlearea.gif");
        label1= new JLabel("RADHA");
        label1.setBounds(120,110,80,30);
        label1.setEnabled(false);
        add(label1);
        button1= new JButton("VIEW LABEL");
        button1.addActionListener(new ActionListener(){
             public void actionPerformed(ActionEvent ae)
              label1.setEnabled(true);
             System.out.println("ActionPerformed");
        button1.setBounds(600,600,100,30);
        add(button1);
        setVisible(true);
        show();
    public void paint (Graphics g)
      g.drawImage(image, 100, 100, this);
      public static void main (String[] args)
      {     new Label_ON_G();     }
    }

    There is no need to do custom painting to display an image.
    [url http://java.sun.com/docs/books/tutorial/uiswing/components/label.html]How to Use Labels
    Unless you know what you are doing, never override the paint() method of the JFrame. There is no reason to do this.
    If you need to do custom painting then you override the paintComponent() method of a component that extends JComponent.

  • Problem at displaying animated gif images !!!!!!!!!!!!

    hello everyone......i am trying to display an animated gif image..............so till far i have no issues on this....
    but i face problem when :
    i have created a class called SimpleGame which extends JPanel....
    public class SimpleGame extends JPanel
    //code
    public void paintComponent(Graphics g)
    //code to draw image
    }now i have written another class with main method
    public class MyGame extends SimpleGame
    public MyGame()
            JFrame frame=new JFrame();
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setSize(800, 600);
            frame.setUndecorated(true);
            frame.setLocationRelativeTo(null);
            frame.getContentPane().add(this);
            frame.setVisible(true);
            this.repaint();
    }so image gets displayed but only one frame of animated image......image that is displayed is static.....since it is a animated gif,,,,,so some how animation is not rendered......only one frame is displayed......
    why is it happening ??
    if i try to display animated image from a single class i mean my paintComponent method and main method is at same class then i do not face problem.....
    but if my paint method is in another class and i am using that method from another class then animation does not get rendered.........
    any help !!!!! please...........

    class SimpleGame extends JPanel
    Image img=new ImageIcon("y.gif");
    public void paintComponent(Graphics g)
    g.drawImage(img,150,150,this);
    }main class//
    class MyGame extends SimpleGame
    public MyGame()
            JFrame frame=new JFrame();
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setSize(800, 600);
            frame.setUndecorated(true);
            frame.setLocationRelativeTo(null);
            frame.getContentPane().add(this);
            frame.setVisible(true);
            this.repaint();
    public static void main(String[] args)
    new MyGame();
    }my image gets displayed.......but only single frame of a animated image....animation is not happening..........

  • Animated gif images not working, n73 problem pleas...

    my phone is n73music. when i try to use animated or gif images as wallpapers, the images are not moving as they should do in standby mode on the display. what could be the problem, please advice. thankyou.

    Sorry, N73/ME is a s60 phone and s60 doesnt support moving animated GIG, PNG file format as wallpaper

  • Problem with Gif image

    Having a problem with gif image not showing up. It will show up in netscape6.2, but not in IE 5.0. Both are using the java 1.4 plugin. They are basic buttons (zoom in, zoom out, etc) and they actions work, just the icons aren't showing. Any help would be great! Below is a snip of code:
    JPanel toolBarsPanel = new JPanel();
    javax.swing.JToolBar toolbar = new javax.swing.JToolBar();
    JButton zoomin = new JButton(new ImageIcon("tut/zoomin.gif"));
    JButton fullext = new JButton(new ImageIcon("tut/fullextent.gif"));
    JButton identify = new JButton(new ImageIcon("tut/identify.gif"));
    JButton btn = new JButton(new ImageIcon("tut/addtheme.gif"));
    toolbar.add(zoomin);
    toolbar.add(fullext);
    toolbar.add(identify);
    toolbar.add(btn);
    add(toolbar, BorderLayout.NORTH);
    Thanks again for any help!

    I used to do a lot of work in this sort of thing. After a while we were able to convince our bosses to use generated HTML (JSPs, etc.), so the problem moved to porting JavaScript to different platforms! (Platforms in this context means the different browser/OS combinations, etc.).
    The only two things I can recommend are:
    - complete control over you code. You will have to fix it! (Tried you apps on a Mac yet?)
    - assume a minimal install. Don't assume users are going to have any fancy tools installed on their PC, unless you are developing an Intranet app, where you know the spec of the machines that are going to be using it.
    As regarding getting IE to use a relative address, I don't think you are going to have any luck their, I'm afraid! (Although I am curious. It has been some time, but I though it did use relative addresses. Are you absolutely sure about this, did you check this out with System.outs and that?
    HTH,
    Manuel Amago.

  • Problem saving .gif files

    I've been making gifs forever and until now everything stopped working. I reset my Photoshop settings with Ctrl+Alt+Shift but that didn't help. I also updated too. Then I uninstalled the entire program and reinstalled and still the same problem. What the problem is, is that when I go to 'Save for Web' I have all my correct settings imputed, then it gives me this like nothing is found. I don't quite understand what's going on. This never happened to me ever! If anyone knows or can suggest something please!Thank you!
    Btw after I try to save it a second time my Photoshop just freezes and I have to manually close it
    Please click the link for the image to show you
    http://www.imagebam.com/image/1f15b9318649734][IMG]http://thumbnails112.imagebam.com/31865 /1f15b9318649734.jpg[/IMG][/URL]

    OK, the problem shown in the image is the display of the folders and files in the save as dialog box.
    Does this happen when you use the normal save as dialog box? Are you able to save psd, jpg, and tiff's?
    At the moment it is looking like an OS issue. Run virus program and a disk check. Don't let the disk check fix any issues unless you are absolutely sure you backuped your drive first. I have had the disk check distroy my directory tree to a point I needed to reformat. They claim it is safe, I can assure you it can be a nightmare if you don't backup first.

  • .gif Images saved as static images, not animated

    Using the most recent version of Firefox mobile on Android 4.1.2 on a Samsung Galaxy S3. I can download animated .gif images via Firefox to my phone and the saved file will display as a static image. If I download an animated .gif image with the proprietary browser the saved image will display as an animated image.
    Thanks in advance,
    Evan

    Thanks for bringing to the notice, I'm filing a bug regarding this.

  • Saving GIF images

    Hi,
    I am trying to save a GIF image in Photoshop cc.  I want it to match other GIF's previously created from another computer.  Is there a way to view the way in which these other images were saved so that I can match my own GIF to match them.  I am refering to all the photoshop options with you save an image for the web (perceptual, selective, adaptive, diffusion, dither, etc.). 
    Thanks!

    GIF doesn't store any meta information nor are the algorithms used for dithering actually part of the GIF image format. It's merely a means of achieving a better distribution of the limited color palette, but has to be built into the program creating the GIF. Therefore there is no way to determine which exact settings were used after the fact.
    Mylenium

  • I am having problems saving certain images

    I am having problems saving certain images. For example, on Ebay while viewing an auction item, when you click on the image to view the larger picture it opens in a new window. With Internet Explorer, you can "right-click" and "save picture as". With Firefox 3.6.9 the "save picture as" option is not availabale. Other options such as save "save page as" are available, but not "save as," or "save picture as." Any ideas? Thanks

    I have found a solution to the problem. Apparently there is an addon to fix this. Had no idea a specific google search for "trouble saving images on ebay" would turn up anything.
    https://addons.mozilla.org/en-US/firefox/addon/13802/

Maybe you are looking for

  • SSIS write custom logging information to sql 2012 table

    I have a Package that I want to put logging information in to a SQL table. I can do this with a script task but each time the package runs it will open a SQL connection write the log information and then close this connection it will do this 10 times

  • Function module in SRM

    Hi, Please help me in finding out the dates and  weeks 15 days before the current date. Thanks in advance, Priyadharshini.

  • Upgrade to P6 Release 8

    how to upgrade P 6.2 to P 6.8 and is it free of charge

  • Problem using reflection... Really urgent...

    Hi all, in my current program, i'm usin reflection a lot. This is due to the fact that i automatically generate some code, compile it, and run another program which uses the generated code. The generated code contains inner classes. For example: pack

  • Opening DWG files in CS

    Is there a way to open or import DWG files in AICS?