Hi,
Firstly, I hope you are placing JAVA_HOME variable in the System variable area and not in User variable area
Secondly, Please check dbconnection.xml file in C:/NewGenLibFiles/HibernateConfig. Can you see these parameters
<property name="hibernate.c3p0.min_size">15</property>
<property name="hibernate.c3p0.max_size">50</property>
<property name="hibernate.c3p0.timeout">300</property>
<property name="hibernate.c3p0.max_statements">50</property>
<property name="hibernate.c3p0.idle_test_period">3000</property>
They will appear in lines 19-23 approximately
The above lines create a connection pool using c3p tool. This facility was available from 3.0.2. Earlier version used Hibernate connection pool, which resulted in server getting hanged.
Thirdly, What is the RAM size of the server? Using JAVA_OPTS we can increase the size of memory used by Java to run Tomcat server.
Lastly but importantly, hope the anti-virus is updated and fully functional.
NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz