You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run OrientDB server on the local PC: bin/server.bat
run console: bin/console.bat
connect to remote server: orientdb> CONNECT remote:localhost root root
create a new database and then comes the error:
orientdb {server=remote:localhost/}> CREATE DATABASE REMOTE:localhost/myremotetestdb root root PLOCAL
Creating database [REMOTE:localhost/myremotetestdb] using the storage type [plocal]...
Error: java.lang.IllegalArgumentException: Storage type 'plocal' is different by storage type in URL orientdb {server=remote:localhost/}>
The text was updated successfully, but these errors were encountered:
OrientDB Version: orientdb-community-importers-2.2.30
Java Version: java version "1.8.0_112"
OS: win 10
Expected behavior
a new db should be created.
Actual behavior
en error is reported.
Steps to reproduce
orientdb {server=remote:localhost/}> CREATE DATABASE REMOTE:localhost/myremotetestdb root root PLOCAL
Creating database [REMOTE:localhost/myremotetestdb] using the storage type [plocal]...
Error: java.lang.IllegalArgumentException: Storage type 'plocal' is different by storage type in URL orientdb {server=remote:localhost/}>
The text was updated successfully, but these errors were encountered: