org.h2.jdbc.JdbcSQLException: Wrong password format, must be: file password <space> user password [90050-102]

1,000 views
Skip to first unread message

uugaa

unread,
Oct 13, 2010, 12:45:09 AM10/13/10
to H2 Database




Help me help me pls

multi connection

Server app it's true
server_url=jdbc:h2:file:./server_storage/acmdb;IFEXISTS=TRUE
server_user=root
server_password=root
server_driver=org.h2.Driver

Cleant app: error
server_url=jdbc:h2:file:~/workspace/ACServer/server_storage/
acmdb;ACCESS_MODE_DATA=r
server_driver=org.h2.Driver
server_user=root
server_password=root
Cleant error: org.h2.jdbc.JdbcSQLException: Wrong password format,
must be: file password <space> user password [90050-102]

H2 console is true
Tanks for help.

Thomas Mueller

unread,
Oct 15, 2010, 1:00:21 PM10/15/10
to h2-da...@googlegroups.com
Hi,

Consider using a newer version of H2. You are using version 1.1.102
which is old and no longer supported.

I believe you are using a different database URL than the one you
posted. The error message says you didn't specify a file encryption
password, but this message can only appear if you use file encryption,
which you need to specify in the database URL (for example
jdbc:h2:file:~/workspace/ACServer/server_storage/acmdb;ACCESS_MODE_DATA=r;cipher=AES).
See also http://h2database.com/html/features.html#file_encryption

Regards,
Thomas

Reply all
Reply to author
Forward
0 new messages