aspose file tools
The moose likes Android and the fly likes java.lang.InternalError: array size too large Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "java.lang.InternalError: array size too large" Watch "java.lang.InternalError: array size too large" New topic
Author

java.lang.InternalError: array size too large

Monu Tripathi
Rancher

Joined: Oct 12, 2008
Posts: 1365

I am reading an Image data from a remote server using HttpUrlConnection object. The code is as follows:



when I run this code I get the following exception:

Uncaught handler: thread main exiting due to uncaught exception
java.lang.InternalError: array size too large
at java.io.ByteArrayOutputStream.<init>(ByteArrayOutputStream.java:64)
at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection$HttpOutputStream.<init>(HttpURLConnection.java:492)
at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1123)...


I am not sure of the size of the image. I am running this code on Android platform..

Thanks.


[List of FAQs] | [Android FAQ] | [My Blog] | [Samuh Varta]
Pratik Goswami
Ranch Hand

Joined: Mar 02, 2009
Posts: 136

Hi Monu,

I have never tried to get images from server but i have sent an image over HttpConnection, Here is the code. Hope you may get any help from it.



And ya dude, there is a method to get image from URL directly from server. Use Buffered Input Stream and set that stream in Bitmap Factory. You will get image directly in Bitmap. You dont have to be bother about size i think

Thanks & Regards
Pratik Goswami


iOS * Android Developer
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: java.lang.InternalError: array size too large
 
Similar Threads
Connection Refused Exception
large images in webservice
Java BufferedImage - OutOfMemoryError
how to read files from internet
Problem loading applicationContext.xml