RE: DB upgrade from 6.1 to 6.2 invoked via 6.2 tomcat bundle timeouts early

thumbnail
Rajesh Chaurasia, modified 5 Years ago. Regular Member Posts: 183 Join Date: 8/18/11 Recent Posts
Hi All,I am doing db upgrade for Liferay 6.1 to 6.2 , so i am using the IDE and defining timeouts to a high value and also Vm options .But my db activity is not getting completed within the timeout duration and hence db upgrade doesnt go to completion.Is there a way to increase timeout to a very high value mayeb 4 days so that everyting completes within that time period.Is it better to use command line  to invoke the upgrade or ide way is also good enough?
thumbnail
Christoph Rabel, modified 5 Years ago. Liferay Legend Posts: 1555 Join Date: 9/24/09 Recent Posts
I don't think there is a timeout in tomcat, I think it is just an IDE issue. I would recommend to start it from the command line. Otherwise you need to check your IDE for a timeout setting.
The longest upgrade I ever had was about two days. I don't remember if it was 6.0/6.1 or 6.1/6.2. If I remember correctly, the upgrade of the permission table took 28 hours and needed 12 GB HD space.
thumbnail
Rajesh Chaurasia, modified 5 Years ago. Regular Member Posts: 183 Join Date: 8/18/11 Recent Posts
.metadata\.plugins\org.eclipse.wst.server.core   has servers.xml where start-timeout can be edited , might help but need to try this Appreciate your response 
thumbnail
Rajesh Chaurasia, modified 5 Years ago. Regular Member Posts: 183 Join Date: 8/18/11 Recent Posts
With command line tomcat doesnot timeout,So that should be used to start upgrade and IDE should not be used.IDE eats up memory as well.Thanks Rabel for suggestion.I am able to proceed further