Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread panyasan
I manually reset the password to the one that I used during the Debian installer setup, and could log into the wiki again. I tried to create a wiki et voilà - it worked. Somehow granting all permissions to the xwiki user seems to have reset its password to the one in the hibernate.cfg.xml file. N

Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread panyasan
Here's /etc/xwiki/hibernate.cfg.xml: http://pastebin.com/CWCwNebS there is also a /usr/lib/xwiki/WEB-INF/hibernate.cfg.xml, but that's not the one you mean, is it? The credentials in the first config file for the xwiki mysql user is incorrect, I have given a different password during the Debian

Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread vinc...@massol.net
  Could you show us the value of these 3 properties from your hibernate.cfg.xml file (or better, paste it fully somewhere)?     ...     ) the proper rights in the DB somehow. Thanks -Vincent On 7 Mar 2014 at 14:13:35, panyasan (i...@bibliograph.org(mailto:i...@bibliograph.org)) wrote: > Unfo

Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread panyasan
Unfortunately, this made things worse. Here's what I did: # mysql -u root -p -e "grant all privileges on *.* to xwiki@localhost identified by 'xwiki'" (entered root password) Now I am getting an HTTP Status 500 error from tomcat with the following stack trace: http://pastebin.com/pFKrGcTx

Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread panyasan
vmassol wrote >   >> rely on them. BTW, it would be great if a XWiki Appliance existed for >> http://www.turnkeylinux.org. If everything works with the debian >> packages, I >> might do it. > > That would be awesome. The challenge, beyond doing the first appliance, is > to maintain it when new XWi

Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread vinc...@massol.net
  On 7 Mar 2014 at 11:32:56, panyasan (i...@bibliograph.org(mailto:i...@bibliograph.org)) wrote: > Thank you for investigating the issue. > > Just so that I understand you and Guillaume clearly: > > I need to grant all rights to the xwiki mysql user manually to make this > work, right? Lik

Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread panyasan
Thank you for investigating the issue. Just so that I understand you and Guillaume clearly: I need to grant all rights to the xwiki mysql user manually to make this work, right? Like so: mysql -u root -e "grant all privileges on *.* to xwiki@localhost identified by 'xwiki'" (see https://network

Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread vinc...@massol.net
Hi 1) You should check your tomcat install, there are several warnings/errors but they’re not the root cause of your issue 2) Initially it seems you tried to create a wiki without being logged in, not sure how this can happen… 3) At the end of the log you tried to create a “forum” subwiki and th

Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread panyasan
Ok found it (at least I hope so): http://pastebin.com/BUEpvzz2 Thanks, C. -- View this message in context: http://xwiki.475771.n2.nabble.com/Logfile-Stack-traces-tp7589450p7589463.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread panyasan
Hello, I did not modify anything, just went to the questions of the debian package installer. I gave the mysql root user a password, and also one the xwiki user, but only in the installer. This all went through without errors. I did not touch anything with mysql itself. Thanks, C. -- View thi

Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread panyasan
Hello Vincent, thank you for your prompt reply. As I said in my original question, I don't know where to find the error log with stack traces ... I am a total newbie as far as XWiki/Tomcat is concerned- Can you quickly tell me where to get them? Thanks, Christian -- View this message in cont

Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread Guillaume Fenollar
Hello, As a side note, please make sure that your DB user has rights to create a new database/schema. For instance in MySQL, we often grant the rights with the command: GRANT ALL TO xwiki.* (...) which won't work in a case of a subwiki creation. So let's make sure we're not in this case here, beca

Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread vinc...@massol.net
Hi,  On 7 Mar 2014 at 09:37:32, panyasan (i...@bibliograph.org(mailto:i...@bibliograph.org)) wrote: > Yes, looks like it! Did you already find a fix for this? Based on your file below it’s not the same problem. There’s no issue in your status.xml file... > Here's the content of the distribut

Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread panyasan
Yes, looks like it! Did you already find a fix for this? Here's the content of the distribution status.xml: job.log.beginWithId xwiki.begin job.log.beginWithId

Re: [xwiki-users] Logfile/Stack traces

2014-03-07 Thread vinc...@massol.net
Hi Christian, Sorry about that, is your issue the same as  http://jira.xwiki.org/browse/XWIKI-10128 ? Thanks -Vincent On 7 Mar 2014 at 09:15:29, panyasan (i...@bibliograph.org(mailto:i...@bibliograph.org)) wrote: > Hi, > > I am a new XWiki User without a background in Java/Tomcat. I am gett

[xwiki-users] Logfile/Stack traces

2014-03-07 Thread panyasan
Hi, I am a new XWiki User without a background in Java/Tomcat. I am getting a "org.wxiki.wiki.manager.WikiManagerException: Failed to create database for wiki" error when trying to create a new wiki (v5.4.2 from Debian packages). I assume that this error message is not very helpful. How can I find