(SOLVED) my problem was a mis-configuration of image-magick in /opt/alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/thirdparty/default/imagemagick-transform.properties
(I don't know the reason because of with 4.2.c worked)
I put this
# External executable locations
img.root=/usr
img.dyn=${img.root}/lib
img.exe=${img.root}/local/bin/convert
#img.coders=${img.root}/modules/coders
#img.config=${img.root}/config
img.gslib=${img.root}/share/ghostscript/9.05/lib
in that file and thumb works as it should.
thanks!
PS.
I've disable jodconverter, but at start I have some errors like
2013-10-09 08:25:31,235 ERROR [content.transform.TransformerConfigDynamicTransformers] [http-bio-8080-exec-7] Cannot create dynamic transformer transformer.complex.JodConverter.Pdf2swf as sub transformers could not be found or created ("JodConverter.2Pdf|pdf|Pdf2swf").
I dont know why….