Page 1 of 1

Problem when switching to MySql

Posted: Tue May 06, 2014 6:38 am
by iWantToKnow
I followed the instructions to switch to mySql but I'm getting these errors. Have you any suggestions? What did I do wrong?

Re: Problem when switching to MySql

Posted: Thu May 08, 2014 3:35 am
by prabhat.kataria
Did you redo maven install? Thumb rule is, if you do any change in CORE module and try to run SITE or ADMIN you should do a clean maven install again on Core. Reason behind it is, as of my understanding, both SITE and ADMIN references CORE.war so until you do clean maven install you would be using old copy of CORE.

Hope this helps.

Re: Problem when switching to MySql

Posted: Thu May 08, 2014 4:33 am
by iWantToKnow
Thank you for your hint but I didn't change anything in core. :|

Re: Problem when switching to MySql

Posted: Fri May 09, 2014 10:22 am
by prabhat.kataria
if you have followed the instructions on the link you have mentioned then you must have changed property file as mentioned in point 5 and that is inside core module.

Re: Problem when switching to MySql

Posted: Tue May 27, 2014 10:28 am
by velmurugan
Hi all,

i followed the instruction to migrate from hsql to mysql , i was getting the error as mentioned here http://pastebin.com/pWWKAbwn. However , I was able to start admin and site succesfully , meaning i am able to browse catelogs, products,carts, checkout , everything works fine..
Thanks
Vel