-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherrors
18 lines (18 loc) · 1.12 KB
/
errors
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Exception in thread "Thread-7" java.lang.OutOfMemoryError: Java heap space
at jBittorrentAPI.Utils.concat(Utils.java:284)
at jBittorrentAPI.Piece.data(Piece.java:137)
at jBittorrentAPI.Piece.verify(Piece.java:147)
at jBittorrentAPI.DownloadTask.changeState(DownloadTask.java:480)
at jBittorrentAPI.DownloadTask.messageReceived(DownloadTask.java:426)
at jBittorrentAPI.MessageReceiver.fireMessageReceived(MessageReceiver.java:255)
at jBittorrentAPI.MessageReceiver.run(MessageReceiver.java:230)
Exception in thread "Thread-10" java.lang.OutOfMemoryError: Java heap space
at jBittorrentAPI.Utils.concat(Utils.java:284)
at jBittorrentAPI.Piece.data(Piece.java:137)
at jBittorrentAPI.Piece.verify(Piece.java:147)
at jBittorrentAPI.DownloadTask.changeState(DownloadTask.java:480)
at jBittorrentAPI.DownloadTask.messageReceived(DownloadTask.java:426)
at jBittorrentAPI.MessageReceiver.fireMessageReceived(MessageReceiver.java:255)
at jBittorrentAPI.MessageReceiver.run(MessageReceiver.java:230)
Exception in thread "Thread-4" java.lang.OutOfMemoryError: Java heap space
at jBittorrentAPI.MessageReceiver.run(MessageReceiver.java:198)