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 8986 - java.util.MissingResourceException when attempting to load a new CVS file system from a network repository
Summary: java.util.MissingResourceException when attempting to load a new CVS file sys...
Status: CLOSED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: -FFJ-
Hardware: PC Other
: P4 normal (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on: 9032
Blocks:
  Show dependency tree
 
Reported: 2000-12-22 19:21 UTC by whughes
Modified: 2003-07-02 17:20 UTC (History)
0 users

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 whughes 2000-12-22 19:21:34 UTC
When loading a new CVS from a network repository in a Windows 2000 network, we
have reproduced the following error on at least two machines:

java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key NewCvsCustomizer.repositoryNonExistent

We are running forte4j build release 2.0, build 1160, and did not have this
problem in the previous build 849.  We are not running tomcat or any other
servlet engine, however on one machine it USED to be there, but was removed
prior to installing forte4j build 1160 (including all system variables).

This error is reproducable.  Simply attempt to add a new CVS with a local
working directory (i.e. "c:\Local\codebase" ) and a remote repository directory
(i.e. "//f/codebase" ).  It will not load the remote repository.

To get around the bug, we loaded our repository as if it were a local directory,
and it will complete the filesystem addition process. When it is done, forte
build 1160 has added a feature to change your CVS settings.  If you change the
settings after you load the filesystem, you won't get the error and can checkout
new files in a functioning CVS filesystem.

The rest of this message is a copy and paste of what will fit in this textbox
from my ide.log file.  Thanks.

-------------------------------------------------------------------------------
>Log Session: Wednesday, December 20, 2000 2:55:08 PM PST
>System Info:
  Product Version          = Forte(tm) for Java(tm), release 2.0, Community
Edition (Build 1160)
  IDE Versioning           = IDE/1 spec=1.1.0.1 impl=Build 1160
  Operating System         = Windows 2000 Version 5.0 Running on x86
  Java Version             = 1.3.0
  Java VM Version          = Java HotSpot(TM) Client VM 1.3.0-C
  Java Vendor              = Sun Microsystems Inc.
  Java Vendor URL          = http://java.sun.com/
  Java Home                = C:\jdk1.3\jre
  Java Class Version       = 47.0
  System Locale            = en_US
  JIT                      = unknown or not used
  Home Dir                 = C:\Documents and Settings\Wilson Hughes
  Current Directory        = c:\forte4j
  Forte for Java Home      = C:\forte4j
  Forte for Java User Home = C:\forte4j
  System Directory         = C:\forte4j\system
  CLASSPATH                =
C:\forte4j\lib\patches\openide-compat.jar;C:\forte4j\lib\developer.jar;C:\forte4
j\lib\openide.jar;C:\forte4j\lib\updater.jar;C:\forte4j\lib\ext\AbsoluteLayout.j
ar;C:\forte4j\lib\ext\icebrowserlitebean.jar;C:\forte4j\lib\ext\javac.jar;C:\for
te4j\lib\ext\jaxp.jar;C:\forte4j\lib\ext\jh.jar;C:\forte4j\lib\ext\parser.jar;C:
\forte4j\lib\ext\regexp.jar;C:\forte4j\lib\ext\servlet.jar;C:\jdk1.3\lib\dt.jar;
C:\jdk1.3\lib\tools.jar
-------------------------------------------------------------------------------
[INFO] Loaded modules: org.netbeans.modules.clazz/1 (1.2.1/1160);
org.netbeans.modules.html/1 (1.2.1/1160); org.netbeans.modules.httpserver/1
(1.2.1/1160); org.netbeans.modules.icebrowser/1 (1.2.1/1160);
org.netbeans.modules.image/1 (1.2.1/1160); org.netbeans.modules.properties/1
(1.2.1/1160); org.netbeans.modules.text/1 (1.2.1/1160);
org.netbeans.modules.usersguide/1 (1.2.1/1160); org.openidex.util/1
(1.2.1/1160); org.netbeans.modules.autoupdate/1 (1.3.1/1160);
org.netbeans.modules.debugger.core/1 (1.1.5/1160); org.netbeans.modules.applet/1
(1.2.1/1160); org.netbeans.modules.debugger.debug/1 (1.4.1/1160);
org.netbeans.modules.debugger.jpda/1 (1.4.1/1160); org.netbeans.modules.editor/1
(1.4.1/1160); org.netbeans.modules.jarpackager/1 (1.2.1/1160);
org.netbeans.modules.java/1 (1.2.1/1160); org.netbeans.modules.beans/1
(1.2.1/1160); org.netbeans.modules.form/1 (1.2.1/1160);
org.netbeans.modules.i18n/1 (1.2.1/1160); org.netbeans.modules.javadoc/1
(1.2.1/1160); org.netbeans.modules.objectbrowser/1 (1.2.1/1160);
org.netbeans.modules.projects/1 (1.2.1/1160); org.netbeans.modules.utilities/1
(1.2.1/1160); org.netbeans.modules.vcs.cmdline/1 (1.3.1/1160);
org.netbeans.modules.web.core/1 (1.1.3/1160)
path="" :jsp: init
*********** Exception occurred ************
Wed Dec 20 14:58:13 PST 2000java.util.MissingResourceException: Can't find
resource for bundle java.util.PropertyResourceBundle, key
NewCvsCustomizer.repositoryNonExistent
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key NewCvsCustomizer.repositoryNonExistent
	at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
	at java.util.ResourceBundle.getString(ResourceBundle.java:354)
	at
org.netbeans.modules.vcs.cmdline.Cust2ServerPanel$5.run(Cust2ServerPanel.java:31
3)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
	at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.Dialog.show(Dialog.java:370)
	at org.netbeans.core.NbPresenter.show(NbPresenter.java:449)
	at org.netbeans.core.ModuleFSSection.create(ModuleFSSection.java:88)
	at
org.netbeans.core.actions.MountAction$Model.performActionAt(MountAction.java:116
)
	at
org.openide.awt.Actions$SubMenuBridge$ISubActionListener.actionPerformed(Actions
.java:503)
	at org.openide.awt.Actions$SubMenu.doClick(Actions.java:773)
	at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenu
ItemUI.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)
*********** Exception occurred ************
Wed Dec 20 14:59:47 PST 2000java.util.MissingResourceException: Can't find
resource for bundle java.util.PropertyResourceBundle, key
NewCvsCustomizer.repositoryNonExistent
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key NewCvsCustomizer.repositoryNonExistent
	at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
	at java.util.ResourceBundle.getString(ResourceBundle.java:354)
	at
