Problem with ImageMagick-6.4.8-5 and eZPublish 4.0 : Error 1

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
baobab55

Problem with ImageMagick-6.4.8-5 and eZPublish 4.0 : Error 1

Post by baobab55 »

Hello,

I installed ImageMagick and eZPublish on ubuntu server 6.4.
I follow these installation instructions : http://www.randycullom.com....

When I add a new article (text and picture) in eZPublish, I don't see the picture !
When I activate the output debug, I've got this message :

Code: Select all

Warning: eZImageShellHandler::convert Jan 23 2009 10:31:47 
Failed executing: /usr/local/bin/convert '-quality' '100' '-geometry' '296>' 'var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201.jpg' 'JPEG:var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201_img-left.jpg', Error code: 1
Error: eZImageManager::createImageAlias Jan 23 2009 10:31:47 
Failed converting var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201.jpg to alias 'original' in directory 'var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR'
 
The image (test2201.jpg) is in the directory.
All the rights are 777 for the website directories, the files, convert, ...

I don't understand.

I try to execute in command line :

Code: Select all

/usr/local/bin/convert -quality 100 -geometry 296 test2201.jpg
In the image directory, and I've got this message :

Code: Select all

convert: MissingAnImageFilename `test2201.jpg' @ convert.c/ConvertImageCommand/2756.
Any idea ?

Thanks.

Regards,
Olivier
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem with ImageMagick-6.4.8-5 and eZPublish 4.0 : Error 1

Post by magick »

/usr/local/bin/convert -quality 100 -geometry 296 test2201.jpg
That would be
  • /usr/local/bin/convert -quality 100 -geometry 296 test2201.jpg test2201.png
You need the second filename. However, since it display an exception tag (MissingAnImageFilename) instead of the exception message(missing an image filename) it looks like ImageMagick is not finding its configuration files. Check the permissions of the ImageMagick installation and make sure its world readable. To verify where the files are, type
  • identify -list configure
Also type
  • identify -list format
to ensure this instance of ImageMagick supports JPEG.
baobab55

Re: Problem with ImageMagick-6.4.8-5 and eZPublish 4.0 : Error 1

Post by baobab55 »

Yes, I see this mistake !
Thank you.

Now, I've a new problem :?
I think, it's a problem of rights, when I execute the command.
With the user root, I can convert the image, but, with the user admin, I can't.
The root and the admin are in differents groups.

I active the debug mode :

Code: Select all

Command :
usr/local/bin/convert -debug configure -quality 100 -geometry 100 var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201.jpg var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201_img-left2.jpg

Result :
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: utility.c/ExpandFilenames/813/Configure
  Command line: /usr/local/bin/convert {-debug} {configure} {-quality} {100} {-geometry} {100} {var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201.jpg} {var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201_img-left2.jpg}
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6.4.6/config/coder.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
  Searching for configure file: "/usr/local/lib/ImageMagick-6.4.6/config/coder.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
  Searching for configure file: "/usr/local/share/doc/ImageMagick-6.4.6/coder.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6.4.6/coder.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
  Searching for configure file: "/srv/.magick/coder.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
  Searching for configure file: "coder.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: coder.c/LoadCoderList/638/Configure
  Loading coder configuration file "built-in" ...
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6.4.6/config/delegates.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
  Searching for configure file: "/usr/local/lib/ImageMagick-6.4.6/config/delegates.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
  Searching for configure file: "/usr/local/share/doc/ImageMagick-6.4.6/delegates.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6.4.6/delegates.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
  Searching for configure file: "/srv/.magick/delegates.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
  Searching for configure file: "delegates.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: delegate.c/LoadDelegateList/1177/Configure
  Loading delegate configuration file "built-in" ...
convert: UnableToOpenBlob `var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201.jpg': No such file or directory @ blob.c/OpenBlob/2403.
convert: UnableToOpenConfigureFile `delegates.xml' @ configure.c/GetConfigureOptions/553.
convert: MissingAnImageFilename `var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201_img-left2.jpg' @ convert.c/ConvertImageCommand/2710.
So I've got a problem with the delegates.xml.
I find a file in "/etc/imagemagick/ImageMagick-6.4.6-9/config" directory.
I execute a chmod command 777, but nothing !
I've got the error again.

So, is it the right or wrong file ?
I see the line "/srv/.magick/delegates.xml", but I haven't got a such directory .magick.
I create it, copy the file into, execute a chmod to give access to my user admin.

