Environment:
- Fresh Install of Domino 10.0.1 FP2 on CentOS 7
- Fresh Install of IBM Lotus Notes Traveler 10.0.1.1 Build 201901271808_20
HTTP starts, but only after Traveler fails with various errors including:
- WARNING: Xsp Initialization error – Could not load class or methods
- WARNING: XPages/Traveler/Rest Web Services will not run until this is resolved
- HTTP JVM: java.io.FileNotFoundException: /local/notesdata/domino/workspace/.config/rcpinstall.properties (Permission denied)
- HTTP JVM: java.io.FileNotFoundException: /local/notesdata/domino/workspace/logs/Viewer_Translations.js (No such file or directory)
- HTTP JVM: java.nio.file.NoSuchFileException: /local/notesdata/domino/workspace/logs/error-log-0.html.lck
- HTTP JVM: java.nio.file.NoSuchFileException: /local/notesdata/domino/workspace/logs/trace-log-0.html.lck
- HTTP JVM: at com.ibm.domino.http.bootstrap.BootstrapClassLoader.findClass(BootstrapClassLoader.java:79
- …
Upon inspection of the Owner and Group of /local/notesdata/domino/workspace, it is discovered that root owns the folder instead of notes:
Changing the ownership (recursively) to notes:notes (when that is the account that was used to install Domino) resolves the issue: