Project

General

Profile

Download (2.3 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<faqs xmlns="http://maven.apache.org/FML/1.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd"
4
	title="Troubleshooting" toplink="false">
5

    
6
	<part id="general">
7
		<title>General</title>
8

    
9
		<faq id="run-cdmlib-webapp">
10
			<question>
11
				How can I get help?
12
      </question>
13
			<answer>
14
				<p>The troubelshooting section is still under construction. If you
15
					don't find the answer here, please contact us by email:
16
					editsupport@bgbm.org</p>
17
			</answer>
18
		</faq>
19

    
20
		<faq id="cdm-incompatible-version">
21
			<question>
22
				The CDMServer reports incompatible versions, e.g.:
23
				<code>Incompatible version [cichorieae] expected version:
24
					3.0.0.0.201011090000, data base version 2.4.1.2.201004231015</code>
25
			</question>
26
			<answer>
27
				<p>
28
					The version of the database to which the server is trying to
29
					connect is not compatible to the software version of the server.
30
					Please connect to the database using the Taxonomic Editor and
31
					update the database to the current version.
32
					<strong>Please make sure that you are using the latest stable
33
						releases of both, the CDM Server and the Taxonomic Editor</strong>
34
				</p>
35
			</answer>
36
		</faq>
37
		<faq id="cdm-unable-connect-or-retrieve-version">
38
			<question>
39
				The CDMServer reports
40
				<code>Unable to connect or to retrieve version info from ...</code>
41
			</question>
42
			<answer>
43
				<p>
44
					The database to which the server is trying to connect is most
45
					probably not a cdm data base. I also might be empty.
46
					<ol>
47
						<li>
48
							First of all use your preferred database management program to
49
							take a look at the data base.
50
							If there is only one table called
51
							<code>_c3p0ConectionTest</code>
52
							this database was an empty one and you can savely proceed to
53
							step 2 in order to intialize the database structure.
54
							Otherwise this data base was not empty and might be used for different
55
							purposes.
56
							Please do not connect the Taxonomic Editor to this database unless you
57
							know waht youare doing.
58
						</li>
59
						<li>Connect to the database using the Taxonomic Editor in order to
60
							create the cdm database.</li>
61
					</ol>
62
				</p>
63
			</answer>
64
		</faq>
65

    
66
	</part>
67

    
68
</faqs>
(2-2/2)