Revision 4691
Added by daigle almost 16 years ago
troubleshooting.html | ||
---|---|---|
49 | 49 |
<div class="toc1"><a href="#StartupIssues">Startup Issues</a></div> |
50 | 50 |
<div class="toc2"><a href="#Jdk14Logger">Metacat doesn't start and Jdk14Logger exception</a></div> |
51 | 51 |
<div class="toc1"><a href="#ConfigurationIssues">Configuration Issues</a></div> |
52 |
<div class="toc2"><a href="#DbUpdateIssue">Database Update Fails (not a connectivity issue)</a></div> |
|
52 | 53 |
<div class="toc1"><a href="#GeneralApplicationIssues">General Application Issues</a></div> |
53 | 54 |
<div class="toc1"><a href="#UnitTestingIssues">Unit Testing Issues</a></div> |
54 | 55 |
<div class="toc2"><a href="#503ServiceTemporarilyUnavailable">Mutliple Tests Fail : 503 Service Temporarily Unavailable</a></div> |
... | ... | |
97 | 98 |
</ul> |
98 | 99 |
</p> |
99 | 100 |
<a name="ConfigurationIssues"></a><div class="header1">Configuration Issues</div> |
100 |
|
|
101 |
<a name="DbUpdateIssue"></a><div class="header2">Database Update Fails (not a connectivity issue)</div> |
|
102 |
<p>There are a number of reasons why the database update utility might fail during |
|
103 |
configuration. You will need to determine if the error returned indicates a connectivity issue |
|
104 |
or some issue with the database schema/data. If it is the latter, the first step in |
|
105 |
troubleshooting the issue is to run the db scripts manually and analyze the output.</p> |
|
106 |
|
|
107 |
<p>The configuration utility will report which scripts it tried to run. To |
|
108 |
run these scripts, refer to |
|
109 |
<a href="../user/run-db-scripts.html">how to run database scripts</a></p> |
|
110 |
|
|
111 |
<p>If the answer is not obvious, further troubleshooting may require a database |
|
112 |
administrator.</p> |
|
113 |
|
|
101 | 114 |
<a name="GeneralApplicationIssues"></a><div class="header1">General Application Issues</div> |
102 | 115 |
|
103 | 116 |
<a name="UnitTestingIssues"></a><div class="header1">Unit Testing Issues</div> |
Also available in: Unified diff
Add section on what to do if db scripts fail during configuration utility