Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create a new DB under Windows #371

Closed
corradomio opened this issue Apr 15, 2022 · 1 comment
Closed

Unable to create a new DB under Windows #371

corradomio opened this issue Apr 15, 2022 · 1 comment
Assignees
Milestone

Comments

@corradomio
Copy link

corradomio commented Apr 15, 2022

ArcadeDB Version: 22.2.1

JDK Version: 11

OS: Windows 10

Expected behavior

to create a new database with name "test" using the web interface

Actual behavior

Exception: unable to create the db because its name ("../databases/test") contains invalid characters

Steps to reproduce

The error is located in "EmbeddedDatabase" line 154.
The code suppose that the path is written using the platform's path separator ("File.separator") BUT this is not necessary true.
In this case, the path is "../databases/test" in Linux-like format, BUT in Windows the path separator is "\".

@lvca
Copy link
Contributor

lvca commented Jun 8, 2022

@corradomio do you still have access to the Windows machine? If yes, could you please test it again against the latest 22.6.1 (or major)

@lvca lvca closed this as completed Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants