java.lang.StackOverFlowError
Dear all
I am using enhydra framework for my webdevelopment.I t compiles all the .html files into .java files.
When I run the ant task to compile it throws an exception like below.
The system is out of resources.
Consult the following stack trace for details.
java.lang.StackOverflowError
[xmlc] Error: compile of generated java code failed
[xmlc] org.enhydra.xml.xmlc.XMLCException: compile of generated java code failed
On researching I found out that the java stack is getting overflown. I tried to increase the java stack size and os stack size by mentioning
%JAVA% -Xms256M -Xmx512M -Xss1000K -Xoss5000K -cp %CLASSPATH% .........
in %ENHYDRA_HOME%/bin/ant.bat
but this did not solve the problem.
I am using jdk 1.4.2.
any leads for solution will be much appreciated.
-rafeeq(md_rafeeq@yahoo.com)
|