Author: sijskes
Date: Sun Oct 17 13:51:35 2010
New Revision: 1023502

URL: http://svn.apache.org/viewvc?rev=1023502&view=rev
Log:
moved QA ClassServer port
extra info in problem report

Modified:
    incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/MasterHarness.java
    incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/resources/qaHarness.prop

Modified: 
incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/MasterHarness.java
URL: 
http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/MasterHarness.java?rev=1023502&r1=1023501&r2=1023502&view=diff
==============================================================================
--- 
incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/MasterHarness.java 
(original)
+++ 
incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/MasterHarness.java 
Sun Oct 17 13:51:35 2010
@@ -254,6 +254,7 @@ class MasterHarness {
                    socketList.add(socket.accept());
                }
            } catch (Exception e) {
+               outStream.println("Problem with KEEPALIVE_PORT:" + 
KEEPALIVE_PORT );
                outStream.println("Unexpected exception:");
                e.printStackTrace(outStream);
                System.exit(1);

Modified: 
incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/resources/qaHarness.prop
URL: 
http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/resources/qaHarness.prop?rev=1023502&r1=1023501&r2=1023502&view=diff
==============================================================================
--- 
incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/resources/qaHarness.prop 
(original)
+++ 
incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/resources/qaHarness.prop 
Sun Oct 17 13:51:35 2010
@@ -55,10 +55,10 @@ com.sun.jini.qa.harness.dldir.8080=${com
 com.sun.jini.qa.harness.runkitserver=true
 
 # http port of the QA download JAR files
-com.sun.jini.qa.port=8081
+com.sun.jini.qa.port=9081
 
 # download directory for QA JAR files
-com.sun.jini.qa.harness.dldir.8081=${com.sun.jini.qa.home}$/lib
+com.sun.jini.qa.harness.dldir.9081=${com.sun.jini.qa.home}$/lib
 
 # class server and properties for the tests
 com.sun.jini.test.port=8082


Reply via email to