org.netbeans.modules.vcs.cmdline.Cust2ServerPanel$5.run(Cust2ServerPanel.java:31
3)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
	at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.Dialog.show(Dialog.java:370)
	at org.netbeans.core.NbPresenter.show(NbPresenter.java:449)
	at org.netbeans.core.ModuleFSSection.create(ModuleFSSection.java:88)
	at
org.netbeans.core.actions.MountAction$Model.performActionAt(MountAction.java:116
)
	at
org.openide.awt.Actions$SubMenuBridge$ISubActionListener.actionPerformed(Actions
.java:503)
	at org.openide.awt.Actions$SubMenu.doClick(Actions.java:773)
	at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenu
ItemUI.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)
*********** Exception occurred ************
Wed Dec 20 15:01:03 PST 2000java.util.MissingResourceException: Can't find
resource for bundle java.util.PropertyResourceBundle, key
NewCvsCustomizer.repositoryNonExistent
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key NewCvsCustomizer.repositoryNonExistent
	at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
	at java.util.ResourceBundle.getString(ResourceBundle.java:354)
	at
org.netbeans.modules.vcs.cmdline.Cust2ServerPanel$5.run(Cust2ServerPanel.java:31
3)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
	at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.Dialog.show(Dialog.java:370)
	at org.netbeans.core.NbPresenter.show(NbPresenter.java:449)
	at org.netbeans.core.ModuleFSSection.create(ModuleFSSection.java:88)
	at
org.netbeans.core.actions.MountAction$Model.performActionAt(MountAction.java:116
)
	at
org.openide.awt.Actions$SubMenuBridge$ISubActionListener.actionPerformed(Actions
.java:503)
	at org.openide.awt.Actions$SubMenu.doClick(Actions.java:773)
	at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenu
