Re: [Dev] [DAS] Error in creating system tables: Specified key was too long

2015-09-06 Thread Mohanadarshan Vivekanandalingam
On Sun, Sep 6, 2015 at 2:06 PM, Niranda Perera wrote: > Hi Pubudu, > > Hi Niranda, > can you delete the mysql databases and create them as follows. this > resolved a similar problem in the windows env. > > create database character set latin1; > > please to the thread [1] >

Re: [Dev] [DAS] Error in creating system tables: Specified key was too long

2015-09-06 Thread Niranda Perera
Hi Pubudu, are you using the windows env? On Sun, Sep 6, 2015 at 3:52 PM, Pubudu Gunatilaka wrote: > Hi, > > I am using one of the nightly built DAS packs from last week. I have used > a mysql database for analytic file system and at the server start up I am > getting

[Dev] [DAS] Error in creating system tables: Specified key was too long

2015-09-06 Thread Pubudu Gunatilaka
Hi, I am using one of the nightly built DAS packs from last week. I have used a mysql database for analytic file system and at the server start up I am getting following error message. TID: [-1234] [] [2015-09-06 09:01:51,489] ERROR

Re: [Dev] [DAS] Error in creating system tables: Specified key was too long

2015-09-06 Thread Pubudu Gunatilaka
Hi Niranda, Actually I am running on docker. Both DAS and mysql are docker containers which run on Debian. Thank you! On Sun, Sep 6, 2015 at 7:04 PM, Niranda Perera wrote: > Hi Pubudu, > > are you using the windows env? > > On Sun, Sep 6, 2015 at 3:52 PM, Pubudu Gunatilaka

Re: [Dev] [DAS] Error in creating system tables: Specified key was too long

2015-09-06 Thread Niranda Perera
Hi Pubudu, I got the same error in the windows env. I'm working on it. will update you soon cheers On Sun, Sep 6, 2015 at 9:31 PM, Pubudu Gunatilaka wrote: > Hi Niranda, > > Actually I am running on docker. Both DAS and mysql are docker containers > which run on Debian. > >

Re: [Dev] [DAS] Error in creating system tables: Specified key was too long

2015-09-06 Thread Niranda Perera
Hi Pubudu, can you delete the mysql databases and create them as follows. this resolved a similar problem in the windows env. create database character set latin1; please to the thread [1] rgds [1] [Dev] MySQL error while executing dbscripts in windows env On Sun, Sep 6, 2015 at 9:38 PM,

Re: [Dev] [DAS] Error in creating system tables: Specified key was too long

2015-09-06 Thread Pubudu Gunatilaka
Hi Niranda, This approach solved the issue. Thank you! On Mon, Sep 7, 2015 at 12:36 AM, Niranda Perera wrote: > Hi Pubudu, > > can you delete the mysql databases and create them as follows. this > resolved a similar problem in the windows env. > > create database character