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 235358 - Closing Netbeans too quick with Hg project causes exception
Summary: Closing Netbeans too quick with Hg project causes exception
Status: RESOLVED DUPLICATE of bug 221614
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-01 06:09 UTC by MackSix
Modified: 2013-09-02 07:45 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file (49.82 KB, text/plain)
2013-09-01 06:09 UTC, MackSix
Details
Project to use for reproduction (44.79 KB, application/x-zip-compressed)
2013-09-01 06:10 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2013-09-01 06:09:38 UTC
Created attachment 139537 [details]
Log file

1. Run NetBeans and open attached Hg project. Do not open any files. If any files are open, close them, but leave project open.
2. Close NetBeans.
3. Run NetBeans and as soon as it opens and you see the Project Window, click the red X button on the upper right of the Window to close.

This exception happens.

If not, try pausing 1 second before clicking the X. If it still doesn't happen, try pausing 2 second before clicking the X.

See attached log file.

SEVERE [org.netbeans.NetigsoModule]: Can't load org.eclipse.jgit.lib.ObjectId in package org.eclipse.jgit.lib
java.lang.IllegalStateException: Bundle "reference:file:ide/modules/org-eclipse-jgit.jar" has been uninstalled

Product Version: NetBeans IDE Dev (Build 201308310001)
Java: 1.7.0_40; Java HotSpot(TM) 64-Bit Server VM 24.0-b55
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-b40
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 MackSix 2013-09-01 06:10:34 UTC
Created attachment 139538 [details]
Project to use for reproduction
Comment 2 MackSix 2013-09-01 06:18:18 UTC
For some reason this simple project caused it. 

In a group of 4 projects, including the attached project, when open on NetBeans start, it occurred and when I removed the attached project from the group it didn't happen. 

It also happens when the attached project is open alone by itself when NetBeans starts.

I created a new simple project with a JFrame, initialized Hg on it and made one commit and it doesn't happen, so I attached the project.
Comment 3 Ondrej Vrabec 2013-09-02 07:19:40 UTC
happens when netigso shuts down before git finishes, no big deal

*** This bug has been marked as a duplicate of bug 221614 ***
Comment 4 MackSix 2013-09-02 07:45:10 UTC
(In reply to Ondrej Vrabec from comment #3)
> happens when netigso shuts down before git finishes, no big deal
> 
> *** This bug has been marked as a duplicate of bug 221614 ***

Oh I see, it was a Git project. I forgot I had a Git test project, that is why a Hg project wasn't doing it. :)