ItemUI.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)
*********** Exception occurred ************
Wed Dec 20 15:08:28 PST 2000java.util.MissingResourceException: Can't find
resource for bundle java.util.PropertyResourceBundle, key
NewCvsCustomizer.repositoryNonExistent
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key NewCvsCustomizer.repositoryNonExistent
	at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
	at java.util.ResourceBundle.getString(ResourceBundle.java:354)
	at
org.netbeans.modules.vcs.cmdline.Cust2ServerPanel$5.run(Cust2ServerPanel.java:31
3)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
	at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.Dialog.show(Dialog.java:370)
	at org.netbeans.core.NbPresenter.show(NbPresenter.java:449)
	at org.netbeans.core.ModuleFSSection.create(ModuleFSSection.java:88)
	at
org.netbeans.core.actions.MountAction$Model.performActionAt(MountAction.java:116
)
	at
org.openide.awt.Actions$SubMenuBridge$ISubActionListener.actionPerformed(Actions
.java:503)
	at org.openide.awt.Actions$SubMenu.doClick(Actions.java:773)
	at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenu
ItemUI.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)
*********** Exception occurred ************
Wed Dec 20 15:08:35 PST 2000java.util.MissingResourceException: Can't find
resource for bundle java.util.PropertyResourceBundle, key
NewCvsCustomizer.repositoryNonExistent
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key NewCvsCustomizer.repositoryNonExistent
	at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
	at java.util.ResourceBundle.getString(ResourceBundle.java:354)
	at
org.netbeans.modules.vcs.cmdline.Cust2ServerPanel$5.run(Cust2ServerPanel.java:31
3)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
	at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.Dialog.show(Dialog.java:370)
	at org.netbeans.core.NbPresenter.show(NbPresenter.java:449)
	at org.netbeans.core.ModuleFSSection.create(ModuleFSSection.java:88)
	at
org.netbeans.core.actions.MountAction$Model.performActionAt(MountAction.java:116
)
	at
org.openide.awt.Actions$SubMenuBridge$ISubActionListener.actionPerformed(Actions
.java:503)
	at org.openide.awt.Actions$SubMenu.doClick(Actions.java:773)
	at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenu
ItemUI.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)
*********** Exception occurred ************
Fri Dec 22 13:06:40 PST 2000java.util.MissingResourceException: Can't find
resource for bundle java.util.PropertyResourceBundle, key
NewCvsCustomizer.repositoryNonExistent
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key NewCvsCustomizer.repositoryNonExistent
	at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
	at java.util.ResourceBundle.getString(ResourceBundle.java:354)
	at
org.netbeans.modules.vcs.cmdline.Cust2ServerPanel$5.run(Cust2ServerPanel.java:31
3)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
	at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.Dialog.show(Dialog.java:370)
	at org.netbeans.core.NbPresenter.show(NbPresenter.java:449)
	at org.netbeans.core.ModuleFSSection.create(ModuleFSSection.java:88)
	at
org.netbeans.core.actions.MountAction$Model.performActionAt(MountAction.java:116
)
	at
org.openide.awt.Actions$SubMenuBridge$ISubActionListener.actionPerformed(Actions
.java:503)
	at org.openide.awt.Actions$SubMenu.doClick(Actions.java:773)
	at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenu
ItemUI.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)
*********** Exception occurred ************
Fri Dec 22 13:06:40 PST 2000java.util.MissingResourceException: Can't find
resource for bundle java.util.PropertyResourceBundle, key
NewCvsCustomizer.repositoryNonExistent
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key NewCvsCustomizer.repositoryNonExistent
	at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
	at java.util.ResourceBundle.getString(ResourceBundle.java:354)
	at
org.netbeans.modules.vcs.cmdline.Cust2ServerPanel$5.run(Cust2ServerPanel.java:31
3)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
	at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.Dialog.show(Dialog.java:370)
	at org.netbeans.core.NbPresenter.show(NbPresenter.java:449)
	at org.netbeans.core.ModuleFSSection.create(ModuleFSSection.java:88)
	at
org.netbeans.core.actions.MountAction$Model.performActionAt(MountAction.java:116
)
	at
