Skip to content

v3.5 Troubleshooting

Andrey Kurilov edited this page Jul 9, 2017 · 4 revisions
Specific Condition Symtom Suggested Resolution
High concurrency level configured "Too many open files" error messages Increase open files count limit, for example using the following shell command:
ulimit -n 1048576
HTTP Storage Driver 403 responses from the storage with message "time too skewed" Align the clients system clock time with storage system clock
Mongoose storage driver host has multiple external network interfaces configured and Java RMI server implementation bounds Mongoose service to a wrong (private) interface Mongoose controller fails to connect the Mongoose storage driver because it binds to an IP that cannot be accessed from other hosts You can explicitly specify the network interface to use via native Java's java.rmi.server.hostname configuration parameter. For example:
$ java -Djava.rmi.server.hostname=123.45.67.89 -jar mongoose-storage-driver-service.jar
Clone this wiki locally