Revision 4807
Added by daigle almost 16 years ago
troubleshooting.html | ||
---|---|---|
51 | 51 |
<div class="toc1"><a href="#ConfigurationIssues">Configuration Issues</a></div> |
52 | 52 |
<div class="toc2"><a href="#DbUpdateIssue">Database Update Fails (not a connectivity issue)</a></div> |
53 | 53 |
<div class="toc1"><a href="#GeneralApplicationIssues">General Application Issues</a></div> |
54 |
<div class="toc2"><a href="#MapDisplayIssue">Maps will not display</a></div> |
|
54 | 55 |
<div class="toc1"><a href="#UnitTestingIssues">Unit Testing Issues</a></div> |
55 | 56 |
<div class="toc2"><a href="#503ServiceTemporarilyUnavailable">Mutliple Tests Fail : 503 Service Temporarily Unavailable</a></div> |
56 | 57 |
</div> |
... | ... | |
112 | 113 |
administrator.</p> |
113 | 114 |
|
114 | 115 |
<a name="GeneralApplicationIssues"></a><div class="header1">General Application Issues</div> |
115 |
|
|
116 |
<a name="MapDisplayIssue"></a><div class="header2">Maps will not display</div> |
|
117 |
<p>There are two known reasons why maps might not display in a web browser.</p> |
|
118 |
<ul> |
|
119 |
<li>Sarfari Browser - the safari browser is not supported by the map libraries. You will |
|
120 |
need to switch to a different browser.</li> |
|
121 |
<li>Firefox Browser with the Firebug plugin - Firebug is a plugin that allows a developer |
|
122 |
to easily view and troubleshoot web page layouts. Unfortunately, this plugin can |
|
123 |
keep the maps from displaying. There is no plan by the third party map display |
|
124 |
developers to address this issue. You will need to disable Firebug in your |
|
125 |
browser.</li> |
|
126 |
</ul> |
|
127 |
|
|
116 | 128 |
<a name="UnitTestingIssues"></a><div class="header1">Unit Testing Issues</div> |
117 | 129 |
<a name="503ServiceTemporarilyUnavailable"></a><div class="header2">Mutliple Tests Fail : 503 Service Temporarily Unavailable</div> |
118 | 130 |
<p>When running "ant test", multiple tests fail. The output files have the error: </p> |
Also available in: Unified diff
Add troubleshooting instructions for map issues with firefox 3 and safari