Server Error

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
rei.wee
Posts: 47
Joined: Thu Oct 26, 2006 11:51 pm

Server Error

Post by rei.wee »

1. Brekeke Product Name and version:
2.0.5.8 General

2. Java version:
1.5.0

3. OS type and the version:
Window 2003

4. UA (phone), gateway or other hardware/software involved:
Custom UA

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :

6. Your problem:
Hi Supports,

I use brekeke sip Server.
Today, the server goes down.

the server using external database that is mssql 2005.
and the server receive about 20 sip messages per seconds.

When the server down, I check the sip server process using ctrl + alt + del.

the server has about 180MB memory and 2970 threads.

this is a log file for the server.

java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
listener: java.lang.OutOfMemoryError: Java heap space
startup-time: Mon Apr 07 20:34:34 KST 2008
life-length: 8days 19:21:25
sip-packet-total: 3573981
stacked-packet: 2519
session-active-invite: 2
session-active-all: 2968
session-total: 13881
session-peak: 45
session-tbl-size: 2970
thread-active-cnt: 2975
SIP-error: 53932
Internal-error: 80

Could you know cause of this error? and Can you fix it?
Mohney
Posts: 79
Joined: Tue Nov 20, 2007 12:05 pm

Post by Mohney »

Are you using any additional plug-in?
If so, disable them and check the memory uses again.

Also, -Xmx option in [Java VM arguments] allows you to specify the maximum heap size. For example: -Xmx256m

Try it.
Post Reply