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 171347 - NullPointerException at org.netbeans.modules.subversion.ui.wizards.checkoutstep.CheckoutStep.setup
Summary: NullPointerException at org.netbeans.modules.subversion.ui.wizards.checkoutst...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-02 18:17 UTC by rcsilva83
Modified: 2009-09-07 17:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 157763


Attachments
stacktrace (4.55 KB, text/plain)
2009-09-02 18:17 UTC, rcsilva83
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rcsilva83 2009-09-02 18:17:24 UTC
This issue was originally marked as duplicate of issue 161514, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Estava fazendo um Checkout

GUEST: was trying to attack to xp-dev.com s svn server with my program on

GUEST: I was trying to checkout a Subversion repository.

GUEST: Trying to checkout sources from our subversion instance

GUEST: I was trying to check out a project of mine using the brand new subversion 1.6.0!
Netbeans was running on javahl
always throwing that nullpointer exception

GUEST: checkout a project. Subversion version is 1.6.0 (r36650)

mskummerer: Check out from subversion

GUEST: tryed to checkout via subversion

rcsilva83: Checking a project out from SVN.

GUEST: Checkout SVN repository.
SVN local version: 1.6
Local OS: Archlinux

GUEST: I was trying to check out a subversion repository.

GUEST: SVN checkout after SVN client upgrade to 1.6.0

GUEST: reported subversion error 10 mins ago.
comment on issue said to downgrade to svn 1.5.x
-
result.

GUEST: Versioning->Subversion->Checkout
Configure the url to svn server, user and passwd
Click to 'Next' and throw the exception

GUEST: netbeans wont checkout my project, but subversion works fine from the commandline

GUEST: Attempting to check out a project from a repository I was using prior to upgrading :(

GUEST: svn checkout

GUEST: trying to checkout from a remote Subversion server

GUEST: Checkout a proyect at SNV Repository

GUEST: Trying to check out from svn repository.

GUEST: Estaba Extrallendo un proyecto de un repositorio ubicado en la direccion http://svn.xp-dev.com/svn/cegarciaa-p1ungames/

GUEST: SVN checkout fails.
hth
-- felix

(
INFO [org.netbeans.modules.subversion.client.SvnClientFactory]: running on javahl
SCHWERWIEGEND [org.openide.util.RequestProcessor]
java.lang.NoSuchMethodError: <init>
        at org.tigris.subversion.javahl.SVNClient.info2(Native Method)
        at org.tigris.subversion.javahl.SVNClient.info2(SVNClient.java:1346)
        at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getInfo(AbstractJhlClientAdapter.java:1805)
        at org.tigris.subversion.svnclientadapter.AbstractClientAdapter.getInfo(AbstractClientAdapter.java:229)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
)

GUEST: Trying to connect to a svn server



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.subversion.ui.wizards.checkoutstep.CheckoutStep.setup(CheckoutStep.java:122)
        at org.netbeans.modules.subversion.ui.wizards.CheckoutWizard$PanelsIterator.nextPanel(CheckoutWizard.java:176)
        at org.openide.WizardDescriptor$Listener$1.run(WizardDescriptor.java:2001)
        at org.openide.WizardDescriptor$7$1.run(WizardDescriptor.java:1419)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
Comment 1 rcsilva83 2009-09-02 18:17:30 UTC
Created attachment 86995 [details]
stacktrace
Comment 2 Ondrej Vrabec 2009-09-02 19:08:06 UTC
NPE caused by another exception thrown while getting repository info, fixing the NPE in cdev #639997254659

It seems our parser does not understand the output of 'svn info' on requested repository...
rcsilva83: can you paste here the output of svn info command? Run 'svn info PATH_TO_REQUESTED_REPOSITORY'
Thanks
Comment 3 Quality Engineering 2009-09-07 17:05:10 UTC
Integrated into 'main-golden', will be available in build *200909071104* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/639997254659
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #171347 - NPE at o.n.m.subversion.ui.wizards.checkoutstep.CheckoutStep.setup