
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Seem to occur on several platforms
|
|
| Resolution Date: |
21/May/05 07:45 AM
|
|
When I run the testsuite, derbynet/testconnection.java fails.
testconnection.tmp contains the following:
Testing testconnection
org.apache.derby.drda.NetworkServerControl ping
Could not connect to Derby Network Server on host localhost, port 1527.
java.lang.IllegalThreadStateException: process hasn't exited
at java.lang.UNIXProcess.exitValue(UNIXProcess.java:116)
at org.apache.derbyTesting.functionTests.tests.derbynet.testconnection.execCmdDumpResults(Unknown Source)
at org.apache.derbyTesting.functionTests.tests.derbynet.testconnection.execCmdDumpResults(Unknown Source)
at org.apache.derbyTesting.functionTests.tests.derbynet.testconnection.main(Unknown Source)
|
|
Description
|
When I run the testsuite, derbynet/testconnection.java fails.
testconnection.tmp contains the following:
Testing testconnection
org.apache.derby.drda.NetworkServerControl ping
Could not connect to Derby Network Server on host localhost, port 1527.
java.lang.IllegalThreadStateException: process hasn't exited
at java.lang.UNIXProcess.exitValue(UNIXProcess.java:116)
at org.apache.derbyTesting.functionTests.tests.derbynet.testconnection.execCmdDumpResults(Unknown Source)
at org.apache.derbyTesting.functionTests.tests.derbynet.testconnection.execCmdDumpResults(Unknown Source)
at org.apache.derbyTesting.functionTests.tests.derbynet.testconnection.main(Unknown Source) |
Show » |
|
DERBY-214.The call to exitValue that fails was added in
DERBY-214.It may seem like the preceeding calls to ProcessStreamResult.Wait() does not guarantee that the process has terminated.