Skip to content

Error: java.lang.IllegalArgumentException: Storage type 'plocal' is different by storage type in URL #7923

@xiaoqiangyi

Description

@xiaoqiangyi

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

  1. run OrientDB server on the local PC: bin/server.bat
  2. run console: bin/console.bat
  3. connect to remote server: orientdb> CONNECT remote:localhost root root
  4. 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/}>

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions