Using MySQL on Orbeon forms

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Using MySQL on Orbeon forms

ktangirala
Hi,

I followed the instructions to use MySQL with Orbeon forms according to this link:

http://wiki.orbeon.com/forms/doc/developer-guide/form-runner/mysql-persistence-layer

However, when I check my setup and basically when I am saving the created form, it is resulting in Out of memory error. It works perfectly fine with eXist on the same workstation.

Am I missing anything related to memory settings on MySQL? Please help me out and let me know if I need to provide additional information.
Reply | Threaded
Open this post in threaded view
|

Re: Using MySQL on Orbeon forms

ktangirala
Sorry, you can ignore my post. Problem has been solved.

I was deploying my project in Eclipse IDE but I was making changes to a different instance of Tomcat server.xml. Creating a data source in the Eclipse project solved my problem.