Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...I have learned more through this forum than I did on a two day course. Thanks to everyone for their help and other postings that I have found useful..."

Geography

Where in the world do Tek-Tips members come from?

iPlanet6.0 service pack 2 - java.lang.OutOfMemoryError - very urgent

krishna112 (Programmer)
1 Dec 07 11:31
Hi All,

I am having some problem with memory.

I am using servlets, jdbc, mssql2000,iPlanet server acting as web server and Apache for caching all of them running in the same machine.

I have IE6 /7 and windows2000 with 2gb ram.

When there are more users accessing my application, the application is getting slowed down, i mean it is taking more time to navigate from one screen to the other.

When i open my browser at 10:31:00 it is taking 24 secs to open the page, the normal timing will be 1-2 secs.

When i see apache logs the time the request logged in is 10:31:23 and the time it hits iPlanet, from the logs is 10:31:23 and the same time is shown in my application logs.

I am wondering why the browser is taking so long 24 secs 10:31:00 to 10:31:23 to hit the Apache.

While i didn't find any thing specific in Apache logs, i noticed iPlanet error log has some thing to say

[29/Nov/2007:12:04:06] failure ( 3800): Internal error: Unexpected error condition thrown (unknown exception,no description), stack: java.lang.OutOfMemoryError
 <<no stack trace available>>

[29/Nov/2007:12:08:42] failure ( 3800): Internal error: Unexpected error condition thrown (unknown exception,no description), stack: java.lang.OutOfMemoryError
 <<no stack trace available>>

[29/Nov/2007:12:30:50] failure ( 3800): Internal error: Unexpected error condition thrown (unknown exception,no description), stack: java.lang.OutOfMemoryError
 <<no stack trace available>>

[29/Nov/2007:13:12:26] failure ( 3800): Internal error: Unexpected error condition thrown (unknown exception,no description), stack: java.lang.OutOfMemoryError
 <<no stack trace available>>

I understood that we are running out of memory, Is there any way to increase the memory alloted to iPlanet or can we increase the heap size in any way.

Please let me know how to solve this. It is very urgent for me.

These are my dbpool cofigurations.

watchdog_interval=600

min_conns=3
max_conns=15
max_conn_use_time=120
# 21600 = 6 hours
max_conn_life=21600
name=kymcentral
sql_port=1433
connection_test_query=SELECT 1

connection_time_out=5

<connection>
# only name, username, password, and url need to be specified here
# as opposed to the top-level.  Also, username and password can be
# omitted.
name=kymcentral
url=jdbc:microsoft:sqlserver://kymdemo:1433;DatabaseName=kymcentral;SelectMethod=cursor;
username=SA
password=cgipass
</connection>



Please tell me the solution as it is very urgent for me.



Thanks in Advance,Ramya







Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close