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 166229

Summary: cannot open IDE Netbeans
Product: versioncontrol Reporter: khawanz <khawanz>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:
Attachments: messages.log

Description khawanz 2009-05-29 02:46:27 UTC
while i tried to open IDE, i got the following message in message dialog: 

A java.lang.NoSuchMethodError exception has occurred.
Please report this at http://www.netbeans.org/community/issues.html,
including a copy of your messages.log file as an attachment.
The messages.log file is located in your C:\Users\Hadi\.netbeans\6.5\var\log folder.
Comment 1 khawanz 2009-05-29 02:48:31 UTC
Created attachment 82954 [details]
messages.log
Comment 2 khawanz 2009-05-29 02:56:48 UTC
I already reinstalled it, but this issue still appeared..
Anyone can help me?? Please..
Comment 3 Max Sauer 2009-05-29 08:20:59 UTC
Could you please try running in a fresh userdir? (--userdir commandline switch) or delete $HOME/.netbeans . Also, please try latest trunk builds:

http://bits.netbeans.org/download/trunk/nightly/latest/

Thanks.
Comment 4 Marian Petras 2009-05-29 12:09:16 UTC
This is a duplicate of bug #160826.
It is fixed in development builds of NetBeans 6.5 and also in the latest patch of NetBeans 6.5.

The bug is caused by incompatible changes introduced in Subversion 1.6.x. These changes break functionality of the
Subversion JavaHL library in NetBeans. 

A workaround is to run NetBeans with switch

    -J-DsvnClientAdapterFactory=commandline

Open NB_INSTALL_DIR/etc/netbeans.conf and add the switch to "netbeans_default_options" option. This switch will make
NetBeans use the Subversion command-line client instead of the (incompatible) JavaHL library. Then you can install
NetBeans updates from the Update Centre. One of these updates is for Subversion and causes Subversion to always use the
command-line client, even if the above switch is not used.

*** This issue has been marked as a duplicate of 160826 ***