Date: 2004-10-28T07:16:29
   Editor: TobyCabot <[EMAIL PROTECTED]>
   Wiki: Apache Geronimo Wiki
   Page: Building
   URL: http://wiki.apache.org/geronimo/Building

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -147,24 +147,24 @@
 
 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 for the specific module that 
failed in the `target/test-reports` directory 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.
+One of the many reasons that tests fail is because some ports are in use by 
other programs (for example another copy of Geronimo running on the same 
machine).  Check the log of the test reports for the specific module that 
failed in the `target/test-reports` directory 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 ==
+ == 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`
+ 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`
 
-If you use a windows system,try upgrading the JDK to the latest version. There 
are few bugs in older versions of JDK 1.4, which causes the infinite wait while 
a server is being closed.
+ If you use a windows system,try upgrading the JDK to the latest version. 
There are few bugs in older versions of JDK 1.4, which causes the infinite wait 
while a server is being closed.
 
-== Assembly Fails ==
+ == Assembly Fails ==
 
-It has been noticed that the deployment of the 
{{{org/apache/geronimo/System}}} plan will not succeed during the assembly 
phase if it is being done with JVM version: 
+ It has been noticed that the deployment of the 
{{{org/apache/geronimo/System}}} plan will not succeed during the assembly 
phase if it is being done with JVM version: 
      {{{
 java version "1.4.2_04"
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
 Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
 }}}
 
-The error message that will be seen during the build is:
+ The error message that will be seen during the build is:
      {{{
    [java] Deployed org/apache/geronimo/System
    [java] Deployed org/apache/geronimo/System

Reply via email to