DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: java.lang.OutOfMemory Error

  1. #1
    Join Date
    Oct 2002
    Posts
    284

    java.lang.OutOfMemory Error

    Hello all

    I was installing Oracle 9.0.1 on Sun 5.8.

    The system hangs up at 66%. when i check in the log file, this is what is see "java.lang.OutOfMemory Error"


    Any idead ?....any help is appreciated.

  2. #2
    Join Date
    May 2002
    Posts
    2,645
    Do you already have Apache installed? 9i installs Apache, so you may run into memory problems. If your non-Oracle Apache web server is running, stop it, then re-try the installation.

  3. #3
    Join Date
    Oct 2002
    Posts
    284
    How do we stop the Apache Server ?...how do we know if it is running ?...

    Thanks
    Ron

  4. #4
    Join Date
    May 2002
    Posts
    2,645
    ps -ef
    ps -ef | grep httpd


    apachectl stop|start

  5. #5
    Join Date
    May 2002
    Posts
    2,645
    Did that solve your problem?

  6. #6
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    whats your RAM ?what other products are installed ?How much meory is free ?


    regards
    Hrishy

  7. #7
    Join Date
    Jul 2000
    Posts
    119
    From Metalink :

    If an application fails at runtime and this exception appears in the wrb.log file, the Java heap size must be increased for this application. This is configurable under the Java Environment form. In the left column, enter "MAX_HEAP". In the right enter the new heap size. This must be an integer followed by either K, for kilobytes, or M, for megabytes.

    If MAX_HEAP already exists in the left column, edit its value in the right column.

    Cheers.
    OCP 8.0, 8i, 9i

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width