Re: [xwiki-users] Tomcat Error number 11007

2017-02-08 Thread Oliver Angélil
Here are the mysql database creation instructions on FreeBSD that finally worked for me: *In the mysql console...* *mysql -u root -p * (enter password in *.mysql_secret* file) *SET PASSWORD = PASSWORD('my_new_password');* *exit* *In the FreeBSD command line...* *mysql -u root -p -e "create datab

Re: [xwiki-users] Tomcat Error number 11007

2017-02-08 Thread Oliver Angélil
Could someone with a working version of xwiki please execute the following command in mysql and let me know what is returned. *SELECT host FROM mysql.user WHERE User = 'xwiki';* Thanks, Oliver On 8 February 2017 at 02:39, Sergiu Dumitriu wrote: > On 02/07/2017 12:32 AM, Oliver Angélil wrote: >

Re: [xwiki-users] Tomcat Error number 11007

2017-02-07 Thread Sergiu Dumitriu
On 02/07/2017 12:32 AM, Oliver Angélil wrote: > Thanks Sergiu, > > Seems I had misunderstood the "replace the matching properties with the > following ones" in the xwiki mysql installation instructions. I think I > have done this part correctly now. Unfortunately I have encountered another > excep

Re: [xwiki-users] Tomcat Error number 11007

2017-02-07 Thread Martin Molhanec
Behalf Of Sergiu Dumitriu Sent: Tuesday, February 7, 2017 5:29 AM To: XWiki Users Subject: Re: [xwiki-users] Tomcat Error number 11007 On 02/06/2017 09:26 PM, Oliver Angélil wrote: > The full exception report is pasted below. > > I've followed the tomcat > <http://platform.xwik

Re: [xwiki-users] Tomcat Error number 11007

2017-02-06 Thread Oliver Angélil
Ignore the "kokopu". The exception should actually be *Host ''192.168.1.8' is not allowed to connect to this MySQL server. *I had *1**92.168.1.8 kokopu.ddns.net kokopu* in /etc/hosts (in the jail) for no good reason. On 7 February 2017 at 16:32, Oliver Angélil wrote: > T

Re: [xwiki-users] Tomcat Error number 11007

2017-02-06 Thread Oliver Angélil
Thanks Sergiu, Seems I had misunderstood the "replace the matching properties with the following ones" in the xwiki mysql installation instructions. I think I have done this part correctly now. Unfortunately I have encountered another exception (pasted below). I am guessing the following is the p

Re: [xwiki-users] Tomcat Error number 11007

2017-02-06 Thread Sergiu Dumitriu
On 02/06/2017 09:26 PM, Oliver Angélil wrote: > The full exception report is pasted below. > > I've followed the tomcat > > and mysql > > installation >

[xwiki-users] Tomcat Error number 11007

2017-02-06 Thread Oliver Angélil
The full exception report is pasted below. I've followed the tomcat and mysql installation instructions. I can see the tomcat homepage when navigating t