I have a problem on my linux mint. I installed OrientDB, create a database and successfully connect to this database with password and username root root. But after closing server.sh and reopening this server.sh i couldn't connect to this database, it write that Invalid password and username. Can u say what's problem?
I think that it's with permission, but i open console.sh as superuser, want to connect and write: CONNECT REMOTE:LOCALHOST/SAD ROOT ROOT write this error.
Error: com.orientechnologies.orient.core.exception.OStorageException: Cannot open local storage '/opt/orientdb/databases/sad' with mode=rw
Error: com.orientechnologies.orient.core.exception.OSerializationException: Cannot load database's configuration. The database seems to be corrupted.
Error: java.lang.NullPointerException: Name is null.
I found my mistake, when I installed oriendb i use superuser terminal which create folder with permission as root. Now I delete the folder and reinstall it from user terminal. it works.