Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
MOZ  
#1 Posted : Thursday, October 11, 2007 2:28:08 PM(UTC)
MOZ

Rank: Member

Groups: Member
Joined: 6/15/2006(UTC)
Posts: 9

Low size for some uploaded pictures

Have we been able to resolve this problem? I am still experincing this problem with random images being uploaded fail and arrive on the server as a very small file size of 4-5 kb size it only happens in JAVA applet also it seems to be PHP I think from the other posting's in this forum.

Anybody experience this problem?

The JAVA console:

Code:
Current document URL: https://xxxxxxx/PhotoOrder/PrintMe.php?photo=EnlargementImageUploader
Reading cookies
Cookies: user=MTcyNXxtZWRoYXR8YzI4OTBkNDRkMDZiYWZiNmM3YjRhYTE5NDg1N2NjYmN8MTcyLjE2LjAuMTJ8MjAwNy0wOS0yOXwxOTo1Mjo1Ng%3D%3D; __utmz=162528488.1189795800.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=162528488.97668953.1189795800.1191027445.1191076696.48; __utmb=162528488; __utmc=162528488; PHPSESSID=c9416f49c1bffea8ace83719e1329d96
Reading referer
Referer: https://xxxxxxxxx/PhotoOrder/PrintMe.php?photo=EnlargementImageUploader
Reading additional form content
Additional form processing done
Uploading to https://xxxxxxx/PhotoOrder/PrintMe.php?photo=uploader
Setting HTTPS params: Host=xxxxxxxx; Port=443
Starting upload
Exception in thread "Image Fetcher 3" java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferInt.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
at sun.awt.image.ImageRepresentation.createBufferedImage(Unknown Source)
at sun.awt.image.ImageRepresentation.setPixels(Unknown Source)
at sun.awt.image.ImageDecoder.setPixels(Unknown Source)
at sun.awt.image.JPEGImageDecoder.sendPixels(Unknown Source)
at sun.awt.image.JPEGImageDecoder.readImage(Native Method)
at sun.awt.image.JPEGImageDecoder.produceImage(Unknown Source)
at sun.awt.image.InputStreamImageSource.doFetch(Unknown Source)
at sun.awt.image.ImageFetcher.fetchloop(Unknown Source)
at sun.awt.image.ImageFetcher.run(Unknown Source)
Status =[200]
29/09/2007 22:39:06 org.apache.commons.httpclient.HttpMethodBase getResponseBody
WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
Exception in thread "Image Fetcher 1" java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferInt.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
at sun.awt.image.ImageRepresentation.createBufferedImage(Unknown Source)
at sun.awt.image.ImageRepresentation.setPixels(Unknown Source)
at sun.awt.image.ImageDecoder.setPixels(Unknown Source)
at sun.awt.image.JPEGImageDecoder.sendPixels(Unknown Source)
at sun.awt.image.JPEGImageDecoder.readImage(Native Method)
at sun.awt.image.JPEGImageDecoder.produceImage(Unknown Source)
at sun.awt.image.InputStreamImageSource.doFetch(Unknown Source)
at sun.awt.image.ImageFetcher.fetchloop(Unknown Source)
at sun.awt.image.ImageFetcher.run(Unknown Source)
Uploading to https://xxxxxxx/PhotoOrder/PrintMe.php?photo=uploader
Setting HTTPS params: Host=xxxxxxxx; Port=443
Exception in thread "Image Fetcher 1" java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferInt.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
at sun.awt.image.ImageRepresentation.createBufferedImage(Unknown Source)
at sun.awt.image.ImageRepresentation.setPixels(Unknown Source)
at sun.awt.image.ImageDecoder.setPixels(Unknown Source)
at sun.awt.image.JPEGImageDecoder.sendPixels(Unknown Source)
at sun.awt.image.JPEGImageDecoder.readImage(Native Method)
at sun.awt.image.JPEGImageDecoder.produceImage(Unknown Source)
at sun.awt.image.InputStreamImageSource.doFetch(Unknown Source)
at sun.awt.image.ImageFetcher.fetchloop(Unknown Source)
at sun.awt.image.ImageFetcher.run(Unknown Source)
Total garbage collection started.
Starting upload
Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
Status =[200]
29/09/2007 22:39:13 org.apache.commons.httpclient.HttpMethodBase getResponseBody
WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
Uploading to https://xxxxxxxx/PhotoOrder/PrintMe.php?photo=uploader
Setting HTTPS params: Host=www.expressphoto.com.au; Port=443
Exception in thread "Image Fetcher 3" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Image Fetcher 1" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
Starting upload
Exception in thread "Image Fetcher 3" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Image Fetcher 1" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
Status =[200]
29/09/2007 22:39:33 org.apache.commons.httpclient.HttpMethodBase getResponseBody
WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
Uploading to https://xxxxxxxxx/PhotoOrder/PrintMe.php?photo=uploader
Setting HTTPS params: Host=xxxxxxxx; Port=443
Starting upload
Status =[200]

MMOZ

Edited by user Monday, December 17, 2007 12:21:25 PM(UTC)  | Reason: Not specified

MMOZ
Erick P  
#2 Posted : Tuesday, October 16, 2007 1:20:57 AM(UTC)
Erick P

Rank: Member

Groups: Member
Joined: 7/10/2007(UTC)
Posts: 4

This is happening regularly for us. We'll receive a total of 100 images or more, but many of them will be tiny thumbnails only. Still waiting for a solution.

Erick P

George Ulyanov  
#3 Posted : Thursday, October 18, 2007 3:20:28 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups: Member
Joined: 7/26/2006(UTC)
Posts: 203

Hello,

We are searching a solution for this. Probably it would be included in version 5.0...

At this moment there is one known "pre-solution" - to analyze field "ThumbnailXSucceeded_N" in the post request: if it says false - it means that Image Uploader couldn't make a thumbnail for this image. But the latest release doesn't have such behavior. If you need this ASAP - feel free to submit case.

Edited by user Thursday, May 22, 2008 3:16:46 PM(UTC)  | Reason: Not specified

Best regards,

George Ulyanov

Waikiki  
#4 Posted : Wednesday, October 20, 2010 6:03:43 PM(UTC)
Waikiki

Rank: Newbie

Groups: Member
Joined: 10/20/2010(UTC)
Posts: 1

We have a similar problem since 19th. oct,..(with the flash image uploader) before that time it worked well.

Only very small pictures are saved (4-5kb)... at the moment this is completely useless for us.

Has anyone an Idea?

Regards,

Gerhard

Dmitry  
#5 Posted : Wednesday, October 20, 2010 8:17:20 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello Gerhard,

Could you please post a support ticket with details? Our support guys will help you.

Sincerely yours,

Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.