Wiki source code of No repository found
Last modified by Scott Gagan on 2021/09/10 22:40
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | ====== On this page ====== | ||
2 | |||
3 | |||
4 | |||
5 | {{toc maxLevel="5"/}} | ||
6 | |||
7 | == Symptoms == | ||
8 | |||
9 | You get the following error message when you launch the client | ||
10 | |||
11 | {{noformat}} | ||
12 | No repository found at http://<ip address>:50003/client/ | ||
13 | {{/noformat}} | ||
14 | |||
15 | == Cause == | ||
16 | |||
17 | This error is thrown when the client detects that it does not have the same revision number as the server it is connecting. The client will then attempt to query the server for the updated client files but if the files do not exist due to the server not going through an upgrade process the error will be thrown. | ||
18 | |||
19 | == Resolution == | ||
20 | |||
21 | First determine the revision of the iSymphony server. | ||
22 | |||
23 | 1. On the server type "telnet localhost 50001" | ||
24 | 1. Type "version" | ||
25 | 1. Type "exit" | ||
26 | |||
27 | ((( | ||
28 | Next download the corresponding client installer from the [[doc:iSymphony Knowledge Base.Downloads Archive.WebHome]] that matches the server revision. Uninstall the existing client and install the matching one. | ||
29 | ))) | ||
30 | |||
31 | == Related Content == | ||
32 | |||
33 | {{expand title="Expand to see related content"}} | ||
34 | {{unmigrated-inline-wiki-markup}} | ||
35 | {dynamiccontentbylabel:showLabels=false|showSpace=false} | ||
36 | {{/unmigrated-inline-wiki-markup}} | ||
37 | {{/expand}} |