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 14362 - IllegalArgumentException when mounting CVS
Summary: IllegalArgumentException when mounting CVS
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-10 20:52 UTC by Ravi Pandya
Modified: 2001-10-17 17:15 UTC (History)
1 user (show)

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 Ravi Pandya 2001-08-10 20:52:28 UTC
Cannot mount a CVS file system either from Filesystems explorer or from main 
menu (Versioning > Mount CVS...) produces the following stack trace:

Fri Aug 10 09:41:53 PDT 2001: java.lang.IllegalArgumentException: null
java.lang.IllegalArgumentException
	at 
org.netbeans.modules.vcscore.wizard.mountcvs.util.CvsHelper.parseCvsRoot
(CvsHelper.java:191)
	at org.netbeans.modules.vcscore.wizard.mountcvs.util.CvsHelper.<init>
(CvsHelper.java:56)
	at 
org.netbeans.modules.vcscore.wizard.mountcvs.CvsWizardData.initCvsHelper
(CvsWizardData.java:283)
	at 
org.netbeans.modules.vcscore.wizard.mountcvs.CvsWizardData.getMethodType
(CvsWizardData.java:193)
	at 
org.netbeans.modules.vcscore.wizard.mountcvs.MountCvsWizard.getStrings
(MountCvsWizard.java:213)
	at org.netbeans.modules.vcscore.wizard.mountcvs.MountCvsWizard.getNames
(MountCvsWizard.java:162)
	at org.netbeans.modules.vcscore.wizard.mountcvs.CvsWizardData.<init>
(CvsWizardData.java:86)
	at java.lang.Class.newInstance0(Native Method)
	at java.lang.Class.newInstance(Class.java:237)
	at org.openide.nodes.BeanNode.getCustomizer(BeanNode.java:300)
	at org.netbeans.core.ModuleFSSection.create(ModuleFSSection.java:82)
[catch] at org.netbeans.core.actions.MountAction$1.actionPerformed
(MountAction.java:83)
	at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1450)
	at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed
(AbstractButton.java:1504)
	at javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:378)
	at javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:250)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:279)
	at 
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased
(BasicMenuItemUI.java:886)
	at java.awt.Component.processMouseEvent(Component.java:3717)
	at java.awt.Component.processEvent(Component.java:3546)
	at java.awt.Container.processEvent(Container.java:1164)
	at java.awt.Component.dispatchEventImpl(Component.java:2595)
	at java.awt.Container.dispatchEventImpl(Container.java:1213)
	at java.awt.Component.dispatchEvent(Component.java:2499)
	at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:2451)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
	at java.awt.Container.dispatchEventImpl(Container.java:1200)
	at java.awt.Window.dispatchEventImpl(Window.java:912)
	at java.awt.Component.dispatchEvent(Component.java:2499)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:319)
	at java.awt.EventDispatchThread.pumpOneEvent
(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 Martin Entlicher 2001-08-13 09:28:54 UTC
This is already fixed in dev builds. Can you please attach your
CVSROOT environment variable, so that out testers can verify the fix?
Thanks.

---------------------------------------
IT IS FIXED IN DEV [NBdev-200107020100]
BUG ALSO APPEARS IN VERSION : FFJ30
Comment 2 Ravi Pandya 2001-08-13 16:48:42 UTC
Here it is. Thanks!

[vishnu] ~ $ echo $CVSROOT
:server:cvs.covalent.to:/home/cvs
Comment 3 Jiri Kovalsky 2001-10-17 17:15:12 UTC
No similar exceptions are thrown now but there is one more issue that 
it is not possible to use "Server" connection method in CVS mounting 
wizard without specification of "User Name". For more details have a 
look at issue #16655.
Verified in development build of NetBeans 3.3 #200110170100.