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 113736 - Throws NoClassDefFoundError after invocation of "debug" for TestCase
Summary: Throws NoClassDefFoundError after invocation of "debug" for TestCase
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
: 114054 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-08-24 14:36 UTC by Victoria Zhukovskaya
Modified: 2007-09-07 20:14 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 Victoria Zhukovskaya 2007-08-24 14:36:44 UTC
Product Version: NetBeans IDE Dev (Build 200708230115) Java: 1.6.0_02;
Ubuntu and Winxows XP

1. Create TRS Sample 
2. Deploy TRS Application
3. Invoke "Debug" from context menu for HasAirline testcase (f.e)

See:

java.lang.NoClassDefFoundError: org/netbeans/modules/bpel/debuggerbdi/rmi/wp/RMIClient
	at org.netbeans.modules.bpel.debugger.BpelDebuggerImpl.setRunning(BpelDebuggerImpl.java:204)
	at org.netbeans.modules.bpel.debugger.action.DebugProjectActionProvider$1.run(DebugProjectActionProvider.java:83)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Victoria Zhukovskaya 2007-08-24 14:44:27 UTC
Invocation of Attach debager has the same exception
Can not debug. Change oriority to P1
Comment 2 Venkat Chellasamy 2007-08-28 21:47:50 UTC
*** Issue 114054 has been marked as a duplicate of this issue. ***
Comment 3 Ivan Sidorkin 2007-08-28 21:49:00 UTC
*** Issue 114054 has been marked as a duplicate of this issue. ***
Comment 4 Victoria Zhukovskaya 2007-08-29 16:15:29 UTC
reproduced for Sol10  too
Comment 5 Alexander Zgursky 2007-08-29 20:18:05 UTC
Fixed in trunk:

Checking in project.properties;
/cvs/enterprise/bpel/debuggerbdi/nbproject/project.properties,v  <--  project.properties
new revision: 1.4; previous revision: 1.3
done
Comment 6 Victoria Zhukovskaya 2007-09-03 11:45:27 UTC
Product Version: NetBeans IDE Dev (Build 200709021200) Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b06
Comment 7 lchang 2007-09-07 20:14:12 UTC
Also verified in the latest Beta 1 build