org.openide.awt.Actions$SubMenuBridge$ISubActionListener.actionPerformed(Actions
.java:503)
	at org.openide.awt.Actions$SubMenu.doClick(Actions.java:773)
	at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenu
ItemUI.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)
-------------------------------------------------------------------------------
>Log Session: Friday, December 22, 2000 1:09:44 PM PST
>System Info:
  Product Version          = Forte(tm) for Java(tm), release 2.0, Community
Edition (Build 1160)
  IDE Versioning           = IDE/1 spec=1.1.0.1 impl=Build 1160
  Operating System         = Windows 2000 Version 5.0 Running on x86
  Java Version             = 1.3.0
  Java VM Version          = Java HotSpot(TM) Client VM 1.3.0-C
  Java Vendor              = Sun Microsystems Inc.
  Java Vendor URL          = http://java.sun.com/
  Java Home                = C:\jdk1.3\jre
  Java Class Version       = 47.0
  System Locale            = en_US
  JIT                      = unknown or not used
  Home Dir                 = C:\Documents and Settings\Wilson Hughes
  Current Directory        = c:\forte4j
  Forte for Java Home      = C:\forte4j
  Forte for Java User Home = C:\forte4j
  System Directory         = C:\forte4j\system
  CLASSPATH                =
C:\forte4j\lib\patches\openide-compat.jar;C:\forte4j\lib\developer.jar;C:\forte4
j\lib\openide.jar;C:\forte4j\lib\updater.jar;C:\forte4j\lib\ext\AbsoluteLayout.j
ar;C:\forte4j\lib\ext\icebrowserlitebean.jar;C:\forte4j\lib\ext\javac.jar;C:\for
te4j\lib\ext\jaxp.jar;C:\forte4j\lib\ext\jh.jar;C:\forte4j\lib\ext\parser.jar;C:
\forte4j\lib\ext\regexp.jar;C:\forte4j\lib\ext\servlet.jar;C:\jdk1.3\lib\dt.jar;
C:\jdk1.3\lib\tools.jar
-------------------------------------------------------------------------------
[INFO] Loaded modules: org.netbeans.modules.clazz/1 (1.2.1/1160);
org.netbeans.modules.html/1 (1.2.1/1160); org.netbeans.modules.httpserver/1
(1.2.1/1160); org.netbeans.modules.icebrowser/1 (1.2.1/1160);
org.netbeans.modules.image/1 (1.2.1/1160); org.netbeans.modules.properties/1
(1.2.1/1160); org.netbeans.modules.text/1 (1.2.1/1160);
org.netbeans.modules.usersguide/1 (1.2.1/1160); org.openidex.util/1
(1.2.1/1160); org.netbeans.modules.autoupdate/1 (1.3.1/1160);
org.netbeans.modules.debugger.core/1 (1.1.5/1160); org.netbeans.modules.applet/1
(1.2.1/1160); org.netbeans.modules.debugger.debug/1 (1.4.1/1160);
org.netbeans.modules.debugger.jpda/1 (1.4.1/1160); org.netbeans.modules.editor/1
(1.4.1/1160); org.netbeans.modules.jarpackager/1 (1.2.1/1160);
org.netbeans.modules.java/1 (1.2.1/1160); org.netbeans.modules.beans/1
(1.2.1/1160); org.netbeans.modules.form/1 (1.2.1/1160);
org.netbeans.modules.i18n/1 (1.2.1/1160); org.netbeans.modules.javadoc/1
(1.2.1/1160); org.netbeans.modules.objectbrowser/1 (1.2.1/1160);
org.netbeans.modules.projects/1 (1.2.1/1160); org.netbeans.modules.utilities/1
(1.2.1/1160); org.netbeans.modules.vcs.cmdline/1 (1.3.1/1160);
org.netbeans.modules.web.core/1 (1.1.3/1160)
path="" :jsp: init
-------------------------------------------------------------------------------
>Log Session: Friday, December 22, 2000 1:46:27 PM PST
>System Info:
  Product Version          = Forte(tm) for Java(tm), release 2.0, Community