Now,I've got this error :

Code: Select all

convert: NoDecodeDelegateForThisImageFormat `var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201.jpg' @ constitute.c/ReadImage/526.
convert: MissingAnImageFilename `var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201_img-left2.jpg' @ convert.c/ConvertImageCommand/2710.
Regards,
Olivier
baobab55

Re: Problem with ImageMagick-6.4.8-5 and eZPublish 4.0 : Error 1

Post by baobab55 »

With the user root :

Code: Select all

root@Xxx:/usr/local# identify -list format
   Format  Module    Mode  Description
-------------------------------------------------------------------------------
        A* RAW       rw+   Raw alpha samples
       AI  PDF       rw-   Adobe Illustrator CS2
      ART* ART       rw-   PFS: 1st Publisher Clip Art
      ARW  DNG       r--   Sony Alpha Raw Image Format
      AVI* AVI       r--   Microsoft Audio/Visual Interleaved
      AVS* AVS       rw+   AVS X image
        B* RAW       rw+   Raw blue samples
      BGR* RGB       rw+   Raw blue, green, and red samples
      BMP* BMP       rw-   Microsoft Windows bitmap image
     BMP2* BMP       -w-   Microsoft Windows bitmap image v2
     BMP3* BMP       -w-   Microsoft Windows bitmap image v3
      BRF* BRAILLE   -w-   BRF ASCII Braille format
      BRG* RGB       rw+   Raw blue, red, and green samples
        C* RAW       rw+   Raw cyan samples
  CAPTION* CAPTION   r--   Image caption
      CIN* CIN       rw+   Cineon Image File
      CIP* CIP       -w-   Cisco IP phone image format
     CLIP* CLIP      -w+   Image Clip Mask
     CMYK* CMYK      rw+   Raw cyan, magenta, yellow, and black samples
    CMYKA* CMYK      rw+   Raw cyan, magenta, yellow, black, and alpha samples
      CR2  DNG       r--   Canon Digital Camera Raw Image Format
      CRW  DNG       r--   Canon Digital Camera Raw Image Format
      CUR* CUR       rw-   Microsoft icon
      CUT* CUT       r--   DR Halo
      DCM* DCM       r--   Digital Imaging and Communications in Medicine image
           DICOM is used by the medical community for images like X-rays.  The
           specification, "Digital Imaging and Communications in Medicine
           (DICOM)", is available at http://medical.nema.org/.  In particular,
           see part 5 which describes the image encoding (RLE, JPEG, JPEG-LS),
           and supplement 61 which adds JPEG-2000 encoding.
      DCR  DNG       r--   Kodak Digital Camera Raw Image File
      DCX* PCX       rw+   ZSoft IBM PC multi-page Paintbrush
      DDS* DDS       r--   Microsoft DirectDraw Surface
    DFONT* TTF       ---   Multi-face font package
      DNG  DNG       r--   Digital Negative
      DOT  DOT       ---   Graphviz
      DPS  DPS       ---   Display Postscript Interpreter
      DPX* DPX       rw+   SMPTE 268M-2003 (DPX 2.0)
           Digital Moving Picture Exchange Bitmap, Version 2.0.
           See SMPTE 268M-2003 specification at http://www.smtpe.org

     EPDF  PDF       rw-   Encapsulated Portable Document Format
      EPI  PS        rw-   Encapsulated PostScript Interchange format
      EPS  PS        rw-   Encapsulated PostScript
     EPS2* PS2       -w-   Level II Encapsulated PostScript
     EPS3* PS3       -w+   Level III Encapsulated PostScript
     EPSF  PS        rw-   Encapsulated PostScript
     EPSI  PS        rw-   Encapsulated PostScript Interchange format
      EPT  EPT       rw-   Encapsulated PostScript with TIFF preview
     EPT2  EPT       rw-   Encapsulated PostScript Level II with TIFF preview
     EPT3  EPT       rw+   Encapsulated PostScript Level III with TIFF preview
      ERF  DNG       r--   Epson RAW Format
      FAX* FAX       rw+   Group 3 FAX
           FAX machines use non-square pixels which are 1.5 times wider than they
           are tall but computer displays use square pixels, therefore FAX images
           may appear to be narrow unless they are explicitly resized using a
           geometry of "150x100%".

     FITS* FITS      rw-   Flexible Image Transport System
  FRACTAL* PLASMA    r--   Plasma fractal image
      FTS* FTS       rw-   Flexible Image Transport System
        G* RAW       rw+   Raw green samples
       G3* FAX       rw-   Group 3 FAX
      GBR* RGB       rw+   Raw green, blue, and red samples
      GIF* GIF       rw+   CompuServe graphics interchange format
    GIF87* GIF       rw-   CompuServe graphics interchange format (version 87a)
 GRADIENT* GRADIENT  r--   Gradual linear passing from one shade to another
     GRAY* GRAY      rw+   Raw gray samples
      GRB* RGB       rw+   Raw green, red, and blue samples
