root@nexus:/opt/nexus# java -cp $(find system/ -type f -name '*.jar' | tr '\n' ':') com.orientechnologies.orient.console.OConsoleDatabaseApp connect plocal:data/db/security admin admin
Type 'help' to display all the supported commands.
orientdb> connect plocal:data/db/security admin admin
Connecting to database [plocal:data/db/security] with user 'admin'...Jun 03, 2016 12:35:51 PM com.orientechnologies.common.log.OLogManager log
INFO: OrientDB auto-config DISKCACHE=1,025MB (heap=878MB os=3,951MB disk=76,407MB)
Error: com.orientechnologies.orient.core.exception.OStorageException: Cannot open local storage 'data/db/security' with mode=rw
Error: java.lang.IllegalArgumentException: Compression with name pbe is absent.
Jun 03, 2016 12:35:51 PM com.orientechnologies.common.log.OLogManager log
INFO: {db=security} - closing storage: security...
Jun 03, 2016 12:35:51 PM com.orientechnologies.common.log.OLogManager log
INFO: OrientDB Engine shutdown complete