Edition (Build 1160)
  IDE Versioning           = IDE/1 spec=1.1.0.1 impl=Build 1160
  Operating System         = Windows 2000 Version 5.0 Running on x86
  Java Version             = 1.3.0
  Java VM Version          = Java HotSpot(TM) Client VM 1.3.0-C
  Java Vendor              = Sun Microsystems Inc.
  Java Vendor URL          = http://java.sun.com/
  Java Home                = C:\jdk1.3\jre
  Java Class Version       = 47.0
  System Locale            = en_US
  JIT                      = unknown or not used
  Home Dir                 = C:\Documents and Settings\Wilson Hughes
  Current Directory        = c:\forte4j
  Forte for Java Home      = C:\forte4j
  Forte for Java User Home = C:\forte4j
  System Directory         = C:\forte4j\system
  CLASSPATH                =
C:\forte4j\lib\patches\openide-compat.jar;C:\forte4j\lib\developer.jar;C:\forte4
j\lib\openide.jar;C:\forte4j\lib\updater.jar;C:\forte4j\lib\ext\AbsoluteLayout.j
ar;C:\forte4j\lib\ext\icebrowserlitebean.jar;C:\forte4j\lib\ext\javac.jar;C:\for
te4j\lib\ext\jaxp.jar;C:\forte4j\lib\ext\jh.jar;C:\forte4j\lib\ext\parser.jar;C:
\forte4j\lib\ext\regexp.jar;C:\forte4j\lib\ext\servlet.jar;C:\jdk1.3\lib\dt.jar;
C:\jdk1.3\lib\tools.jar
-------------------------------------------------------------------------------
[INFO] Loaded modules: org.netbeans.modules.clazz/1 (1.2.1/1160);
org.netbeans.modules.html/1 (1.2.1/1160); org.netbeans.modules.httpserver/1
(1.2.1/1160); org.netbeans.modules.icebrowser/1 (1.2.1/1160);
org.netbeans.modules.image/1 (1.2.1/1160); org.netbeans.modules.properties/1
(1.2.1/1160); org.netbeans.modules.text/1 (1.2.1/1160);
org.netbeans.modules.usersguide/1 (1.2.1/1160); org.openidex.util/1
(1.2.1/1160); org.netbeans.modules.autoupdate/1 (1.3.1/1160);
org.netbeans.modules.debugger.core/1 (1.1.5/1160); org.netbeans.modules.applet/1
(1.2.1/1160); org.netbeans.modules.debugger.debug/1 (1.4.1/1160);
org.netbeans.modules.debugger.jpda/1 (1.4.1/1160); org.netbeans.modules.editor/1
(1.4.1/1160); org.netbeans.modules.jarpackager/1 (1.2.1/1160);
org.netbeans.modules.java/1 (1.2.1/1160); org.netbeans.modules.beans/1
(1.2.1/1160); org.netbeans.modules.form/1 (1.2.1/1160);
org.netbeans.modules.i18n/1 (1.2.1/1160); org.netbeans.modules.javadoc/1
(1.2.1/1160); org.netbeans.modules.objectbrowser/1 (1.2.1/1160);
org.netbeans.modules.projects/1 (1.2.1/1160); org.netbeans.modules.utilities/1
(1.2.1/1160); org.netbeans.modules.vcs.cmdline/1 (1.3.1/1160);
org.netbeans.modules.web.core/1 (1.1.3/1160)
path="" :jsp: init
*********** Exception occurred ************
Fri Dec 22 13:54:32 PST 2000java.util.MissingResourceException: Can't find
resource for bundle java.util.PropertyResourceBundle, key
NewCvsCustomizer.repositoryNonExistent
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key NewCvsCustomizer.repositoryNonExistent
	at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
	at java.util.ResourceBundle.getString(ResourceBundle.java:354)
	at
org.netbeans.modules.vcs.cmdline.Cust2ServerPanel$5.run(Cust2ServerPanel.java:31
3)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
	at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.Dialog.show(Dialog.java:370)
	at org.netbeans.core.NbPresenter.show(NbPresenter.java:449)
	at org.netbeans.core.ModuleFSSection.create(ModuleFSSection.java:88)
	at
org.netbeans.core.actions.MountAction$Model.performActionAt(MountAction.java:116
)
	at
