Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Exception in thread "main" java.lang.StackOverflowError

843810Jan 31 2005 — edited Dec 29 2009
While running simple Java API's as for that encryption on Linux machine using java1.3 i am getting the following errors:

Exception in thread "main" java.lang.StackOverflowError
at sun.io.CharToByteConverter.getDefault(CharToByteConverter.java:50)
at java.lang.String.getBytes(String.java:751)
at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:114)
at java.io.File.exists(File.java:543)
.........so on

i have checked there is 2.2GB space in my system.
kindly suggest this problem is related to which part .i think its not with the API's as they are running fine on windows system.
thanks
vigya
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 26 2010
Added on Jan 31 2005
16 comments
2,012 views