I have not changed anything in the hibernate.cfg.xml file. The username 'sa'
was present by default and I tried another backup file of the
hibernate.cfg.xml file but it did not work either...
This is the stack trace ->
Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create
PoolableCon
nectionFactory (User not found: SA)
at
org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSou
rce.java:855)
at
org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource
.java:540)
at
com.xpn.xwiki.store.DBCPConnectionProvider.configure(DBCPConnectionPr
ovider.java:181)
... 40 more
Caused by: java.sql.SQLException: User not found: SA
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
at org.hsqldb.jdbcDriver.connect(Unknown Source)
at
org.apache.commons.dbcp.DriverConnectionFactory.createConnection(Driv
erConnectionFactory.java:37)
at
org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(Poolable
ConnectionFactory.java:290)
at
org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(Bas
icDataSource.java:877)
at
org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSou
rce.java:851)
... 42 more
16:07:09.484 INFO [P1-19]
org.mortbay.util.Container.start(Container.java:74)
08> Started HttpContext[/,/]
Or please give me a method to retrieve all the data I have entered in the
wiki.
--
View this message in context:
http://www.nabble.com/Error-because-of-Preferences-tf4682780.html#a13383259
Sent from the XWiki- Users mailing list archive at
Nabble.com.