org.openide.awt.Actions$SubMenuBridge$ISubActionListener.actionPerformed(Actions
.java:503)
	at org.openide.awt.Actions$SubMenu.doClick(Actions.java:773)
	at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenu
ItemUI.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)
*********** Exception occurred ************
Fri Dec 22 13:54:34 PST 2000java.util.MissingResourceException: Can't find
resource for bundle java.util.PropertyResourceBundle, key
NewCvsCustomizer.repositoryNonExistent
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key NewCvsCustomizer.repositoryNonExistent
	at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
	at java.util.ResourceBundle.getString(ResourceBundle.java:354)
	at
org.netbeans.modules.vcs.cmdline.Cust2ServerPanel$5.run(Cust2ServerPanel.java:31
3)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
	at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.Dialog.show(Dialog.java:370)
	at org.netbeans.core.NbPresenter.show(NbPresenter.java:449)
	at org.netbean
Comment 1 Martin Entlicher 2001-01-03 19:20:59 UTC
This is fixed in the 3.1 and Dev builds.
This bug means, that only a resource for a warning dialog is missing, but no
functionality should be broken. If you enter a remote repository, make sure to
select a remote connection method *prior* to changing the textfield.
If you have selected local connection method and enter a remote repository, this
bug will arise (in 3.1 and dev builds a warning dialog will popup).
Comment 2 whughes 2001-01-04 18:51:59 UTC
This bug was posted as resolved, however it is not resolved.  As I now
understand the nature of the bug, I have more information to give which might
explain why this bug still occurs and is unresolved:

This bug may not occur when you select a 'local connection' type as the source
of the repository when the CVS server is actually the machine from which you run
Forte, but when "local" server is actually a REMOTE machine, this bug will still
arise.  Detail follows.

We use a windows 2000 workstation as the server for our cvs.  We simply copied
the cvs files to a shared directory(making it the repository), and then anyone
who needs access to the cvs maps the shared directory as a network drive.
When you attempt to mount this mapped drive as a new LOCAL cvs in Forte (with
repository directory of 'f:\codebase', for instance), you get an error like
this:
"cvs [checkout aborted]: CVSROOT f:\codebase must be an absolute pathname
GET_MODULE_NAME: Command failed."

HOWEVER, if you change the repository directory to '//f/codebase', you get the
MissingResourceException.

Again, to get around the bug, we loaded our repository as if it were a local
directory, and it will complete the filesystem addition process. When it is
done, forte build 1160 has added a feature to change your CVS settings.  If you
change the settings after you load the filesystem, you won't get the error and
can checkout new files in a functioning CVS filesystem.

We do not consider our remote machine a remote repository, but treat it as
local.
Comment 3 Jiri Kovalsky 2001-01-08 15:06:59 UTC
I installed CVS server on my W2K machine and tested all above mentioned
behaviour and I can say following:
1. MissingResourceException is bug that is already fixed in 3.1 and Dev builds
   but of course it remains in Forte CE 2.0. I can send you simple patch that
   avoids this exception to be thrown. Let me know if you want.
2. But once you mount CVS filesystem as 'local' with already non-empty working
   directory and change the settings to 'pserver' you are not running your CVS
   client with pserver although login succeeded (!) but still as local. This can
   be verified by stopping CVS server and trying the same procedure (login) that
   will succeed as well.
3. Frankly speaking it seems like Customizer doesn't update all settings
   properly that produces '... must be an absolute pathname' error message.
4. In addition there might be another bug. If remote repository is entered in
   format like 'C:\Repository' it is parsed only as 'C' because of ':' sign
   understood as devider. In such a case it gives message like 'Unknown host C.'
Comment 4 Jiri Kovalsky 2001-01-08 16:50:59 UTC
I have created new bug for all above mentioned issues concerning CVS Customizer.
For more details see bug #9032.
Comment 5 Martin Entlicher 2001-01-10 12:43:59 UTC
Marked is fixed, since the java.util.MissingResourceException does not occure in
Dev and 3.1 builds.
For customizer problems please refer to bug #9032
Comment 6 dmladek 2001-02-04 15:46:59 UTC
I've considered that this bug was entered previously as bug #8724.
Comment 7 Quality Engineering 2003-07-02 17:20:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.