Wiki source code of "Java(TM) Web Start Launcher has stopped working" (Java 7 update 7)
Version 47.1 by michaely on 2012/09/06 13:23
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | ====== On this page ====== | ||
2 | |||
3 | |||
4 | |||
5 | {{toc maxLevel="5"/}} | ||
6 | |||
7 | == Symptoms == | ||
8 | |||
9 | When installing or launching the iSymphony client from the launch.jnlp file (or from the desktop icon) you get an error message: | ||
10 | |||
11 | [[image:attach:jws_7u7_exception.png]] | ||
12 | |||
13 | When the problem details are clicked on, you'll see the exception code **"c0000417"** | ||
14 | |||
15 | [[image:attach:jws_7u7_exception_code.png]] | ||
16 | |||
17 | == Cause == | ||
18 | |||
19 | Java 7 Update 7 appears to have a known issue with the "javaws.exe" executable that causes a crash in the Java Web Start launcher preventing the installation from continuing or full launch to occur. | ||
20 | |||
21 | == Workaround == | ||
22 | |||
23 | {{info}} | ||
24 | This workaround will disable the auto population of the profile location and tenant with FreePBX systems. | ||
25 | {{/info}} | ||
26 | |||
27 | |||
28 | |||
29 | Open the following file on the server in your preferred editor. Make sure to create a **backup** of the file: | ||
30 | |||
31 | {{code}} | ||
32 | /opt/isymphony/server/client/launch.jnlp | ||
33 | {{/code}} | ||
34 | |||
35 | At the top you will see a line that looks like the following: | ||
36 | |||
37 | {{code}} | ||
38 | <jnlp spec="1.0+" codebase="#CODEBASE#" href="launch.jnlp?location=#WIZARDSERVERLOCATION#&tenant=#WIZARDSERVERTENANT#"> | ||
39 | {{/code}} | ||
40 | |||
41 | Modify it to look like the following and save the file: | ||
42 | |||
43 | {{code}} | ||
44 | <jnlp spec="1.0+" codebase="#CODEBASE#" href="launch.jnlp"> | ||
45 | {{/code}} | ||
46 | |||
47 | == Resolution == | ||
48 | |||
49 | Downgrade to Java 6 Update 35 or higher. | ||
50 | |||
51 | {{info}} | ||
52 | We do not recommend any version of Java 7 at the moment due to the current Java Web Start issue and recently discovered exploits in Java 7. | ||
53 | {{/info}} | ||
54 | |||
55 | == Related Content == | ||
56 | |||
57 | {{expand title="Expand to see related content"}} | ||
58 | {{unmigrated-inline-wiki-markup atlassian-macro-output-type="BLOCK"}} | ||
59 | {dynamiccontentbylabel:showLabels=false|showSpace=false} | ||
60 | {{/unmigrated-inline-wiki-markup}} | ||
61 | {{/expand}} |