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 238071 - LinkageError: com/sun/jdi/VirtualMachineManager
Summary: LinkageError: com/sun/jdi/VirtualMachineManager
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-06 23:03 UTC by irotsoma
Modified: 2014-01-24 02:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204935


Attachments
stacktrace (749 bytes, text/plain)
2013-11-06 23:03 UTC, irotsoma
Details

Note You need to log in before you can comment on or make changes to this bug.
Description irotsoma 2013-11-06 23:03:05 UTC
This issue was reported manually by irotsoma.
It already has 2 duplicates 


Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
asierglez: When I try to debbug the swing application in debug mode this Exception appeared.
This error appeared after installing GIT and bitbucket for versioning the source code.
If I removed .git directory it works but i dont know why.

irotsoma: error while trying to debug project




Stacktrace: 
java.lang.LinkageError: com/sun/jdi/VirtualMachineManager
   at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.initGenericsSupport(JPDADebuggerImpl.java:1982)
   at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.setRunning(JPDADebuggerImpl.java:1209)
   at org.netbeans.modules.debugger.jpda.actions.StartActionProvider.doStartDebugger(StartActionProvider.java:202)
   at org.netbeans.modules.debugger.jpda.actions.StartActionProvider.access$200(StartActionProvider.java:80)
   at org.netbeans.modules.debugger.jpda.actions.StartActionProvider$1.run(StartActionProvider.java:165)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
Comment 1 irotsoma 2013-11-06 23:03:07 UTC
Created attachment 141924 [details]
stacktrace
Comment 2 Martin Entlicher 2013-11-07 08:20:27 UTC
Maybe it would help if we add
OpenIDE-Module-Package-Dependencies: com.sun.jdi[VirtualMachineManager]
to the module manifest.
Comment 3 Martin Entlicher 2014-01-22 17:42:33 UTC
Should be fixed by changeset:   270995:2947142d103
http://hg.netbeans.org/core-main/rev/2947142d103d
Comment 4 Quality Engineering 2014-01-24 02:39:53 UTC
Integrated into 'main-silver', will be available in build *201401240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2947142d103d
User: mentlicher@netbeans.org
Log: #238071: Dependency on com.sun.jdi is explicitly added.