This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 104059 - Results are lost after successfull test run on all machines
Summary: Results are lost after successfull test run on all machines
Status: CLOSED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: ehucka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-16 12:20 UTC by Marian Mirilovic
Modified: 2011-02-17 09:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2007-05-16 12:20:31 UTC
I run tests on all machines and saw some of them finished and started another on
the same machine ... but I can't find results and no email was sent.
I looked into log and found this exception :

>> 2007-05-16 18:21:22 (WARNING) System Error
org.netbeans.test4u.tests.results.ResultsTransferNotifyRegistry.perform(ResultsTransferNotifyRegistry.java:142)
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
	at java.net.Socket.connect(Socket.java:519)
	at
org.netbeans.test4u.tests.results.ResultsTransferSender.send(ResultsTransferSender.java:47)
	at
org.netbeans.test4u.tests.results.ResultsTransferNotifyRegistry.perform(ResultsTransferNotifyRegistry.java:136)
	at
org.ehucka.core.api.task.TaskServer$TaskExecutor.responseRequest(TaskServer.java:319)
	at
org.ehucka.core.api.request.RequestServer$DispatchThread.run(RequestServer.java:165)
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
	at java.net.Socket.connect(Socket.java:519)
	at
org.netbeans.test4u.tests.results.ResultsTransferSender.send(ResultsTransferSender.java:47)
	at
org.netbeans.test4u.tests.results.ResultsTransferNotifyRegistry.perform(ResultsTransferNotifyRegistry.java:136)
	at
org.ehucka.core.api.task.TaskServer$TaskExecutor.responseRequest(TaskServer.java:319)
	at
org.ehucka.core.api.request.RequestServer$DispatchThread.run(RequestServer.java:165)
>> 2007-05-16 18:24:53 (INFO)
org.netbeans.test4u.tests.request.TestRequestProcessor.doProcessRequest
Preparing test sources.
Comment 1 ehucka 2007-05-16 13:12:00 UTC
Results dispatcher thread did not started during last restart. I do not have any
idea why. There is no exception log on main server. I restarted main server to
start results dispatcher and restarted all machines to resend all waiting results.
I am closing it as wontfix because I do not know how to fix the state now. 
Comment 2 Marian Mirilovic 2007-06-22 08:52:08 UTC
v/c