Hi,

I hope you succeed to resolve your problem in the meantime. If it's not the
case, could you add this logging configuration into you logback.xml file?
(path : xwiki/WEB-INF/classes/logback.xml)

just past this line in there:

> <logger name="com.xpn.xwiki.store.hibernate" level="debug"/>
>

Then restart your wiki and look at the logs during the load.
I'm not sure this is enough to gather as much information as we need, but
this is a beggining. You could try to put the logger 'org.xwiki.hibernate'
as debug as well, but you'll gather A LOT of information.
So if first solution didn't help, paste the below line in place of the one
above. If will output a lot of lines, so maybe you can use a " | grep -c 5
"'xwiki'@'localhost'" " to see the interesting stuff.

<logger name="org.hibernate" level="debug"/>
>

Good luck!

Guillaume Fenollar

2012/7/27 raav2012 <[email protected]>

> Thanks a lot Guillaume, any idea would be greatly welcome.
>
> Cheers.
>
>
>
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/Mysql-Configuration-problem-tp7580467p7580576.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to