Version 18.1 by michaely on 2014/10/27 17:12

Show last authors
1 {{info}}
2 The information in this document applies to **iSymphony 3.0**.
3 {{/info}}
4
5 == Problem ==
6
7 iSymphony crashes or becomes unstable, and a message similar to the following appears in iSymphonyServer.err.log:
8
9 {{code}}
10 Exception in thread "<threadname>" java.lang.OutOfMemoryError: unable to create new native thread
11 {{/code}}
12
13 == Temporary Workaround ==
14
15 As a temporary workaround, restarting the iSymphony server will typically allow you to continue using the panel. However, it is unlikely to solve any underlying issues that caused the error in the first place, so you will likely run into the same problem again at some point in the future. See [[Starting And Stopping The iSymphony Server>>url:http://docs.getisymphony.com/display/ISYMDOCS/Starting+And+Stopping+The+iSymphony+Server||shape="rect"]] for details on restarting iSymphony, and see below for information about troubleshooting the actual problem to ensure it doesn't happen again.
16
17 == Solution ==
18
19 This error message indicates that iSymphony has tried to create a new thread, but was unable to do so due to the operating system running out of thread handles. We have made some improvements to thread handling after the public release of version 3.0.3 which typically resolve this issue. A development build (3.0.3b1577) including these changes can be found in our [[doc:Downloads Archive]], under the 'Development Builds' header. Please be sure to read the warnings under that section header when upgrading to a development build.
20
21
22
23 **Update**: The development build of 3.0.3 still does not resolve all the issues that may cause the error. If you continue to experience the issue after upgrading to the 3.0.3 development build you can use the following workaround until a fix is released:
24
25 {{info}}
26 The following workaround will disable recording and voicemail management in the panel.
27 {{/info}}
28
29 1. Backup the file **/opt/isymphony3/server/conf/main.xml**
30 1. (((
31 Open the file for editing and locate the following section
32
33 {{code language="xml"}}
34 <Agent enabled="true"/>
35 {{/code}}
36 )))
37 1. (((
38 Modify the entry to look like so:
39
40 {{code language="xml"}}
41 <Agent enabled="false"/>
42 {{/code}}
43 )))
44 1. Save the file and restart iSymphony. [[doc:ISYMDOCS.Starting And Stopping The iSymphony Server]]
45
46 == Related articles ==
47
48
49
50 {{contentbylabel spaces="" showLabels="false" reverse="true" sort="modified" max="5" labels="memory outofmemory crash" showSpace="false" type="page"/}}