After a shutdown and startup, unable to connect. ij\jdbc returns an
authentication failure due to invalid username\password.
----------------------------------------------------------------------------------------------------------------------------
Key: DERBY-4821
URL: https://issues.apache.org/jira/browse/DERBY-4821
Project: Derby
Issue Type: Bug
Components: Network Server
Affects Versions: 10.6.1.0, 10.5.3.0
Environment: windows server 2003, java 6.0.20/18
Reporter: Yacov M
Priority: Blocker
I created a database using the following script:
connect
'jdbc:derby://localhost:1527/Tasks;create=true;user=someuser;passsword=somepassword';
CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY('derby.user.someuser',
'somepassword');
CALL
SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY('derby.authentication.provider','BUILTIN');
CALL
SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY('derby.connection.requireAuthentication',
'true');
as long as the database isn't shutdown (I'm performing a clean shutdown, using
the java API NetworkServerControl shutdown method), I'm able to connect to the
database using the user 'someuser'.
But after i boot the database after a shutdown, every connection attempt via
IJ.bat (or via jdbc) is failing.
for example, IJ.bat output:
ij> connect
'jdbc:derby://localhost:1527/Tasks;user=someuser;passsword=somepassword';
ERROR 08004: Connection authentication failure occurred. Reason: userid or
password invalid.
Anyone got any ideas?
Thanks in advance!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.