[jboss-user] [JBoss Portal] - Re: Bad password for username=admin

PeterJ do-not-reply at jboss.com
Mon Aug 28 16:58:59 EDT 2006


The NO_AUTO_CREATE_USER does not have any effect on the portal, that is purely a MySQL setting.

The 'table not found' error is expected the first time you run the portal with a new database.  Hibernate creates the table automatically.

Are any other errors being displayed, either on the console or in the log file?

Here is my *-ds.xml file, do you see any noticable difference with yours:

<?xml version="1.0" encoding="UTF-8"?>
  | <datasources>
  |   <local-tx-datasource>
  |     <jndi-name>PortalDS</jndi-name>
  |     <connection-url>jdbc:mysql://localhost:3306/portal24?useServerPrepStmts=false&jdbcCompliantTruncation=false</connection-url>
  |     <driver-class>com.mysql.jdbc.Driver</driver-class>
  |     <user-name>portal</user-name>
  |     <password>portalpassword</password>
  |   </local-tx-datasource>
  | </datasources>


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967928#3967928

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967928



More information about the jboss-user mailing list