Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-14-2007, 07:14 PM
Member
 
Join Date: Jul 2007
Posts: 36
boy22 is on a distinguished road
java.lang.OutOfMemoryException
I'm trying to configure application in Sun One Portal server 3.0 during configuration I was trying to import some xml files and I got the error :
Exception in thread "main" java.lang.OutOfMemoryError.

do you know what's the problem?
any ideas?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-24-2007, 01:01 AM
Member
 
Join Date: Jul 2007
Posts: 43
leonard is on a distinguished road
Try and have a look at your code, there could be a memory leek, try setting variables to null after use this sometimes this helps clear the memory also look at some loops in you code may never end this will also use a lot of memory.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-26-2007, 12:09 AM
Member
 
Join Date: Jul 2007
Posts: 55
Seemster is on a distinguished road
you can increase the size of the heap by passing in values to the JVM.

you can pass the following:
-Xms256m
-Xmx512m
-XX:PermSize=64M
-XX:MaxPermSize=1000M
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 08-01-2007, 05:42 PM
Member
 
Join Date: Jul 2007
Posts: 36
boy22 is on a distinguished road
I will do it thanks guys
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
java.lang.StackOverflowError eva New To Java 3 12-24-2007 10:54 AM
Error: cannot resolve symbol' on Person (java.lang.String, java.lang.String) baltimore New To Java 1 08-06-2007 08:45 AM
java.lang.OutOfMemoryError with java vector mary New To Java 3 08-03-2007 11:55 AM
java.lang.OutOfMemoryError: Java heap space paul Advanced Java 1 07-25-2007 09:07 PM
java.lang.UnsatisfiedLinkError: no parport in java.library.path Heather NetBeans 2 06-29-2007 03:45 PM


All times are GMT +3. The time now is 02:33 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org