| 59 | * '''Q: Using ''automake'' on petascope I get an error message "directory should not contain /" - what can I do?''' |
| 60 | |
| 61 | A: Probably you have an outdated automake version installed, we have seen such problems with 1.7.9. Upgrade to at least 1.10.1. |
| 62 | |
| 63 | * '''Q: I get weird error messages from the Java runtime system which seems to hint at class version incompatibilities, such as "Class version error" or "Class not found".''' |
| 64 | |
| 65 | A: There might be a conflict with the locally provided libraries, to be found at directory $PETASCOPE/lib. Check them, and if you find a mismatch then remove them and use the resp. libraries of your local installation instead. Alternatively, consider upgrading your Java SDK to version 1.6. |
| 66 | |
| 67 | * '''Q: I want to use a different version of PostgreSQL. Is that possible?''' |
| 68 | |
| 69 | A: You need to include a different JDBC postgresql driver (as a JAR) in the libraries folder and update the Makefile as needed. Then you can try out another PostgreSQL version, it may or may not work. Let us know your experiences to update this information! |