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 47111 - failure in ConnectorsTest test
Summary: failure in ConnectorsTest test
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: RANDOM, TEST
Depends on:
Blocks:
 
Reported: 2004-08-11 14:36 UTC by pzajac
Modified: 2006-03-24 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test log (6.81 KB, text/plain)
2004-08-11 14:36 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-08-11 14:36:34 UTC
[200408101800]

Test Case:  	 testAttach
Test Suite: 
org.netbeans.api.debugger.jpda. ConnectorsTest
Module Name: 	debuggerjpda

For details see to the attachment.
Comment 1 pzajac 2004-08-11 14:36:54 UTC
Created attachment 16754 [details]
test log
Comment 2 Maros Sandor 2004-08-11 17:02:56 UTC
I improved connectors implementation. Please reopen if it ever 
happens again.

/cvs/debuggerjpda/test/unit/src/org/netbeans/api/debugger/jpda/JPDASup
port.java,v  <--  JPDASupport.java
new revision: 1.10; previous revision: 1.9
Comment 3 pzajac 2004-08-17 15:18:48 UTC
v
Comment 4 pzajac 2004-08-18 09:16:58 UTC
The test failed again.

testAttach:

      org.netbeans.api.debugger.jpda.DebuggerStartException: Debugger
did not start
	at
org.netbeans.api.debugger.jpda.JPDASupport.waitDebuggerStarted(JPDASupport.java:197)
	at
org.netbeans.api.debugger.jpda.JPDASupport.attachImpl(JPDASupport.java:175)
	at
org.netbeans.api.debugger.jpda.JPDASupport.attach(JPDASupport.java:219)
	at
org.netbeans.api.debugger.jpda.ConnectorsTest.testAttach(ConnectorsTest.java:30)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
Comment 5 Jan Jancura 2004-08-24 15:19:56 UTC
I can not reproduce this problem.
Comment 6 pzajac 2004-09-10 13:40:16 UTC
v