HI, I think once this happened to me also (when using mysql). The problem there was with the configuration in hibernate.cfg.xml This happened to me because I used a different port for mysql and forgot to change the connection parameters. On 7/19/07, advait <[email protected]> wrote:
I am trying to run xwiki with Ingres, for this I have converted file xwiki-db-0.9.2.sql to ingres compatible format. And I ran this file on Ingres database. I have everything else in place: drivers, configuration in hibernate.cfg.xml etc...
I think you are also having a configuration problem (Mostly in hibernate.cfg.xml..), although you say that you have everything else in place: drivers, configuration in hibernate.cfg.xml etc... Hope this will solve your problem. -Tharindu My app server is JBoss 4.0.5, so when I start xwiki I get:
17:54:49,830 FATAL [DBCPConnectionProvider] Could not create a DBCP pool java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:396) at com.xpn.xwiki.store.DBCPConnectionProvider.configure( DBCPConnectionProvider.java:110) at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider( ConnectionProviderFactory.java:80) at org.hibernate.cfg.SettingsFactory.createConnectionProvider( SettingsFactory.java:349) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:58) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1509) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java :1054) at com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate( XWikiHibernateBaseStore.java:125)
so i removed connection.provider_class property from hibernate.cfg.xml. Afterwards when i tried running xwiki i got this exception and xwiki page is not coming:
18:11:49,447 ERROR [JDBCExceptionReporter] line 1, Table 'xwikidoc' owned by 'advait.trivedi' does not contain column 'xwd_default_template'. .......
I noticed that this column is not part of "create table" sql but somehow it is getting added to the table definition afterwards. Because i noticed this column using "describe xwikidoc" mysql command. Please help -- View this message in context: http://www.nabble.com/running-xwiki-on-Ingres-database-tf4110478.html#a11688... Sent from the XWiki- Users mailing list archive at Nabble.com.
-- You receive this message as a subscriber of the [email protected] list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws