Ok, so I checked all these things. I created the xwiki db, set the permissions on it. Set the xwiki user/ pass. When I restarted the server, I got this error: 2009-10-02 10:25:49.309::WARN: failed [email protected]:8080 java.net.BindException: Address already in use So I set it to port 8888, then I get the same error I was getting before.... argh. Help? Sam On Oct 1, 2009, at 4:22 PM, Trevor Russ wrote:
I don't know if this will help, but I got that error when in hibernate.cfg.xml, the part after /localhost/ in the line:
<property name="connection.url">jdbc:mysql://localhost/xwiki? ...
did not match the table name in MySQL (I had changed it from the default "xwiki").
Also make sure
<property name="connection.username">xwiki</property> <property name="connection.password">xwiki</property>
match what's in MySQL.
Trevor
On Thu, 1 Oct 2009 15:53:26 -0700 Samuel Lee wrote:
I'm trying to install XEM 2.0 using MySQL.
I've installed XEM, extracted the appropriate WAR and uncommented the portion of the hibernate.cfg.xml file for mysql. Here's the error I get when I try to go the home page:
HTTP ERROR 500
Problem accessing /xwiki/bin/view/Main/. Reason:
Error number 3 in 0: Could not initialize main XWiki context
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users