Revision 467618d1
Added by Andreas Kohlbecker almost 11 years ago
src/site/fml/troubleshooting.fml | ||
---|---|---|
73 | 73 |
<p> |
74 | 74 |
The database to which the server is trying to connect is most |
75 | 75 |
probably not a cdm data base. I also might be empty. |
76 |
<ol> |
|
77 |
<li> |
|
78 |
First of all use your preferred database management program to |
|
79 |
take a look at the data base. |
|
80 |
If there is only one table called |
|
81 |
<code>_c3p0ConectionTest</code> |
|
82 |
this database was an empty one and you can savely proceed to |
|
83 |
step |
|
84 |
2 in order to intialize the database structure. |
|
85 |
Otherwise this |
|
86 |
data base was not empty and might be used for different |
|
87 |
purposes. |
|
88 |
Please do not connect the Taxonomic Editor to this database |
|
89 |
unless you |
|
90 |
know waht youare doing. |
|
91 |
</li> |
|
92 |
<li>Connect to the database using the Taxonomic Editor in order to |
|
93 |
create the cdm database.</li> |
|
94 |
</ol> |
|
95 | 76 |
</p> |
77 |
<ol> |
|
78 |
<li> |
|
79 |
First of all use your preferred database management program to |
|
80 |
take a look at the data base. |
|
81 |
If there is only one table called |
|
82 |
<code>_c3p0ConectionTest</code> |
|
83 |
this database was an empty one and you can savely proceed to |
|
84 |
step |
|
85 |
2 in order to intialize the database structure. |
|
86 |
Otherwise this |
|
87 |
data base was not empty and might be used for different |
|
88 |
purposes. |
|
89 |
Please do not connect the Taxonomic Editor to this database |
|
90 |
unless you |
|
91 |
know waht youare doing. |
|
92 |
</li> |
|
93 |
<li>Connect to the database using the Taxonomic Editor in order to |
|
94 |
create the cdm database.</li> |
|
95 |
</ol> |
|
96 | 96 |
</answer> |
97 | 97 |
</faq> |
98 | 98 |
|
... | ... | |
102 | 102 |
|
103 | 103 |
<faq id="mvn-eclipse-eclipse_resource-filtering"> |
104 | 104 |
<question> |
105 |
When I execute mvn eclipse:eclipse everything seems fine but then I eventually get this error: |
|
105 |
<p> |
|
106 |
When I execute mvn eclipse:eclipse everything seems fine but then I get this error: |
|
107 |
</p> |
|
106 | 108 |
<code> |
107 |
[INFO] ------------------------------------------------------------------------
|
|
109 |
[INFO] ------------------------------------------------------------------------ |
|
108 | 110 |
[ERROR] BUILD ERROR |
109 | 111 |
[INFO] ------------------------------------------------------------------------ |
110 | 112 |
[INFO] Request to merge when 'filtering' is not identical. Original=resource src/main/resources: |
... | ... | |
112 | 114 |
include=[version.properties], exclude=[**/*.java], test=false, filtering=true, merging |
113 | 115 |
with=resource src/main/resources: output=./cdm-server/target/classes, |
114 | 116 |
include=[], exclude=[version.properties|**/*.java], test=false, filtering=false |
115 |
</code>
|
|
117 |
</code> |
|
116 | 118 |
</question> |
117 | 119 |
<answer> |
118 | 120 |
<p> |
119 | 121 |
This is related to a bug in the maven-eclipse-plugin for more information please refer to |
120 |
http://forums.atlassian.com/thread.jspa?threadID=34952&tstart=30 |
|
122 |
http://forums.atlassian.com/thread.jspa?threadID=34952&tstart=30
|
|
121 | 123 |
The best remedy for this problem currently is to use an older version of the plugin. Running |
122 | 124 |
<code> |
123 | 125 |
mvn org.apache.maven.plugins:maven-eclipse-plugin:2.6:eclipse |
... | ... | |
127 | 129 |
</answer> |
128 | 130 |
</faq> |
129 | 131 |
</part> |
130 |
|
|
131 | 132 |
</faqs> |
Also available in: Unified diff
fixing syntax