Changes for page Getting started: Installing the Requea Platform on your machine
on 2011/02/25 09:30
on 2011/02/25 09:33
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -122,3 +122,7 @@ 122 122 123 123 * HTTP Status 500 - Unable to retrieve user information: org.hibernate.exception.SQLGrammarException: could not load an entity: 124 124 Make sure that you have entered the proper "grant all" order, and that the password is correct. 125 + 126 +* Tomcat not starting (port already in use). Make sure that ports 8080, 8005, 8009 (default tomcat ports are free). If not, change them in the server.xml in tomcat/conf directory. 127 + 128 +* OutOfMemory exception: make sure you have configured your JAVA_OPTS correctly (with enough memory in the -Xmx setting)