I am using intellij for a java project and am trying to use the database tools to create a local derby database but every time I try to create a database I get a error message java.sql.SQLException: Failed to create database '', see the next exception for details.
. Has anyone else ran into this problem or knows how to fix it?
Asked
Active
Viewed 149 times
0

HelloWorld
- 1
- 3
-
1What's the details given in the "next exception"? – ChiefTwoPencils Oct 18 '15 at 22:32
-
Its list a list of exceptions. Its to big a list to cop in. Here are the first few. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.
(Unknown Source) – HelloWorld Oct 18 '15 at 22:33 -
Does it help if you select path manually and make sure to add a non-existend directory to the path? – JockX Oct 18 '15 at 22:43
-
No. The output is still the same. – HelloWorld Oct 18 '15 at 22:45