mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:17:09 +00:00
Added hint about encrypted Ubuntu home directories to README
This commit is contained in:
parent
9ea88c2ce0
commit
23b009ba3f
12
README.md
12
README.md
@ -85,6 +85,18 @@ To compile and run jetty, install Maven 3 and execute:
|
||||
|
||||
----
|
||||
|
||||
## Ubuntu
|
||||
|
||||
If you use Ubuntu (or a derivate) and encrypted home directories (e.g. you have ~/.Private), you might run into the following error when the project is built:
|
||||
|
||||
uncaught exception during compilation: java.io.IOException
|
||||
[ERROR] File name too long
|
||||
[ERROR] two errors found
|
||||
[DEBUG] Compilation failed (CompilerInterface)
|
||||
|
||||
The current workaround is to move the project directory onto a different partition, e.g. under /opt/ .
|
||||
|
||||
|
||||
# Databases:
|
||||
|
||||
The default database for testing etc is H2. PostgreSQL is used for the sandboxes (user accounts, metadata, transaction cache).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user