source: gs3-extensions/mat/trunk/FAQ.txt@ 22208

Last change on this file since 22208 was 18551, checked in by cc108, 15 years ago

add new potential questions

File size: 2.2 KB
Line 
11. Metadata Analysis Tool (Java application)
2
31-1 Please select "local Collection Analysis" and press the "Analyse" button.
4
51-2 Select a collection you want to analyse it.
6
7If there is no collection available, please use GLI to create a collection and try this function again.
8
9If you cannot launch Metadata Analysis Tool, please remove the gs2mgdemo from
10"root/web/sites/localsite/collect".
11
12
13The problem looks like this:
14"#
15# An unexpected error has been detected by Java Runtime Environment:
16#
17# SIGSEGV (0xb) at pc=0x53e58955, pid=31921, tid=3086052240
18#
19# Java VM: Java HotSpot(TM) Server VM (11.0-b15 mixed mode linux-x86)
20"
21
222. Metadata Analysis Tool (web service)
23Root is the location of Greenstone folder.
24ex: Windows: C:\Program files\Greenstone
25ex: Linux: /home/Greenstone
26
27
282-1 Please rename the root/ext/mat/web-mat.xml to web.xml and copy it to the root/web/WEB-INF folder.
29 You might want to backup the original web.xml.
30
312-2 Copy the gsdl3_extension folder (path: root/ext/mat/build/classes/org/greenstone/gsdl3_extension) to
32 greenstone folder (path: root/web/WEB-INF/classes/org/greenstone)
33
34Now, the path should be root/web/WEB-INF/classes/org/greenstone/gsdl3_extension/mat/servlet
35
36Inside the servlet folder, you will see many class files.
37
382-3 Please run the command "ant deploy-localsite" in the console.
39
402-4 Then, you can start the server and use the web service.
41
42The web service is available at http://localhost:8080/greenstone3/mat.
43Please make sure that there is no slash at the end of this URL.
44ex: http://localhost:8080/greenstone3/mat/ is incorrect and you will not be able to access the service.
45
46Notice: If you use any proxy servers, please open the properties.xml and enter the property settings.
47
48Troubleshooting
49
501. Why my web service cannot analyse the OAI repository ( Message: GDBM could not be open)?
51Please use the GLI to create a sample collection and make sure that the Greenstone can build it correctly.
52If the Greenstone cannot build the collection correctly. Please report the error to http://www.greenstone.org/.
53
542. My computer cannot recognise the "Ant" command?
55You will need to setup the ant path and run the command in the greenstone root folder.
56
57
58
Note: See TracBrowser for help on using the repository browser.