Click here to Skip to main content
16,012,110 members
Home / Discussions / Java
   

Java

 
AnswerRe: ontology Pin
jschell23-Mar-12 14:15
jschell23-Mar-12 14:15 
GeneralRe: ontology Pin
RORY1724-Mar-12 22:54
RORY1724-Mar-12 22:54 
GeneralRe: ontology Pin
TorstenH.26-Mar-12 0:24
TorstenH.26-Mar-12 0:24 
QuestionApplication gives a java.lang.OutOfMemoryError when run from CLI Pin
Bill.Moo22-Mar-12 4:48
Bill.Moo22-Mar-12 4:48 
AnswerRe: Application gives a java.lang.OutOfMemoryError when run from CLI Pin
Nagy Vilmos22-Mar-12 5:45
professionalNagy Vilmos22-Mar-12 5:45 
GeneralRe: Application gives a java.lang.OutOfMemoryError when run from CLI Pin
Bill.Moo22-Mar-12 22:10
Bill.Moo22-Mar-12 22:10 
GeneralRe: Application gives a java.lang.OutOfMemoryError when run from CLI Pin
jschell23-Mar-12 14:20
jschell23-Mar-12 14:20 
AnswerRe: Application gives a java.lang.OutOfMemoryError when run from CLI Pin
TorstenH.22-Mar-12 21:42
TorstenH.22-Mar-12 21:42 
It is not just a matter of memory that is assigned to the VM.

Thumbs Down | :thumbsdown: you need to find your failure! Thumbs Down | :thumbsdown:

You have somewhere in there a infinite loop. That one is creating objects / reading data / ...filling up the memory with bits and in the end crashing your application with a heap space failure.


Find that loop! fix it.
There is no other way around it. Debug through your code and find the never ending loop. There is no Exception defined for such a failure, so you need to find that manually.

Good luck and keep us informed whether you'd find it. Coffee and chocolate helps.
regards Torsten
When I'm not working

QuestionEncryption and Decryption Pin
Savonr Chor18-Mar-12 16:47
Savonr Chor18-Mar-12 16:47 
AnswerRe: Encryption and Decryption Pin
Bernhard Hiller18-Mar-12 22:39
Bernhard Hiller18-Mar-12 22:39 
GeneralRe: Encryption and Decryption Pin
Savonr Chor20-Mar-12 0:05
Savonr Chor20-Mar-12 0:05 
GeneralRe: Encryption and Decryption Pin
TorstenH.20-Mar-12 4:43
TorstenH.20-Mar-12 4:43 
Questioncrm code development Pin
simbabruno18-Mar-12 4:53
simbabruno18-Mar-12 4:53 
AnswerRe: crm code development Pin
Richard MacCutchan18-Mar-12 22:48
mveRichard MacCutchan18-Mar-12 22:48 
AnswerRe: crm code development Pin
TorstenH.19-Mar-12 20:24
TorstenH.19-Mar-12 20:24 
QuestionSOS Pin
Boukhezna18-Mar-12 4:09
Boukhezna18-Mar-12 4:09 
AnswerRe: SOS Pin
Boukhezna18-Mar-12 5:10
Boukhezna18-Mar-12 5:10 
QuestionRe: SOS Pin
Boukhezna18-Mar-12 5:32
Boukhezna18-Mar-12 5:32 
AnswerRe: SOS Pin
jschell18-Mar-12 7:33
jschell18-Mar-12 7:33 
GeneralRe: SOS Pin
Boukhezna18-Mar-12 8:02
Boukhezna18-Mar-12 8:02 
GeneralRe: SOS Pin
Richard MacCutchan18-Mar-12 22:46
mveRichard MacCutchan18-Mar-12 22:46 
GeneralRe: SOS Pin
jschell19-Mar-12 8:32
jschell19-Mar-12 8:32 
Questionjava Pin
Member 857496415-Mar-12 6:51
Member 857496415-Mar-12 6:51 
AnswerRe: java - Repost Pin
Richard MacCutchan15-Mar-12 7:01
mveRichard MacCutchan15-Mar-12 7:01 
AnswerRe: java Pin
altafmohd15-Mar-12 7:03
altafmohd15-Mar-12 7:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.