Last modified by michaely on 2021/09/10 22:40

Show last authors
1 ====== On this page ======
2
3
4
5 {{toc maxLevel="5"/}}
6
7 == Symptoms ==
8
9 The following error message appears in the log after you attempt to start the server.
10
11 {{code}}
12 Could not listen on port:50000 
13 Server Failed To Start.
14 {{/code}}
15
16 == Cause ==
17
18 This error is usually caused by another instance of the iSymphony server already running. Another less common cause is another application running on the server utilizing port 50000.
19
20 == Resolution ==
21
22 If you are simply trying to start the application there is no need to do anything else since the server is already running. If you are attempting to restart the server follow these steps.
23
24 1. (((
25 Type
26
27 {{code}}
28 ps auxww | grep iSymphonyServer
29 {{/code}}
30 )))
31 1. (((
32 Type
33
34 {{code}}
35 kill <pid>
36 {{/code}}
37
38 where **<pid>** is the process id of the iSymphonyServer process a provided in the results of running the command in step 1.
39
40
41 )))
42 1. Remove the file **/opt/isymphony/server/iSymphonyServer.pid** if it exists.
43 1. Start the iSymphony server with the **/opt/isymphony/server/startup.sh** command.
44
45 == Related Content ==
46
47 {{expand title="Expand to see related content"}}
48 {{unmigrated-inline-wiki-markup}}
49 {dynamiccontentbylabel:showLabels=false|showSpace=false}
50 {{/unmigrated-inline-wiki-markup}}
51 {{/expand}}
iSymphony