HISTOGRAM* HISTOGRAM -w-   Histogram of the image
      HTM* HTML      -w-   Hypertext Markup Language and a client-side image map
     HTML* HTML      -w-   Hypertext Markup Language and a client-side image map
      ICB* TGA       rw+   Truevision Targa image
      ICO* ICON      rw+   Microsoft icon
     ICON* ICON      rw-   Microsoft icon
     INFO  INFO      -w+   The image format and characteristics
   INLINE* INLINE    r--   Base64-encoded inline images
      IPL* IPL       rw+   IPL Image Sequence
   ISOBRL* BRAILLE   -w-   ISO/TR 11548-1 format
     JPEG* JPEG      rw-   Joint Photographic Experts Group JFIF format (62)
      JPG* JPEG      rw-   Joint Photographic Experts Group JFIF format
        K* RAW       rw+   Raw black samples
      K25  DNG       r--   Kodak Digital Camera Raw Image Format
      KDC  DNG       r--   Kodak Digital Camera Raw Image Format
    LABEL* LABEL     r--   Image label
        M* RAW       rw+   Raw magenta samples
      M2V  MPEG      rw+   MPEG Video Stream
      M4V  MPEG      rw+   Raw MPEG-4 Video
      MAP* MAP       rw-   Colormap intensities and indices
      MAT  MAT       rw+   MATLAB image format
    MATTE* MATTE     -w+   MATTE format
     MIFF* MIFF      rw+   Magick Image File Format
     MONO* MONO      rw-   Raw bi-level bitmap
      MOV  MPEG      rw+   MPEG Video Stream
      MP4  MPEG      rw+   MPEG-4 Video Stream
      MPC* MPC       rw+   Magick Persistent Cache image format
     MPEG  MPEG      rw+   MPEG Video Stream
      MPG  MPEG      rw+   MPEG Video Stream
      MRW  DNG       r--   Sony (Minolta) Raw Image File
      MSL* MSL       ---   Magick Scripting Language
     MSVG  SVG       -w+   ImageMagick's own SVG internal renderer
      MTV* MTV       rw+   MTV Raytracing image format
      MVG* MVG       rw-   Magick Vector Graphics
      NEF  DNG       r--   Nikon Digital SLR Camera Raw Image File
     NULL* NULL      rw-   Constant image of uniform color
        O* RAW       rw+   Raw opacity samples
      ORF  DNG       r--   Olympus Digital Camera Raw Image File
      OTB* OTB       rw-   On-the-air bitmap
      OTF* TTF       ---   Open Type font
      PAL* UYVY      rw-   16bit/pixel interleaved YUV
     PALM* PALM      rw+   Palm pixmap
      PAM* PNM       rw+   Common 2-dimensional bitmap format
  PATTERN* PATTERN   r--   Predefined pattern
      PBM* PNM       rw+   Portable bitmap format (black and white)
      PCD* PCD       rw-   Photo CD
     PCDS* PCD       rw-   Photo CD
      PCL  PCL       rw-   Printer Control Language
      PCT* PICT      rw-   Apple Macintosh QuickDraw/PICT
      PCX* PCX       rw-   ZSoft IBM PC Paintbrush
      PDB* PDB       rw+   Palm Database ImageViewer Format
      PDF  PDF       rw+   Portable Document Format
     PDFA  PDF       rw+   Portable Document Archive Format
      PEF  DNG       r--   Pentax Electronic File
      PFA* TTF       ---   Postscript Type 1 font (ASCII)
      PFB* TTF       ---   Postscript Type 1 font (binary)
      PFM* PFM       rw+   Portable float format
      PGM* PNM       rw+   Portable graymap format (gray scale)
    PICON* XPM       rw-   Personal Icon
     PICT* PICT      rw-   Apple Macintosh QuickDraw/PICT
      PIX* PIX       r--   Alias/Wavefront RLE image format
    PJPEG* JPEG      rw-   Progessive Joint Photographic Experts Group JFIF
   PLASMA* PLASMA    r--   Plasma fractal image
      PNM* PNM       rw+   Portable anymap
      PPM* PNM       rw+   Portable pixmap format (color)
  PREVIEW* PREVIEW   -w-   Show a preview an image enhancement, effect, or f/x
       PS  PS        rw+   PostScript
      PS2* PS2       -w+   Level II PostScript
      PS3* PS3       -w+   Level III PostScript
      PSD* PSD       rw+   Adobe Photoshop bitmap
     PTIF* TIFF      rw+   Pyramid encoded TIFF
      PWP* PWP       r--   Seattle Film Works
        R* RAW       rw+   Raw red samples
