You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@incubator.apache.org on 2004/05/05 18:09:41 UTC

[Apache Geronimo Wiki] Updated: Building

   Date: 2004-05-05T09:09:41
   Editor: 193.178.200.212 <>
   Wiki: Apache Geronimo Wiki
   Page: Building
   URL: http://wiki.apache.org/geronimo/Building

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -104,6 +104,8 @@
 
 Running the command `maven site` seems to take up a lot of memory.  If you get an out of memory error, try setting MAVEN_OPTS=-Xmx512m.
 
+One of the many reasons that tests fail is because some ports are in use by other programs.  Check the log of the test reports and see if it does use a port that is already active.  You can use a program called TCPView (http://www.sysinternals.com/ntw2k/source/tcpview.shtml) to determine which ports are in use by which program and if they are conflicting with ListOfPortsUsedDuringTesting.
+
 = Remoting Tests Hang =
 
 Make sure the host name of your machine (myworkstation.mydomain.com or whatever) is resolvable in DNS.  Worst case, add it to the 127.0.0.1 line in `/etc/hosts` or `c:\windows\system32\drivers\etc\hosts`