Last modified by Scott Gagan on 2021/09/10 22:40

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:iSymphony Knowledge Base.Downloads Archive.WebHome]], under the 'Development Builds' header. Please be sure to read the warnings under that section header when upgrading to a development build.
20
21 If upgrading to build 1577 still does not resolve the issue, we have a patched version of a jar that has additional improvements that should resolve the issue. However, we strongly recommend that you initially upgrade to version 1577, and see if that resolves your issue first before trying the patched jar.
22
23 {{warning}}
24 Do not attempt to use this patched jar with any version of iSymphony other than 3.0.3b1577, //including 3.0.3b1564 or other versions of 3.0.3//. It is not compatible, and //**will**// prevent iSymphony from functioning if you attempt to do so.
25 {{/warning}}
26
27 To install the patched jar,
28
29 1. Shut down iSymphony. See [[Starting, Stopping and Restarting the Server>>doc:ISYMDOCS.Starting And Stopping The iSymphony Server]] for details.
30 1. (((
31 Back up the following file to a location outside the main iSymphony folder directory:
32
33 {{code}}
34 /opt/isymphony3/server/modules/pbx/plugins/com.xmlnamespace.panel.client.pbx_1.0.0.jar
35 {{/code}}
36
37 {{warning}}
38 If the old jar is in the /opt/isymphony3/server/modules/pbx/plugins/ directory after copying the new jar, it may prevent iSymphony from starting. Ensure that the backed up copy of the old jar is in an entirely different folder.
39 {{/warning}}
40 )))
41 1. Download the modified jar: [[attach:com.xmlnamespace.panel.client.pbx_1.0.0.jar]]
42 1. Place it into the same folder (/opt/isymphony3/server/modules/pbx/plugins).
43 1. Start iSymphony again.
44
45 == Related articles ==
46
47
48
49 {{contentbylabel spaces="" showLabels="false" reverse="true" sort="modified" max="5" labels="memory outofmemory crash" showSpace="false" type="page"/}}
iSymphony