RADIAL-GRADIENT* GRADIENT  r--   Gradual radial passing from one shade to another
      RAF  DNG       r--   Fuji CCD-RAW Graphic File
      RAS* SUN       rw+   SUN Rasterfile
      RBG* RGB       rw+   Raw red, blue, and green samples
      RGB* RGB       rw+   Raw red, green, and blue samples
     RGBA* RGB       rw+   Raw red, green, blue, and alpha samples
     RGBO* RGB       rw+   Raw red, green, blue, and opacity samples
      RLA* RLA       r--   Alias/Wavefront image
      RLE* RLE       r--   Utah Run length encoded image
      SCR* SCR       r--   ZX-Spectrum SCREEN$
      SCT* SCT       r--   Scitex HandShake
      SFW* SFW       r--   Seattle Film Works
      SGI* SGI       rw+   Irix RGB image
    SHTML* HTML      -w-   Hypertext Markup Language and a client-side image map
      SR2  DNG       r--   Sony Raw Format 2
      SRF  DNG       r--   Sony Raw Format
  STEGANO* STEGANO   r--   Steganographic image
      SUN* SUN       rw+   SUN Rasterfile
      SVG  SVG       -w+   Scalable Vector Graphics
     SVGZ  SVG       -w+   Compressed Scalable Vector Graphics
     TEXT* TXT       rw-   Text
      TGA* TGA       rw+   Truevision Targa image
THUMBNAIL* THUMBNAIL -w+   EXIF Profile Thumbnail
     TIFF* TIFF      rw+   Tagged Image File Format (LIBTIFF, Version 3.5.5)
   TIFF64* TIFF      ---   Tagged Image File Format (64-bit) (LIBTIFF, Version 3.5.5)
     TILE* TILE      r--   Tile image with a texture
      TIM* TIM       r--   PSX TIM
      TTC* TTF       ---   TrueType font collection
      TTF* TTF       ---   TrueType font
      TXT* TXT       rw-   Text
     UBRL* BRAILLE   -w-   Unicode Text format
      UIL* UIL       -w-   X-Motif UIL table
     UYVY* UYVY      rw-   16bit/pixel interleaved YUV
      VDA* TGA       rw+   Truevision Targa image
    VICAR* VICAR     rw-   VICAR rasterfile format
      VID* VID       rw+   Visual Image Directory
     VIFF* VIFF      rw+   Khoros Visualization image
      VST* TGA       rw+   Truevision Targa image
     WBMP* WBMP      rw-   Wireless Bitmap (level 0) image
      WMV  MPEG      rw+   Windows Media Video
      WPG* WPG       r--   Word Perfect Graphics
      X3F  DNG       r--   Sigma Camera RAW Picture File
      XBM* XBM       rw-   X Windows system bitmap (black and white)
       XC* XC        r--   Constant image uniform color
      XCF* XCF       r--   GIMP image
      XPM* XPM       rw-   X Windows system pixmap (color)
      XPS  XPS       r--   Microsoft XML Paper Specification
       XV* VIFF      rw+   Khoros Visualization image
        Y* RAW       rw+   Raw yellow samples
    YCbCr* YCbCr     rw+   Raw Y, Cb, and Cr samples
   YCbCrA* YCbCr     rw+   Raw Y, Cb, Cr, and alpha samples
      YUV* YUV       rw-   CCIR 601 4:1:1 or 4:2:2

* native blob support
And with the user admin

Code: Select all

admin@GPInfo-Prod:/usr/local$ identify -list format
   Format  Module    Mode  Description
-------------------------------------------------------------------------------

* native blob support
It's the same server !
I don't understand why the program doesn't foud the libraries.

Any idea ?

Thanks.

Regards,
Olivier
Post Reply