Page 1 of 1

Login Error?

PostPosted:Fri Jul 03, 2009 1:18 am
by dead
After a day will not be able to log in! (\"authentication error\")

User name and password is correct

Re:Login Error?

PostPosted:Fri Jul 03, 2009 6:22 pm
by dignan
Did you change anything? What sort of authentication are you using?

Re:Login Error?

PostPosted:Mon Jul 06, 2009 9:40 am
by jllort
Hi dead,

Heve you finally log in, or not yet. Tell us if you can not login after installation, or before it. Remember all users must have UserRole ( it\'s mandatory, it\'s connection role ).

Re:Login Error?

PostPosted:Tue Jul 07, 2009 2:28 am
by dead
My question is similar to this!
http://www.openkm.com/Configuration/202 ... -hour.html
but after 1 day!
openkm-ds.xml:
Code: Select all
<local-tx-datasource>
    <jndi-name>OKMAuthDS</jndi-name>
    <connection-url>jdbc:mysql://${db.url}</connection-url>
    <driver-class>com.mysql.jdbc.Driver</driver-class>
    <user-name>${db.user}</user-name>
    <password>${db.password}</password>
    <min-pool-size>5</min-pool-size>
    <max-pool-size>20</max-pool-size>
    <idle-timeout-minutes>0</idle-timeout-minutes>
    <track-statements/>
	<prepared-statement-cache-size>32</prepared-statement-cache-size>
	<metadata>
		<type-mapping>mySQL</type-mapping>
	</metadata>    
  </local-tx-datasource>

Re:Login Error?

PostPosted:Tue Jul 07, 2009 6:38 pm
by jllort
You could try with it, if it\'s a mysql driver, upgrading as made the user of the other forum post.