View Single Post
  #12 (permalink)  
Old January 11th, 2007
Linuxhippy Linuxhippy is offline
Gnutella Admirer
 
Join Date: November 23rd, 2003
Posts: 70
Linuxhippy is flying high
Default

Hi again,

Would that explain why the downloading client behaves so strange:

Quote:
070110 22:00:39,0949(99) Error/GLOBAL:: java.lang.ArrayIndexOutOfBoundsException: 0 - Exception: java.lang.ArrayIndexOutOfBoundsException: 0
at phex.utils.GnutellaInputStream.read(GnutellaInputS tream.java:279)
at phex.utils.GnutellaInputStream.readLine(GnutellaIn putStream.java:112)
at phex.net.connection.Connection.readLine(Connection .java:104)
at phex.http.HTTPProcessor.parseHTTPResponse(HTTPProc essor.java:146)
at phex.download.DownloadEngine.exchangeHTTPHandshake (DownloadEngine.java:160)
at phex.download.swarming.SWDownloadWorker.exchangeHT TPHandshake(SWDownloadWorker.java:512)
at phex.download.swarming.SWDownloadWorker.startDownl oad(SWDownloadWorker.java:689)
at phex.download.swarming.SWDownloadWorker.handleDown load(SWDownloadWorker.java:259)
at phex.download.swarming.SWDownloadWorker.run(SWDown loadWorker.java:149)
at phex.common.ThreadPool$Worker.run(ThreadPool.java: 280)

070110 22:00:39,0960(99) Error/BANDWIDTH:: [DownloadThrottle 11dba45] !Mark bytes used 225 - remaining: -48.
070110 22:03:05,0484(99) Error/phex.utils.DirectByteBufferProvider:: Out of memory while trying to allocated direct byte buffer.
070110 22:03:05,0486(99) Error/GLOBAL:: java.lang.OutOfMemoryError: Direct buffer memory - Exception: java.lang.OutOfMemoryError: Direct buffer memory
at java.nio.Bits.reserveMemory(Bits.java:632)
at java.nio.DirectByteBuffer.<init>(DirectByteBuffer. java:95)
at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java :288)
at phex.utils.DirectByteBufferProvider.allocateDirect ByteBuffer(DirectByteBufferProvider.java:133)
at phex.utils.DirectByteBufferProvider.requestDirectB yteBuffer(DirectByteBufferProvider.java:98)
at phex.utils.DirectByteBufferProvider.requestBuffer( DirectByteBufferProvider.java:61)
at phex.download.DownloadEngine.startDownload(Downloa dEngine.java:596)
at phex.download.swarming.SWDownloadWorker.startDownl oad(SWDownloadWorker.java:735)
at phex.download.swarming.SWDownloadWorker.handleDown load(SWDownloadWorker.java:259)
at phex.download.swarming.SWDownloadWorker.run(SWDown loadWorker.java:149)
at phex.common.ThreadPool$Worker.run(ThreadPool.java: 280)

070110 22:03:07,0556(99) Error/phex.utils.DirectByteBufferProvider:: Out of memory while trying to allocated direct byte buffer.
070110 22:03:07,0558(99) Error/GLOBAL:: java.lang.OutOfMemoryError: Direct buffer memory - Exception: java.lang.OutOfMemoryError: Direct buffer memory
at java.nio.Bits.reserveMemory(Bits.java:632)
at java.nio.DirectByteBuffer.<init>(DirectByteBuffer. java:95)
at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java :288)
at phex.utils.DirectByteBufferProvider.allocateDirect ByteBuffer(DirectByteBufferProvider.java:133)
at phex.utils.DirectByteBufferProvider.requestDirectB yteBuffer(DirectByteBufferProvider.java:98)
at phex.utils.DirectByteBufferProvider.requestBuffer( DirectByteBufferProvider.java:61)
at phex.download.DownloadEngine.startDownload(Downloa dEngine.java:596)
at phex.download.swarming.SWDownloadWorker.startDownl oad(SWDownloadWorker.java:735)
at phex.download.swarming.SWDownloadWorker.handleDown load(SWDownloadWorker.java:259)
at phex.download.swarming.SWDownloadWorker.run(SWDown loadWorker.java:149)
at phex.common.ThreadPool$Worker.run(ThreadPool.java: 280)
The machine is running on jdk-1.5.0_10 with the default 64mb heap maximum.

I hope you can help me this last time, sorry for bothering you all the time again and again :-/

lg Clemens
Reply With Quote