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 16295 - IOException in cache: Mounting a CVS pserver directory with external connection method throws endless exceptions
Summary: IOException in cache: Mounting a CVS pserver directory with external connecti...
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 29224 29906 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-05 15:14 UTC by John Jullion-ceccarelli
Modified: 2003-07-09 09:31 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
My ide log (543.72 KB, text/plain)
2001-12-20 13:08 UTC, Andrew Sharpe
Details
my ide.log (11.91 KB, text/plain)
2003-04-07 12:29 UTC, KRM
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Jullion-ceccarelli 2001-10-05 15:14:58 UTC
I have a working directory that connects to the repository via pserver. I tried 
mounting it via external connection method and the IDE throws the following 
exception over and over, can't do anything until I unmount it.

Fri Oct 05 15:33:10 GMT+02:00 2001: java.io.IOException: The filename, 
directory name, or volume label syntax is incorrect
java.io.IOException: The filename, directory name, or volume label syntax is 
incorrect
        at java.io.Win32FileSystem.createFileExclusively(Native Method)
        at java.io.File.createNewFile(File.java:690)
        at org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDisk
(VcsCacheDir.java:326)
        at org.netbeans.modules.vcscore.caching.VcsCache.readDirFinished
(VcsCache.java:575)
        at org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReader.run
(CommandLineVcsDirReader.java:494)
[catch] at java.lang.Thread.run(Thread.java:484)
Comment 1 Martin Entlicher 2001-10-23 12:58:38 UTC
This has happend to me also on Solaris, therefore it's not dependent
on Windows only. However it's still not clear to me what's bad. Do you
(or anybody else) have some reproducible steps?

Comment 2 Martin Entlicher 2001-11-02 12:01:39 UTC
Summary changed a little to better describe the problem.
Since I'm not able to reproduce it, a debug message will be printed
with this exception in builds from Nov 5 and next ones. If you'll get
it, please attach it here.
If you get some reproduction steps, add them here too.

Lowering priority to P4, since it does not hurt anything.
Comment 3 Martin Entlicher 2001-11-02 12:03:12 UTC
Also moving to vcscore, since the problem is there.
Comment 4 Martin Entlicher 2001-11-21 15:38:54 UTC
Changing the priority to better reflect the impact.
Comment 5 Martin Entlicher 2001-11-22 19:03:04 UTC
Hopefully fixed in build Nov 23.
Comment 6 Jiri Kovalsky 2001-11-23 16:09:33 UTC
I think this is already fixed. I received same exceptions when chang-
ing relative mount point in customizer together with strange directo-
ries created on some other place. I don't see this behaviour in today'
s build so I assume it got fixed. Do you agree with me John ?
Verified in development build of NetBeans 3.3 #200111230645.
Comment 7 kovica 2001-12-20 09:19:33 UTC
I know this should be closed, but I got this in NetBeans dev from 20th
December
Thu Dec 20 10:11:27 GMT+01:00 2001: java.io.IOException: Filename too long
Annotation: Exception when trying to create a new file
'd:\projects\system\vcs\cache\70747\DbToMqe\com\emg\admin\swiftmq\control\Console.java;
d:\cvs\repository\DbToMqe\com\emg\admin\swiftmq\control\Console.java,v
 <--  Console.java new revision: 1.2; previous revision: 1.1 done
Checking in com\emg\admin\swiftmq\control\vcs.cache', file exists =
false, parent exists = false
If this happens to you, please attach this comment and exception stack
to issue #16295.
java.io.IOException: Filename too long
	at java.io.Win32FileSystem.createFileExclusively(Native Method)
	at java.io.File.createNewFile(File.java:697)
[catch] at
org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDisk(VcsCacheDir.java:330)
	at
org.netbeans.modules.vcscore.caching.VcsCache.readFileFinished(VcsCache.java:575)
	at
org.netbeans.modules.vcscore.cmdline.ExecuteCommand.flushRefreshInfo(ExecuteCommand.java:894)
	at
org.netbeans.modules.vcscore.cmdline.ExecuteCommand.commandFinished(ExecuteCommand.java:216)
	at
org.netbeans.modules.vcscore.cmdline.ExecuteCommand.runCommand(ExecuteCommand.java:457)
	at
org.netbeans.modules.vcscore.cmdline.ExecuteCommand.run(ExecuteCommand.java:649)
	at
org.netbeans.modules.vcscore.commands.CommandsPool$4.run(CommandsPool.java:471)
	at
org.netbeans.modules.vcscore.commands.CommandsThreadsPool.run(CommandsThreadsPool.java:68)
	at java.lang.Thread.run(Thread.java:498)
Comment 8 Andrew Sharpe 2001-12-20 13:08:16 UTC
Created attachment 3903 [details]
My ide log
Comment 9 Martin Entlicher 2002-01-02 16:28:00 UTC
Well, there is still some problem, thanks for reopening.
Starting to explore the problem...
Comment 10 Martin Entlicher 2002-01-03 14:38:57 UTC
Well, resolving as fixed again, because in my opinion it's fixed and I
was not able to reproduce the problem.

The bug is probably caused by a bad parsing of output of COMMIT_CMD
command, because it's output has appeared as a part of the filename.

Please try to unmount and mount again your CVS filesystems. This will
refresh all commands and their properties with the default values.

In case the problem still persists, please reopen this issue and
attach the output (from all tabs) of the command after which the
exception was thrown (this will probably be the last command in the
Runtime tab under VCS Commands -> <your CVS filesystem> node.
Thanks.
Comment 11 Jiri Kovalsky 2002-01-03 15:34:33 UTC
What do you think Gregor and Andrew ? Does it work for you now ? If
not, would you be so kind and attach the outputs of affected commands
as Martin requested if bug occurs ? Thank you both. Meanwhile
verifying ...
Comment 12 Jan Zajicek 2002-01-03 15:43:50 UTC
Comments from Andrew:

Well I'm not sure.  I can't remember how I produced it.  The error
message asked me to attach my log file to issue 16295...so I did.  If
you fine folks can't reproduce then I suppose you can assume it is
fixed.  Of course I'll re-open if I get the same error in the next
version.
Comment 13 esmithbss 2002-03-08 20:13:44 UTC
Under Netbeans 3.3.1 on ASPLinux 7.2 (RH 7.2 compat)

Generated this exception during expansion and contraction of node 
under CVS mount.

CVS mounted on SMBMount to remote Windows Box.  Appears as a local 
repository.

Logged in as general user.  Executed under user login (not root).  
When netbeans spawned from root shell no problems exist.

ERROR MESSAGE :

Fri Mar 08 14:00:27 CST 2002: java.io.IOException: Permission denied
Annotation: Exception when trying to create a new file 
'/development/espm/src/java/com/infostructuresys/espm/gui/CVS/netbeans.cmd.cache', 
file exists = false, parent exists = true
If this happens to you, please attach this comment and exception 
stack to issue #16295.
java.io.IOException: Permission denied
        at java.io.UnixFileSystem.createFileExclusively(Native 
Method)
        at java.io.File.createNewFile(File.java:693)
        at 
org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDisk(VcsCacheDir.java:330)
        at 
org.netbeans.modules.vcscore.caching.VcsCache.readDirFinished(VcsCache.java:609)
        at 
org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReader.run(CommandLineVcsDirReader.java:494)
        at 
org.netbeans.modules.vcscore.commands.CommandsPool$4.run(CommandsPool.java:471)
        at 
org.netbeans.modules.vcscore.commands.CommandsThreadsPool.run(CommandsThreadsPool.java:68)
[catch] at java.lang.Thread.run(Thread.java:484)

Comment 14 dsn 2002-10-14 18:08:35 UTC
App threw the following, while opening an existing project 
(which never happened previously when opening the same 
project).  I'm using NetBeans IDE 3.4, with the versioning 
string of "IDE/1 spec=2.23.1 impl=200208222340", under NT 
4.0, using the Java HotSpot Client VM 1.3.0-C.  I cannot 
attach my ide.log, because Windows says it's in use by 
another application (even though NetBeans has been shut 
down, and no related processes that I can identify are 
still running/active).

Annotation: Exception when trying to create a new 
file 'C:\WINNT40\Profiles\dougn\.netbeans\3.4
\system\vcs\cache\70246\net\magnum\util\vcs.cache', file 
exists = false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: The system cannot find the path 
specified
        at java.io.Win32FileSystem.createFileExclusively
(Native Method)
        at java.io.File.createNewFile(File.java:690)
        at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersist
entData.doWriteToDisk(VcsCacheFile.java:283)
        at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersist
entData.doWriteToDisk(VcsCacheFile.java:258)
        at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData.
writeToDisk(CacheFile.java:220)
        at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
        at org.openide.util.Task.run(Task.java:136)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)

...followed by :

java.io.FileNotFoundException: C:\WINNT40
\Profiles\dougn\.netbeans\3.4\system\vcs\cache\70246
\net\magnum\util\vcs.cache (The system cannot find the path 
specified)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>
(FileOutputStream.java:102)
        at java.io.FileOutputStream.<init>
(FileOutputStream.java:62)
        at java.io.FileOutputStream.<init>
(FileOutputStream.java:132)
        at java.io.FileWriter.<init>(FileWriter.java:63)
        at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersist
entData.doWriteToDisk(VcsCacheFile.java:291)
        at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersist
entData.doWriteToDisk(VcsCacheFile.java:258)
        at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData.
writeToDisk(CacheFile.java:220)
        at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
        at org.openide.util.Task.run(Task.java:136)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
Comment 15 dsn 2002-12-04 13:25:12 UTC
The issue, while continuing to occur repeatedly, appears 
to have gone away with an OS "upgrade" to WinXP.  I still 
have no idea why, and it was incredibly frustrating to 
every team member to have to drop and remount filesystems 
regularly (in fact, the non-responsiveness of anybody to 
this issue was key to our organization deciding to no 
longer use NetBeans as an approved IDE, although that 
hasn't stopped me a whit).  Marked the issue resolved, 
since from an organizational standpoint, we no longer care 
about NetBeans at all, and from a personal standpoint, the 
issue is no longer occurring with the new OS.
Comment 16 Jiri Kovalsky 2002-12-04 13:31:39 UTC
Okay, thanks. Verifying ...
Comment 17 BryonElliott 2003-01-07 12:53:59 UTC
This is unbelievably annoying.  My work is frequently 
interrupted by this exception repeatedly popping up and 
interrupting my work.  I have set top priority since this 
bug renders the IDE unusable.

-----------------------------------------------------------
--------------------
>Log Session: Monday, January 6, 2003 3:45:16 PM EST
>System Info: 
  Product Version       = NetBeans IDE 3.4
  IDE Versioning        = IDE/1 spec=2.23.1 
impl=200208222340
  Operating System      = Windows 2000 version 5.0 running 
on x86
  Java; VM; Vendor      = 1.4.1_01; Java HotSpot(TM) 
Client VM 1.4.1_01-b01; Sun Microsystems Inc.
  Java Home             = C:\Program Files\J2SDK1.4.1_01
\jre
  System Locale; Encod. = en_US; Cp1252
  Home Dir; Current Dir = C:\Documents and 
Settings\bryone; C:\Program Files\NetBeans IDE 3.4
  IDE Install; User Dir = C:\Program Files\NetBeans IDE 
3.4; C:\Documents and Settings\bryone\.netbeans\3.4
  CLASSPATH             = C:\Program Files\NetBeans IDE 3.4
\lib\patches\openide-compat.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\core-compiler.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\core-execution.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\core-ide.jar;C:\Program Files\NetBeans IDE 3.4
\lib\core-ui.jar;C:\Program Files\NetBeans IDE 3.4
\lib\core-windows.jar;C:\Program Files\NetBeans IDE 3.4
\lib\core.jar;C:\Program Files\NetBeans IDE 3.4
\lib\openide.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\locale\ddl_ja.jar;C:\Program Files\NetBeans IDE 
3.4\lib\ext\crimson.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\regexp.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\rmi-ext.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\terminalemulator.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\ext\xerces.jar;C:\Program Files\NetBeans IDE 
3.4\lib\ext\xml-apis.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\logger.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\idlcompilers.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\openorb-1.0.2.jar;C:\Program Files\NetBeans IDE 
3.4\lib\ext\ddl.jar;C:\Program Files\J2SDK1.4.1_01
\lib\dt.jar;C:\Program Files\J2SDK1.4.1_01\lib\tools.jar
  Boot & ext classpath  = "C:\Program Files\J2SDK1.4.1_01
\jre\lib\rt.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\i18n.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\sunrsasign.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\jsse.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\jce.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\charsets.jar;C:\Program Files\J2SDK1.4.1_01
\jre\classes;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\dnsns.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\ldapsec.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\localedata.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\sunjce_provider.jar"
-----------------------------------------------------------
--------------------
Warning: the extension C:\Program Files\NetBeans IDE 3.4
\modules\ext\jemmy.jar may be multiply loaded by modules: 
[C:\Program Files\NetBeans IDE 3.4\modules\testtools.jar, 
C:\Program Files\NetBeans IDE 3.4\modules\jemmysupport.jar]
[org.netbeans.core.modules] WARNING: Class-Path 
value ../lib/ext/terminalemulator.jar from C:\Program 
Files\NetBeans IDE 3.4\modules\testtools.jar is illegal 
according to the Java Extension Mechanism: must be 
relative and not move up directories
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.makefile is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.makefile is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-
Description in org.netbeans.modules.makefile is deprecated.
[org.netbeans.core.modules] (Please install help using an 
XML layer instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Option in org.netbeans.modules.logger is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Option in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Option in org.netbeans.modules.remotefs is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Filesystem in org.netbeans.modules.remotefs is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.debugger.core is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.sysprops is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.j2eeserver is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in 
org.netbeans.modules.cpplite.jni.sync.SyncSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in 
org.netbeans.modules.cpplite.jni.sync.SyncSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in 
org.netbeans.modules.cpplite.jni.sync.SyncSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
Serializable class 
org.netbeans.modules.cpplite.compiler.library.LibraryCompil
erType does not declare serialVersionUID field. 
Encountered while storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.compiler.makefile.MakefileComp
ilerType does not declare serialVersionUID field. 
Encountered while storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.executor.makefile.MakefileExec
utor does not declare serialVersionUID field. Encountered 
while storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGeneratorSupport does 
not declare serialVersionUID field. Encountered while 
storing: 
[org.netbeans.modules.cpplite.jni.CompilerJNIGenerator] 
See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator does not 
declare serialVersionUID field. Encountered while storing: 
[org.netbeans.modules.cpplite.jni.CompilerJNIGenerator, 
org.netbeans.modules.cpplite.jni.JNIGeneratorSupport] See 
also http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator$HeaderFileTyp
e does not declare serialVersionUID field. Encountered 
while storing: 
[org.netbeans.modules.cpplite.jni.CompilerJNIGenerator, 
org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator$FileTypeSuppo
rt does not declare serialVersionUID field. Encountered 
while storing: 
[org.netbeans.modules.cpplite.jni.CompilerJNIGenerator, 
org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType, 
org.netbeans.modules.cpplite.jni.JNIGenerator$HeaderFileTyp
e] See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator$FileType$File
Descriptor does not declare serialVersionUID field. 
Encountered while storing: 
[org.netbeans.modules.cpplite.jni.CompilerJNIGenerator, 
org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType, 
org.netbeans.modules.cpplite.jni.JNIGenerator$HeaderFileTyp
e, 
org.netbeans.modules.cpplite.jni.JNIGenerator$FileTypeSuppo
rt] See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.sync.SynchronizeJNIFiles$F
ileType does not declare serialVersionUID field. 
Encountered while storing: 
[org.netbeans.modules.cpplite.jni.sync.NetbeansJNIGenerator
, org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.compiler.jni.JNICompilerType 
does not declare serialVersionUID field. Encountered while 
storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
You must call super.initialize() from 
org.netbeans.modules.logger.loggerSettings.initialize()
Turning on modules:
	org.netbeans.modules.text/1 [1.8.1 200208222340]
	org.netbeans.modules.properties/1 [1.8.1 
200208222340]
	org.netbeans.api.java/1 [1.0.1 200208222340]
	org.netbeans.modules.html/1 [1.9.1 200208222340]
	org.netbeans.modules.db/1 [1.6.3 20021126-0955]
	org.netbeans.libs.xalan/1 [1.1.1 2.3.1]
	org.openidex.util/2 [2.3.1 200208222340]
	org.openide/1 [2.23.1 200208222340]
	org.netbeans.modules.utilities/1 [1.8.1 
200208222340]
	org.netbeans.modules.javahelp/1 [1.0.1 
200208082340]
	org.netbeans.modules.jarpackager/2 [1.10.1 
200208222340]
	org.netbeans.core/1 [1.4.1 200208082340]
	org.netbeans.modules.makefile/1 [1.3 for-michael-
juergens-26-feb-01]
	org.netbeans.modules.jndi/1 [1.5.1 200208222340]
	org.netbeans.modules.logger/1 [1.0 22-dec-00]
	org.netbeans.modules.classfile/1 [1.6.1 
200208222340]
	org.netbeans.modules.junit/2 [2.6.0 200209161409]
	org.netbeans.modules.usersguide/1 [1.10.1 
200208222340]
	org.netbeans.modules.cpplite.CPPSupport/1 [1.7 rc-
1]
	org.netbeans.modules.servletapi/1 [1.1.1 
200208222340]
	org.netbeans.modules.remotefs/1 [1.4 20020103]
	org.netbeans.modules.filecopy/1 [1.7.1 021115]
	org.netbeans.modules.apisupport.lite/1 [0.3.1 
200208222340]
	org.netbeans.libs.jaxp/1 [1.1.1 1.1.2]
	org.netbeans.modules.debugger.core/3 [2.2.1 
200208222340]
	org.netbeans.core.windows/1 [1.0.1 200208222340]
	org.netbeans.modules.i18n/1 [1.10.1 200208222340]
	org.netbeans.modules.innertesters [0.7 release-0.7]
	org.netbeans.modules.image/1 [1.8.1 200208222340]
	org.netbeans.modules.clazz/1 [1.9.1 200208222340]
	org.netbeans.modules.servletapi23/1 [1.2.1 
200208222340]
	org.netbeans.modules.scripting/1 [1.5.1 
200208222340]
	org.netbeans.modules.jemmysupport/1 [1.2.1 
200209161600]
	org.netbeans.modules.sysprops [1.5 200112141318]
	org.netbeans.modules.editor/1 [1.9.1 200208222340]
	org.netbeans.modules.autoupdate/1 [2.2.1 
200208222340]
	org.netbeans.modules.debugger.jpda/1 [1.10.1 
200208222340]
	org.netbeans.modules.schema2beans/1 [1.3.1 
200208222340]
	org.apache.tools.ant.module/2 [2.10.3 200210221400]
	org.netbeans.modules.serialversion/1 [0.2 dev-16]
	org.netbeans.modules.j2eeserver/2 [1.4.1 
200208222340]
	org.netbeans.modules.projects/1 [1.8.1 
200208222340]
	org.netbeans.modules.java/1 [1.11.1 200208222340]
	org.netbeans.modules.diff/1 [1.4.1 200208222340]
	org.netbeans.modules.httpserver/1 [1.9.1 
200208222340]
	org.apache.tools.ant.module.docs [2.11 
200210221400]
	org.netbeans.modules.rmi/1 [1.5.1 200208222340]
	org.netbeans.modules.applet/1 [1.8.1 200208222340]
	org.netbeans.api.xml/1 [1.0.1 200208222340]
	org.netbeans.modules.cpplite.jni.sync.SyncSupport/1
 [1.1 rc-1]
	org.netbeans.modules.properties.syntax/1 [1.8.1 
200208222340]
	org.netbeans.modules.extbrowser/1 [0.4.1 
200208222340]
	org.netbeans.modules.cpplite.CPPSupport.syntax/1 
[1.1 rc-1]
	org.netbeans.modules.form/2 [1.8.1 200208222340]
	org.netbeans.core.ui/1 [1.0.1 200208222340]
	org.netbeans.modules.corba.idl.editor/1 [1.3 
${buildnumber}]
	org.netbeans.modules.testtools/1 [1.1.2 
200209161600]
	org.netbeans.modules.javadoc/1 [1.8.1 200208222340]
	org.netbeans.modules.vcscore/1 [1.6.1 200208222340]
	org.netbeans.modules.web.core/1 [1.8.2 
200208271344]
	org.netbeans.modules.beans/1 [1.8.1 200208222340]
	org.netbeans.modules.web.monitor/1 [1.6.2 
${buildnumber}]
	org.netbeans.modules.i18n.form/2 [1.9.1 
200208222340]
	org.netbeans.modules.corba/1 [1.5 ${buildnumber}]
	org.netbeans.modules.css/1 [0.6.1 200208222340]
	com.virtuas.jtagmanager.nbplugin [1.0 200211271140]
	org.netbeans.core.compiler/1 [1.0.1 200208222340]
	org.netbeans.modules.welcome/1 [1.2.1 200208222340]
	org.netbeans.core.execution/1 [1.0.1 200208222340]
	org.netbeans.modules.web.jspparser/1 [1.2.1 
200208222340]
	org.netbeans.modules.xml.tax/1 [0.6.1 200208222340]
	org.netbeans.core.ide/1 [1.0.1 200208222340]
	org.netbeans.modules.vcs.advanced/1 [1.6.1 
200208222340]
	org.netbeans.modules.web.debug/1 [1.1.1 
${buildnumber}]
	org.netbeans.modules.cvsclient/1 [1.5.1 
200208222340]
	org.netbeans.modules.vcs.profiles.pvcs/1 [1.0.1 
200208222340]
	org.netbeans.modules.xml.core/1 [0.6.1 
200208222340]
	org.netbeans.modules.vcs.profiles.cvsprofiles/1 
[1.0.1 200208222340]
	org.netbeans.modules.vcs.cmdline.compat/1 [1.1.1 
200208222340]
	org.netbeans.modules.web.tomcat.tomcat40/1 [1.4.1 
200208222340]
	org.netbeans.modules.vcs.profiles.vss/1 [1.0.1 
200208222340]
	org.netbeans.modules.xml.text/1 [0.6.1 
200208222340]
	org.netbeans.modules.xml.tools/1 [0.6.1 
200208222340]
	org.netbeans.modules.web.taglibed/1 [1.6.2 
${buildnumber}]
	org.netbeans.modules.web.core.syntax/1 [1.9.1 
200208222340]
	org.netbeans.modules.xml.catalog/1 [0.6.1 
200208222340]
	org.netbeans.modules.xml.tree/1 [0.6.1 
200208222340]
	org.netbeans.modules.web.tomcat.tomcat40.autocompil
e/1 [1.2.1 200208222340]
	org.netbeans.modules.web.ie/1 [1.8.2 
${buildnumber}]
	org.netbeans.modules.xml/2 [0.6.1 200208222340]
	org.netbeans.modules.xml.editor.coloring/2 [0.6.1 
200208222340]
Starting system in full screen (MDI) UI mode.
*********** Exception occurred ************ at Mon Jan 06 
15:45:30 EST 2003
Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
	at 
org.netbeans.modules.web.context.WebClassesObject.ensureRoo
t(WebClassesObject.java:51)
	at 
org.netbeans.modules.web.context.WebClassesObject.createNod
eDelegate(WebClassesObject.java:71)
	at org.openide.loaders.DataObject$1.run
(DataObject.java:253)
	at org.openide.util.Mutex.readAccess
(Mutex.java:237)
	at org.openide.loaders.DataObject.getNodeDelegate
(DataObject.java:249)
	at 
org.openide.loaders.DataFolder.getClonedNodeDelegate
(DataFolder.java:411)
	at org.openide.loaders.FolderChildren.createNodes
(FolderChildren.java:134)
	at org.openide.nodes.Children$Keys$KE.nodes
(Children.java:1855)
	at org.openide.nodes.ChildrenArray.nodesFor
(ChildrenArray.java:125)
	at org.openide.nodes.Children$Info.nodes
(Children.java:951)
	at org.openide.nodes.Children.updateAdd
(Children.java:759)
	at org.openide.nodes.Children.setEntries
(Children.java:546)
	at org.openide.nodes.Children$3.run
(Children.java:1746)
	at org.openide.util.Mutex.postRequest
(Mutex.java:860)
	at org.openide.util.Mutex.postWriteRequest
(Mutex.java:366)
	at org.openide.nodes.Children$Keys.applyKeys
(Children.java:1754)
	at org.openide.nodes.Children$Keys.setKeys
(Children.java:1713)
	at org.openide.loaders.FolderChildren.access$501
(FolderChildren.java:35)
	at org.openide.loaders.FolderChildren$Addition.run
(FolderChildren.java:394)
	at org.openide.util.Task.run(Task.java:136)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Mon Jan 06 
15:45:30 EST 2003
Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
	at 
org.netbeans.modules.web.context.WebClassesObject.ensureRoo
t(WebClassesObject.java:51)
	at 
org.netbeans.modules.web.context.WebClassesObject.createNod
eDelegate(WebClassesObject.java:71)
	at org.openide.loaders.DataObject$1.run
(DataObject.java:253)
	at org.openide.util.Mutex.readAccess
(Mutex.java:237)
	at org.openide.loaders.DataObject.getNodeDelegate
(DataObject.java:249)
	at 
org.openide.loaders.DataFolder.getClonedNodeDelegate
(DataFolder.java:411)
	at org.openide.loaders.FolderChildren.createNodes
(FolderChildren.java:134)
	at org.openide.nodes.Children$Keys$KE.nodes
(Children.java:1855)
	at org.openide.nodes.ChildrenArray.nodesFor
(ChildrenArray.java:125)
	at org.openide.nodes.Children$Info.nodes
(Children.java:951)
	at org.openide.nodes.Children.updateAdd
(Children.java:759)
	at org.openide.nodes.Children.setEntries
(Children.java:546)
	at org.openide.nodes.Children$3.run
(Children.java:1746)
	at org.openide.util.Mutex.postRequest
(Mutex.java:860)
	at org.openide.util.Mutex.postWriteRequest
(Mutex.java:366)
	at org.openide.nodes.Children$Keys.applyKeys
(Children.java:1754)
	at org.openide.nodes.Children$Keys.setKeys
(Children.java:1713)
	at org.openide.loaders.FolderChildren.access$501
(FolderChildren.java:35)
	at org.openide.loaders.FolderChildren$Addition.run
(FolderChildren.java:394)
	at org.openide.util.Task.run(Task.java:136)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
Serializable class org.openide.util.actions.SystemAction 
does not declare serialVersionUID field. Encountered while 
storing: 
[org.netbeans.modules.web.context.DelegatingFileSystemVcs, 
org.netbeans.modules.web.context.DelegatingFileSystem, 
org.openide.filesystems.MultiFileSystem, 
org.openide.filesystems.FileSystem, 
org.openide.filesystems.FileSystemCapability$Bean, 
org.netbeans.modules.vcs.advanced.CommandLineVcsFileSystem,
 org.netbeans.modules.vcscore.VcsFileSystem, 
org.openide.filesystems.AbstractFileSystem, 
org.netbeans.modules.vcscore.VcsAttributes, 
org.openide.filesystems.DefaultAttributes, 
org.netbeans.modules.vcscore.VcsActionSupporter, 
java.util.HashMap, 
org.netbeans.modules.vcscore.actions.AddCommandAction, 
org.netbeans.modules.vcscore.actions.GeneralCommandAction, 
org.openide.util.actions.NodeAction, 
org.openide.util.actions.CallableSystemAction] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Initial slashes in Utilities.loadImage deprecated (cf. 
#20072): /org/netbeans/modules/jemmysupport/bundlelookup/Bu
ndleLookupAction.gif
Initial slashes in Utilities.loadImage deprecated (cf. 
#20072): /org/netbeans/modules/jemmysupport/generator/Gener
atorAction.gif
Initial slashes in Utilities.loadImage deprecated (cf. 
#20072): /org/netbeans/modules/testtools/generator/NodeGene
ratorAction.gif
Deprecated relative path in 
com.virtuas.jtagmanager.nbplugin.RepoAction.iconResource 
(cf. #20072)
Deprecated relative path in 
com.virtuas.jtagmanager.nbplugin.PaletteAction.iconResource
 (cf. #20072)
Serializable class java.util.TreeSet does not declare 
serialVersionUID field. Encountered while storing: 
[org.openide.util.SharedClassObject$WriteReplace, 
org.netbeans.modules.autoupdate.NbmDataLoader, 
org.openide.loaders.UniFileLoader, 
org.openide.loaders.MultiFileLoader, 
org.openide.loaders.DataLoader, 
org.openide.util.SharedClassObject, java.lang.Integer, 
java.lang.Number, org.openide.loaders.ExtensionList] See 
also http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.CDataLoader does not declare 
serialVersionUID field. Encountered while storing: 
[org.openide.util.SharedClassObject$WriteReplace] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.web.debug.JspServletEvent does not 
declare serialVersionUID field. Encountered while storing: 
[org.openide.util.SharedClassObject$WriteReplace, 
org.netbeans.modules.debugger.support.DebuggerProjectSettin
gs, org.openide.options.SystemOption, 
org.openide.util.SharedClassObject, 
org.netbeans.modules.debugger.multisession.EnterpriseDebugg
er, 
org.netbeans.modules.debugger.delegator.DelegatingDebugger,
 org.netbeans.modules.debugger.support.DebuggerSupport, 
org.netbeans.modules.debugger.AbstractDebugger, 
java.util.Vector, 
org.netbeans.modules.debugger.multisession.SessionBreakpoin
t, 
org.netbeans.modules.debugger.support.BreakpointSupport, 
org.netbeans.modules.debugger.CoreBreakpoint, 
org.openide.debugger.Breakpoint, 
org.netbeans.modules.debugger.support.java.JavaStopAction, 
org.netbeans.modules.debugger.support.StopAction, 
org.netbeans.modules.debugger.CoreBreakpoint$Action, 
org.netbeans.modules.debugger.support.java.PrintAction] 
See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915
-----------------------------------------------------------
--------------------
>Log Session: Tuesday, January 7, 2003 6:06:47 AM EST
>System Info: 
  Product Version       = NetBeans IDE 3.4
  IDE Versioning        = IDE/1 spec=2.23.1 
impl=200208222340
  Operating System      = Windows 2000 version 5.0 running 
on x86
  Java; VM; Vendor      = 1.4.1_01; Java HotSpot(TM) 
Client VM 1.4.1_01-b01; Sun Microsystems Inc.
  Java Home             = C:\Program Files\J2SDK1.4.1_01
\jre
  System Locale; Encod. = en_US; Cp1252
  Home Dir; Current Dir = C:\Documents and 
Settings\bryone; C:\Program Files\NetBeans IDE 3.4
  IDE Install; User Dir = C:\Program Files\NetBeans IDE 
3.4; C:\Documents and Settings\bryone\.netbeans\3.4
  CLASSPATH             = C:\Program Files\NetBeans IDE 3.4
\lib\patches\openide-compat.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\core-compiler.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\core-execution.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\core-ide.jar;C:\Program Files\NetBeans IDE 3.4
\lib\core-ui.jar;C:\Program Files\NetBeans IDE 3.4
\lib\core-windows.jar;C:\Program Files\NetBeans IDE 3.4
\lib\core.jar;C:\Program Files\NetBeans IDE 3.4
\lib\openide.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\locale\ddl_ja.jar;C:\Program Files\NetBeans IDE 
3.4\lib\ext\crimson.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\regexp.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\rmi-ext.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\terminalemulator.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\ext\xerces.jar;C:\Program Files\NetBeans IDE 
3.4\lib\ext\xml-apis.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\logger.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\idlcompilers.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\openorb-1.0.2.jar;C:\Program Files\NetBeans IDE 
3.4\lib\ext\ddl.jar;C:\Program Files\J2SDK1.4.1_01
\lib\dt.jar;C:\Program Files\J2SDK1.4.1_01\lib\tools.jar
  Boot & ext classpath  = "C:\Program Files\J2SDK1.4.1_01
\jre\lib\rt.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\i18n.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\sunrsasign.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\jsse.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\jce.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\charsets.jar;C:\Program Files\J2SDK1.4.1_01
\jre\classes;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\dnsns.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\ldapsec.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\localedata.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\sunjce_provider.jar"
-----------------------------------------------------------
--------------------
Warning: the extension C:\Program Files\NetBeans IDE 3.4
\modules\ext\jemmy.jar may be multiply loaded by modules: 
[C:\Program Files\NetBeans IDE 3.4\modules\testtools.jar, 
C:\Program Files\NetBeans IDE 3.4\modules\jemmysupport.jar]
[org.netbeans.core.modules] WARNING: Class-Path 
value ../lib/ext/terminalemulator.jar from C:\Program 
Files\NetBeans IDE 3.4\modules\testtools.jar is illegal 
according to the Java Extension Mechanism: must be 
relative and not move up directories
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.debugger.core is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.makefile is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.makefile is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-
Description in org.netbeans.modules.makefile is deprecated.
[org.netbeans.core.modules] (Please install help using an 
XML layer instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Option in org.netbeans.modules.logger is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Option in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Option in org.netbeans.modules.remotefs is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Filesystem in org.netbeans.modules.remotefs is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.sysprops is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.j2eeserver is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in 
org.netbeans.modules.cpplite.jni.sync.SyncSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in 
org.netbeans.modules.cpplite.jni.sync.SyncSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in 
org.netbeans.modules.cpplite.jni.sync.SyncSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
Serializable class 
org.netbeans.modules.cpplite.compiler.makefile.MakefileComp
ilerType does not declare serialVersionUID field. 
Encountered while storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.executor.makefile.MakefileExec
utor does not declare serialVersionUID field. Encountered 
while storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.compiler.library.LibraryCompil
erType does not declare serialVersionUID field. 
Encountered while storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGeneratorSupport does 
not declare serialVersionUID field. Encountered while 
storing: 
[org.netbeans.modules.cpplite.jni.sync.NetbeansJNIGenerator
] See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator does not 
declare serialVersionUID field. Encountered while storing: 
[org.netbeans.modules.cpplite.jni.sync.NetbeansJNIGenerator
, org.netbeans.modules.cpplite.jni.JNIGeneratorSupport] 
See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.sync.SynchronizeJNIFiles$F
ileType does not declare serialVersionUID field. 
Encountered while storing: 
[org.netbeans.modules.cpplite.jni.sync.NetbeansJNIGenerator
, org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator$FileTypeSuppo
rt does not declare serialVersionUID field. Encountered 
while storing: 
[org.netbeans.modules.cpplite.jni.sync.NetbeansJNIGenerator
, org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType, 
org.netbeans.modules.cpplite.jni.sync.SynchronizeJNIFiles$F
ileType] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator$FileType$File
Descriptor does not declare serialVersionUID field. 
Encountered while storing: 
[org.netbeans.modules.cpplite.jni.sync.NetbeansJNIGenerator
, org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType, 
org.netbeans.modules.cpplite.jni.sync.SynchronizeJNIFiles$F
ileType, 
org.netbeans.modules.cpplite.jni.JNIGenerator$FileTypeSuppo
rt] See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator$HeaderFileTyp
e does not declare serialVersionUID field. Encountered 
while storing: 
[org.netbeans.modules.cpplite.jni.CompilerJNIGenerator, 
org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.compiler.jni.JNICompilerType 
does not declare serialVersionUID field. Encountered while 
storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
You must call super.initialize() from 
org.netbeans.modules.logger.loggerSettings.initialize()
Turning on modules:
	org.netbeans.modules.text/1 [1.8.1 200208222340]
	org.netbeans.modules.html/1 [1.9.1 200208222340]
	org.netbeans.modules.properties/1 [1.8.1 
200208222340]
	org.netbeans.api.java/1 [1.0.1 200208222340]
	org.netbeans.modules.db/1 [1.6.3 20021126-0955]
	org.netbeans.libs.xalan/1 [1.1.1 2.3.1]
	org.openidex.util/2 [2.3.1 200208222340]
	org.netbeans.core/1 [1.4.1 200208082340]
	org.netbeans.modules.autoupdate/1 [2.2.1 
200208222340]
	org.netbeans.modules.utilities/1 [1.8.1 
200208222340]
	org.netbeans.modules.javahelp/1 [1.0.1 
200208082340]
	org.netbeans.modules.jarpackager/2 [1.10.1 
200208222340]
	org.netbeans.modules.projects/1 [1.8.1 
200208222340]
	org.netbeans.modules.debugger.core/3 [2.2.1 
200208222340]
	org.openide/1 [2.23.1 200208222340]
	org.netbeans.modules.makefile/1 [1.3 for-michael-
juergens-26-feb-01]
	org.netbeans.modules.jndi/1 [1.5.1 200208222340]
	org.netbeans.modules.logger/1 [1.0 22-dec-00]
	org.netbeans.modules.classfile/1 [1.6.1 
200208222340]
	org.netbeans.modules.junit/2 [2.6.0 200209161409]
	org.netbeans.modules.usersguide/1 [1.10.1 
200208222340]
	org.netbeans.modules.cpplite.CPPSupport/1 [1.7 rc-
1]
	org.netbeans.modules.servletapi/1 [1.1.1 
200208222340]
	org.netbeans.modules.remotefs/1 [1.4 20020103]
	org.netbeans.modules.filecopy/1 [1.7.1 021115]
	org.netbeans.core.windows/1 [1.0.1 200208222340]
	org.netbeans.modules.apisupport.lite/1 [0.3.1 
200208222340]
	org.netbeans.modules.debugger.jpda/1 [1.10.1 
200208222340]
	org.netbeans.libs.jaxp/1 [1.1.1 1.1.2]
	org.netbeans.modules.editor/1 [1.9.1 200208222340]
	org.netbeans.modules.vcscore/1 [1.6.1 200208222340]
	org.netbeans.modules.i18n/1 [1.10.1 200208222340]
	org.netbeans.modules.innertesters [0.7 release-0.7]
	org.netbeans.modules.image/1 [1.8.1 200208222340]
	org.netbeans.modules.clazz/1 [1.9.1 200208222340]
	org.netbeans.modules.servletapi23/1 [1.2.1 
200208222340]
	org.netbeans.modules.scripting/1 [1.5.1 
200208222340]
	org.netbeans.modules.jemmysupport/1 [1.2.1 
200209161600]
	org.netbeans.modules.sysprops [1.5 200112141318]
	org.netbeans.modules.schema2beans/1 [1.3.1 
200208222340]
	org.apache.tools.ant.module/2 [2.10.3 200210221400]
	org.netbeans.modules.serialversion/1 [0.2 dev-16]
	org.netbeans.modules.j2eeserver/2 [1.4.1 
200208222340]
	org.netbeans.modules.httpserver/1 [1.9.1 
200208222340]
	org.netbeans.modules.extbrowser/1 [0.4.1 
200208222340]
	org.netbeans.modules.java/1 [1.11.1 200208222340]
	org.apache.tools.ant.module.docs [2.11 
200210221400]
	org.netbeans.modules.rmi/1 [1.5.1 200208222340]
	org.netbeans.modules.applet/1 [1.8.1 200208222340]
	org.netbeans.core.ui/1 [1.0.1 200208222340]
	org.netbeans.api.xml/1 [1.0.1 200208222340]
	org.netbeans.modules.cpplite.jni.sync.SyncSupport/1
 [1.1 rc-1]
	org.netbeans.modules.properties.syntax/1 [1.8.1 
200208222340]
	org.netbeans.modules.cpplite.CPPSupport.syntax/1 
[1.1 rc-1]
	org.netbeans.modules.diff/1 [1.4.1 200208222340]
	org.netbeans.modules.corba.idl.editor/1 [1.3 
${buildnumber}]
	org.netbeans.core.execution/1 [1.0.1 200208222340]
	org.netbeans.modules.testtools/1 [1.1.2 
200209161600]
	org.netbeans.modules.javadoc/1 [1.8.1 200208222340]
	org.netbeans.modules.form/2 [1.8.1 200208222340]
	org.netbeans.modules.web.core/1 [1.8.2 
200208271344]
	org.netbeans.modules.beans/1 [1.8.1 200208222340]
	org.netbeans.modules.web.monitor/1 [1.6.2 
${buildnumber}]
	org.netbeans.modules.i18n.form/2 [1.9.1 
200208222340]
	org.netbeans.modules.corba/1 [1.5 ${buildnumber}]
	org.netbeans.modules.css/1 [0.6.1 200208222340]
	org.netbeans.modules.cvsclient/1 [1.5.1 
200208222340]
	com.virtuas.jtagmanager.nbplugin [1.0 200211271140]
	org.netbeans.core.compiler/1 [1.0.1 200208222340]
	org.netbeans.modules.welcome/1 [1.2.1 200208222340]
	org.netbeans.core.ide/1 [1.0.1 200208222340]
	org.netbeans.modules.web.jspparser/1 [1.2.1 
200208222340]
	org.netbeans.modules.xml.tax/1 [0.6.1 200208222340]
	org.netbeans.modules.vcs.advanced/1 [1.6.1 
200208222340]
	org.netbeans.modules.web.debug/1 [1.1.1 
${buildnumber}]
	org.netbeans.modules.vcs.profiles.pvcs/1 [1.0.1 
200208222340]
	org.netbeans.modules.xml.core/1 [0.6.1 
200208222340]
	org.netbeans.modules.vcs.profiles.cvsprofiles/1 
[1.0.1 200208222340]
	org.netbeans.modules.vcs.cmdline.compat/1 [1.1.1 
200208222340]
	org.netbeans.modules.web.tomcat.tomcat40/1 [1.4.1 
200208222340]
	org.netbeans.modules.vcs.profiles.vss/1 [1.0.1 
200208222340]
	org.netbeans.modules.xml.text/1 [0.6.1 
200208222340]
	org.netbeans.modules.xml.tools/1 [0.6.1 
200208222340]
	org.netbeans.modules.web.taglibed/1 [1.6.2 
${buildnumber}]
	org.netbeans.modules.web.core.syntax/1 [1.9.1 
200208222340]
	org.netbeans.modules.xml.catalog/1 [0.6.1 
200208222340]
	org.netbeans.modules.xml.tree/1 [0.6.1 
200208222340]
	org.netbeans.modules.web.tomcat.tomcat40.autocompil
e/1 [1.2.1 200208222340]
	org.netbeans.modules.web.ie/1 [1.8.2 
${buildnumber}]
	org.netbeans.modules.xml/2 [0.6.1 200208222340]
	org.netbeans.modules.xml.editor.coloring/2 [0.6.1 
200208222340]
Starting system in full screen (MDI) UI mode.
Serializable class org.openide.util.actions.SystemAction 
does not declare serialVersionUID field. Encountered while 
storing: 
[org.netbeans.modules.web.context.DelegatingFileSystemVcs, 
org.netbeans.modules.web.context.DelegatingFileSystem, 
org.openide.filesystems.MultiFileSystem, 
org.openide.filesystems.FileSystem, 
org.openide.filesystems.FileSystemCapability$Bean, 
org.netbeans.modules.vcs.advanced.CommandLineVcsFileSystem,
 org.netbeans.modules.vcscore.VcsFileSystem, 
org.openide.filesystems.AbstractFileSystem, 
org.netbeans.modules.vcscore.VcsAttributes, 
org.openide.filesystems.DefaultAttributes, 
org.netbeans.modules.vcscore.VcsActionSupporter, 
java.util.HashMap, 
org.netbeans.modules.vcscore.actions.UpdateCommandAction, 
org.netbeans.modules.vcscore.actions.GeneralCommandAction, 
org.openide.util.actions.NodeAction, 
org.openide.util.actions.CallableSystemAction] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Initial slashes in Utilities.loadImage deprecated (cf. 
#20072): /org/netbeans/modules/jemmysupport/bundlelookup/Bu
ndleLookupAction.gif
Initial slashes in Utilities.loadImage deprecated (cf. 
#20072): /org/netbeans/modules/jemmysupport/generator/Gener
atorAction.gif
Initial slashes in Utilities.loadImage deprecated (cf. 
#20072): /org/netbeans/modules/testtools/generator/NodeGene
ratorAction.gif
Deprecated relative path in 
com.virtuas.jtagmanager.nbplugin.RepoAction.iconResource 
(cf. #20072)
Deprecated relative path in 
com.virtuas.jtagmanager.nbplugin.PaletteAction.iconResource
 (cf. #20072)
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[org.openide.loaders.InstanceDataObject #3] Use of [] in 
Menu/Tools/CORBA Wizard[org-netbeans-modules-corba-wizard-
CorbaWizardAction].instance is deprecated.
[org.openide.loaders.InstanceDataObject #3] (Please use 
the string-valued file attribute instanceClass instead.)
Initial slashes in Utilities.loadImage deprecated (cf. 
#20072): /org/netbeans/modules/corba/wizard/resources/Corba
Wizard.gif
Deprecated relative path in 
org.netbeans.modules.junit.CreateTestAction.iconResource 
(cf. #20072)
Deprecated relative path in 
org.netbeans.modules.junit.RunTestAction.iconResource (cf. 
#20072)
Deprecated relative path in 
org.netbeans.modules.junit.OpenTestAction.iconResource 
(cf. #20072)
Initial slashes in Utilities.loadImage deprecated (cf. 
#20072): /org/netbeans/modules/filecopy/resources/ftpCopy.g
if
[WinSys] null
[WinSys] null
[org.openide.loaders.InstanceDataObject #3] Use of [] in 
Toolbars/DebugFull/HTTP Transaction Monitor[org-netbeans-
modules-web-monitor-client-MonitorAction].instance is 
deprecated.
[org.openide.loaders.InstanceDataObject #3] (Please use 
the string-valued file attribute instanceClass instead.)
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
path="" :org.netbeans.modules.tomcat.tomcat40.autocompile.C
ompileServlet: init
Serializable class java.util.TreeSet does not declare 
serialVersionUID field. Encountered while storing: 
[org.openide.util.SharedClassObject$WriteReplace, 
org.netbeans.modules.autoupdate.NbmDataLoader, 
org.openide.loaders.UniFileLoader, 
org.openide.loaders.MultiFileLoader, 
org.openide.loaders.DataLoader, 
org.openide.util.SharedClassObject, java.lang.Integer, 
java.lang.Number, org.openide.loaders.ExtensionList] See 
also http://www.netbeans.org/issues/show_bug.cgi?id=19915 
[may have been writing Windows/Components/HTTP 
Monitor.settings]
Serializable class 
org.netbeans.modules.web.debug.JspServletEvent does not 
declare serialVersionUID field. Encountered while storing: 
[org.openide.util.SharedClassObject$WriteReplace, 
org.netbeans.modules.debugger.support.DebuggerProjectSettin
gs, org.openide.options.SystemOption, 
org.openide.util.SharedClassObject, 
org.netbeans.modules.debugger.multisession.EnterpriseDebugg
er, 
org.netbeans.modules.debugger.delegator.DelegatingDebugger,
 org.netbeans.modules.debugger.support.DebuggerSupport, 
org.netbeans.modules.debugger.AbstractDebugger, 
java.util.Vector, 
org.netbeans.modules.debugger.multisession.SessionBreakpoin
t, 
org.netbeans.modules.debugger.support.BreakpointSupport, 
org.netbeans.modules.debugger.CoreBreakpoint, 
org.openide.debugger.Breakpoint, 
org.netbeans.modules.debugger.support.java.JavaStopAction, 
org.netbeans.modules.debugger.support.StopAction, 
org.netbeans.modules.debugger.CoreBreakpoint$Action, 
org.netbeans.modules.debugger.support.java.PrintAction] 
See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915 [may have been writing Windows/Components/HTTP 
Monitor.settings]
Serializable class 
org.netbeans.modules.cpplite.CDataLoader does not declare 
serialVersionUID field. Encountered while storing: 
[org.openide.util.SharedClassObject$WriteReplace] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915 [may 
have been writing Windows/Components/HTTP Monitor.settings]
-----------------------------------------------------------
--------------------
>Log Session: Tuesday, January 7, 2003 6:32:46 AM EST
>System Info: 
  Product Version       = NetBeans IDE 3.4
  IDE Versioning        = IDE/1 spec=2.23.1 
impl=200208222340
  Operating System      = Windows 2000 version 5.0 running 
on x86
  Java; VM; Vendor      = 1.4.1_01; Java HotSpot(TM) 
Client VM 1.4.1_01-b01; Sun Microsystems Inc.
  Java Home             = C:\Program Files\J2SDK1.4.1_01
\jre
  System Locale; Encod. = en_US; Cp1252
  Home Dir; Current Dir = C:\Documents and 
Settings\bryone; C:\Program Files\NetBeans IDE 3.4
  IDE Install; User Dir = C:\Program Files\NetBeans IDE 
3.4; C:\Documents and Settings\bryone\.netbeans\3.4
  CLASSPATH             = C:\Program Files\NetBeans IDE 3.4
\lib\patches\openide-compat.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\core-compiler.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\core-execution.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\core-ide.jar;C:\Program Files\NetBeans IDE 3.4
\lib\core-ui.jar;C:\Program Files\NetBeans IDE 3.4
\lib\core-windows.jar;C:\Program Files\NetBeans IDE 3.4
\lib\core.jar;C:\Program Files\NetBeans IDE 3.4
\lib\openide.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\locale\ddl_ja.jar;C:\Program Files\NetBeans IDE 
3.4\lib\ext\crimson.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\regexp.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\rmi-ext.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\terminalemulator.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\ext\xerces.jar;C:\Program Files\NetBeans IDE 
3.4\lib\ext\xml-apis.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\logger.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\idlcompilers.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\openorb-1.0.2.jar;C:\Program Files\NetBeans IDE 
3.4\lib\ext\ddl.jar;C:\Program Files\J2SDK1.4.1_01
\lib\dt.jar;C:\Program Files\J2SDK1.4.1_01\lib\tools.jar
  Boot & ext classpath  = "C:\Program Files\J2SDK1.4.1_01
\jre\lib\rt.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\i18n.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\sunrsasign.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\jsse.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\jce.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\charsets.jar;C:\Program Files\J2SDK1.4.1_01
\jre\classes;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\dnsns.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\ldapsec.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\localedata.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\sunjce_provider.jar"
-----------------------------------------------------------
--------------------
Warning: the extension C:\Program Files\NetBeans IDE 3.4
\modules\ext\jemmy.jar may be multiply loaded by modules: 
[C:\Program Files\NetBeans IDE 3.4\modules\testtools.jar, 
C:\Program Files\NetBeans IDE 3.4\modules\jemmysupport.jar]
[org.netbeans.core.modules] WARNING: Class-Path 
value ../lib/ext/terminalemulator.jar from C:\Program 
Files\NetBeans IDE 3.4\modules\testtools.jar is illegal 
according to the Java Extension Mechanism: must be 
relative and not move up directories
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.makefile is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.makefile is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-
Description in org.netbeans.modules.makefile is deprecated.
[org.netbeans.core.modules] (Please install help using an 
XML layer instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Option in org.netbeans.modules.logger is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Option in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Option in org.netbeans.modules.remotefs is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Filesystem in org.netbeans.modules.remotefs is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.debugger.core is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.sysprops is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in 
org.netbeans.modules.cpplite.jni.sync.SyncSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in 
org.netbeans.modules.cpplite.jni.sync.SyncSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in 
org.netbeans.modules.cpplite.jni.sync.SyncSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.j2eeserver is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
Serializable class 
org.netbeans.modules.cpplite.executor.makefile.MakefileExec
utor does not declare serialVersionUID field. Encountered 
while storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.compiler.library.LibraryCompil
erType does not declare serialVersionUID field. 
Encountered while storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.compiler.makefile.MakefileComp
ilerType does not declare serialVersionUID field. 
Encountered while storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGeneratorSupport does 
not declare serialVersionUID field. Encountered while 
storing: 
[org.netbeans.modules.cpplite.jni.sync.NetbeansJNIGenerator
] See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator does not 
declare serialVersionUID field. Encountered while storing: 
[org.netbeans.modules.cpplite.jni.sync.NetbeansJNIGenerator
, org.netbeans.modules.cpplite.jni.JNIGeneratorSupport] 
See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.sync.SynchronizeJNIFiles$F
ileType does not declare serialVersionUID field. 
Encountered while storing: 
[org.netbeans.modules.cpplite.jni.sync.NetbeansJNIGenerator
, org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator$FileTypeSuppo
rt does not declare serialVersionUID field. Encountered 
while storing: 
[org.netbeans.modules.cpplite.jni.sync.NetbeansJNIGenerator
, org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType, 
org.netbeans.modules.cpplite.jni.sync.SynchronizeJNIFiles$F
ileType] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator$FileType$File
Descriptor does not declare serialVersionUID field. 
Encountered while storing: 
[org.netbeans.modules.cpplite.jni.sync.NetbeansJNIGenerator
, org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType, 
org.netbeans.modules.cpplite.jni.sync.SynchronizeJNIFiles$F
ileType, 
org.netbeans.modules.cpplite.jni.JNIGenerator$FileTypeSuppo
rt] See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator$HeaderFileTyp
e does not declare serialVersionUID field. Encountered 
while storing: 
[org.netbeans.modules.cpplite.jni.CompilerJNIGenerator, 
org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.compiler.jni.JNICompilerType 
does not declare serialVersionUID field. Encountered while 
storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
You must call super.initialize() from 
org.netbeans.modules.logger.loggerSettings.initialize()
Turning on modules:
	org.netbeans.modules.text/1 [1.8.1 200208222340]
	org.netbeans.modules.html/1 [1.9.1 200208222340]
	org.netbeans.modules.properties/1 [1.8.1 
200208222340]
	org.netbeans.api.java/1 [1.0.1 200208222340]
	org.netbeans.modules.db/1 [1.6.3 20021126-0955]
	org.netbeans.libs.xalan/1 [1.1.1 2.3.1]
	org.openidex.util/2 [2.3.1 200208222340]
	org.openide/1 [2.23.1 200208222340]
	org.netbeans.modules.utilities/1 [1.8.1 
200208222340]
	org.netbeans.modules.javahelp/1 [1.0.1 
200208082340]
	org.netbeans.modules.jarpackager/2 [1.10.1 
200208222340]
	org.netbeans.core/1 [1.4.1 200208082340]
	org.netbeans.modules.makefile/1 [1.3 for-michael-
juergens-26-feb-01]
	org.netbeans.modules.jndi/1 [1.5.1 200208222340]
	org.netbeans.modules.logger/1 [1.0 22-dec-00]
	org.netbeans.modules.classfile/1 [1.6.1 
200208222340]
	org.netbeans.modules.junit/2 [2.6.0 200209161409]
	org.netbeans.modules.usersguide/1 [1.10.1 
200208222340]
	org.netbeans.modules.cpplite.CPPSupport/1 [1.7 rc-
1]
	org.netbeans.modules.servletapi/1 [1.1.1 
200208222340]
	org.netbeans.modules.remotefs/1 [1.4 20020103]
	org.netbeans.modules.filecopy/1 [1.7.1 021115]
	org.netbeans.modules.apisupport.lite/1 [0.3.1 
200208222340]
	org.netbeans.libs.jaxp/1 [1.1.1 1.1.2]
	org.netbeans.modules.debugger.core/3 [2.2.1 
200208222340]
	org.netbeans.modules.editor/1 [1.9.1 200208222340]
	org.netbeans.core.windows/1 [1.0.1 200208222340]
	org.netbeans.modules.vcscore/1 [1.6.1 200208222340]
	org.netbeans.modules.i18n/1 [1.10.1 200208222340]
	org.netbeans.modules.innertesters [0.7 release-0.7]
	org.netbeans.modules.image/1 [1.8.1 200208222340]
	org.netbeans.modules.clazz/1 [1.9.1 200208222340]
	org.netbeans.modules.servletapi23/1 [1.2.1 
200208222340]
	org.netbeans.modules.scripting/1 [1.5.1 
200208222340]
	org.netbeans.modules.jemmysupport/1 [1.2.1 
200209161600]
	org.netbeans.modules.sysprops [1.5 200112141318]
	org.netbeans.modules.autoupdate/1 [2.2.1 
200208222340]
	org.netbeans.modules.schema2beans/1 [1.3.1 
200208222340]
	org.apache.tools.ant.module/2 [2.10.3 200210221400]
	org.netbeans.modules.serialversion/1 [0.2 dev-16]
	org.netbeans.modules.httpserver/1 [1.9.1 
200208222340]
	org.netbeans.modules.projects/1 [1.8.1 
200208222340]
	org.netbeans.modules.extbrowser/1 [0.4.1 
200208222340]
	org.netbeans.modules.java/1 [1.11.1 200208222340]
	org.apache.tools.ant.module.docs [2.11 
200210221400]
	org.netbeans.api.xml/1 [1.0.1 200208222340]
	org.netbeans.modules.cpplite.jni.sync.SyncSupport/1
 [1.1 rc-1]
	org.netbeans.modules.properties.syntax/1 [1.8.1 
200208222340]
	org.netbeans.modules.cpplite.CPPSupport.syntax/1 
[1.1 rc-1]
	org.netbeans.modules.diff/1 [1.4.1 200208222340]
	org.netbeans.core.ui/1 [1.0.1 200208222340]
	org.netbeans.modules.corba.idl.editor/1 [1.3 
${buildnumber}]
	org.netbeans.modules.debugger.jpda/1 [1.10.1 
200208222340]
	org.netbeans.modules.testtools/1 [1.1.2 
200209161600]
	org.netbeans.modules.javadoc/1 [1.8.1 200208222340]
	org.netbeans.modules.form/2 [1.8.1 200208222340]
	org.netbeans.modules.cvsclient/1 [1.5.1 
200208222340]
	org.netbeans.modules.beans/1 [1.8.1 200208222340]
	org.netbeans.modules.web.monitor/1 [1.6.2 
${buildnumber}]
	org.netbeans.modules.i18n.form/2 [1.9.1 
200208222340]
	org.netbeans.modules.corba/1 [1.5 ${buildnumber}]
	org.netbeans.modules.j2eeserver/2 [1.4.1 
200208222340]
	org.netbeans.modules.css/1 [0.6.1 200208222340]
	org.netbeans.core.compiler/1 [1.0.1 200208222340]
	org.netbeans.modules.welcome/1 [1.2.1 200208222340]
	org.netbeans.core.execution/1 [1.0.1 200208222340]
	org.netbeans.modules.xml.tax/1 [0.6.1 200208222340]
	org.netbeans.modules.rmi/1 [1.5.1 200208222340]
	org.netbeans.modules.applet/1 [1.8.1 200208222340]
	org.netbeans.core.ide/1 [1.0.1 200208222340]
	org.netbeans.modules.vcs.advanced/1 [1.6.1 
200208222340]
	org.netbeans.modules.web.core/1 [1.8.2 
200208271344]
	org.netbeans.modules.vcs.profiles.pvcs/1 [1.0.1 
200208222340]
	org.netbeans.modules.xml.core/1 [0.6.1 
200208222340]
	org.netbeans.modules.vcs.profiles.cvsprofiles/1 
[1.0.1 200208222340]
	org.netbeans.modules.vcs.cmdline.compat/1 [1.1.1 
200208222340]
	com.virtuas.jtagmanager.nbplugin [1.0 200211271140]
	org.netbeans.modules.vcs.profiles.vss/1 [1.0.1 
200208222340]
	org.netbeans.modules.xml.text/1 [0.6.1 
200208222340]
	org.netbeans.modules.web.jspparser/1 [1.2.1 
200208222340]
	org.netbeans.modules.xml.tools/1 [0.6.1 
200208222340]
	org.netbeans.modules.web.taglibed/1 [1.6.2 
${buildnumber}]
	org.netbeans.modules.web.core.syntax/1 [1.9.1 
200208222340]
	org.netbeans.modules.web.debug/1 [1.1.1 
${buildnumber}]
	org.netbeans.modules.xml.catalog/1 [0.6.1 
200208222340]
	org.netbeans.modules.xml.tree/1 [0.6.1 
200208222340]
	org.netbeans.modules.web.ie/1 [1.8.2 
${buildnumber}]
	org.netbeans.modules.web.tomcat.tomcat40/1 [1.4.1 
200208222340]
	org.netbeans.modules.xml/2 [0.6.1 200208222340]
	org.netbeans.modules.web.tomcat.tomcat40.autocompil
e/1 [1.2.1 200208222340]
	org.netbeans.modules.xml.editor.coloring/2 [0.6.1 
200208222340]
Starting system in full screen (MDI) UI mode.
Serializable class org.openide.util.actions.SystemAction 
does not declare serialVersionUID field. Encountered while 
storing: 
[org.netbeans.modules.web.context.DelegatingFileSystemVcs, 
org.netbeans.modules.web.context.DelegatingFileSystem, 
org.openide.filesystems.MultiFileSystem, 
org.openide.filesystems.FileSystem, 
org.openide.filesystems.FileSystemCapability$Bean, 
org.netbeans.modules.vcs.advanced.CommandLineVcsFileSystem,
 org.netbeans.modules.vcscore.VcsFileSystem, 
org.openide.filesystems.AbstractFileSystem, 
org.netbeans.modules.vcscore.VcsAttributes, 
org.openide.filesystems.DefaultAttributes, 
org.netbeans.modules.vcscore.VcsActionSupporter, 
java.util.HashMap, 
org.netbeans.modules.vcscore.actions.DiffCommandAction, 
org.netbeans.modules.vcscore.actions.GeneralCommandAction, 
org.openide.util.actions.NodeAction, 
org.openide.util.actions.CallableSystemAction] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
[org.openide.loaders.InstanceDataObject #3] Use of [] in 
Toolbars/DebugFull/HTTP Transaction Monitor[org-netbeans-
modules-web-monitor-client-MonitorAction].instance is 
deprecated.
[org.openide.loaders.InstanceDataObject #3] (Please use 
the string-valued file attribute instanceClass instead.)
Initial slashes in Utilities.loadImage deprecated (cf. 
#20072): /org/netbeans/modules/jemmysupport/bundlelookup/Bu
ndleLookupAction.gif
Initial slashes in Utilities.loadImage deprecated (cf. 
#20072): /org/netbeans/modules/jemmysupport/generator/Gener
atorAction.gif
Initial slashes in Utilities.loadImage deprecated (cf. 
#20072): /org/netbeans/modules/testtools/generator/NodeGene
ratorAction.gif
Deprecated relative path in 
com.virtuas.jtagmanager.nbplugin.RepoAction.iconResource 
(cf. #20072)
Deprecated relative path in 
com.virtuas.jtagmanager.nbplugin.PaletteAction.iconResource
 (cf. #20072)
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
[WinSys] null
*********** Exception occurred ************ at Tue Jan 07 
06:39:16 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDis
k(VcsCacheDir.java:664)
	at 
org.netbeans.modules.vcscore.caching.VcsCache.readDirFinish
ed(VcsCache.java:647)
	at 
org.netbeans.modules.vcscore.caching.VcsCache$DirReaderList
enerWithLock.readDirFinished(VcsCache.java:727)
	at 
org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReade
r.run(CommandLineVcsDirReader.java:496)
	at 
org.netbeans.modules.vcscore.commands.CommandsPool$4.run
(CommandsPool.java:495)
	at 
org.netbeans.modules.vcscore.commands.CommandsThreadsPool.r
un(CommandsThreadsPool.java:68)
	at java.lang.Thread.run(Thread.java:536)
*********** Exception occurred ************ at Tue Jan 07 
06:39:16 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDis
k(VcsCacheDir.java:672)
	at 
org.netbeans.modules.vcscore.caching.VcsCache.readDirFinish
ed(VcsCache.java:647)
	at 
org.netbeans.modules.vcscore.caching.VcsCache$DirReaderList
enerWithLock.readDirFinished(VcsCache.java:727)
	at 
org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReade
r.run(CommandLineVcsDirReader.java:496)
	at 
org.netbeans.modules.vcscore.commands.CommandsPool$4.run
(CommandsPool.java:495)
	at 
org.netbeans.modules.vcscore.commands.CommandsThreadsPool.r
un(CommandsThreadsPool.java:68)
	at java.lang.Thread.run(Thread.java:536)
*********** Exception occurred ************ at Tue Jan 07 
06:39:30 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\classes\vcs.cache', file 
exists = false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDis
k(VcsCacheDir.java:664)
	at 
org.netbeans.modules.vcscore.caching.VcsCache.readDirFinish
ed(VcsCache.java:647)
	at 
org.netbeans.modules.vcscore.caching.VcsCache$DirReaderList
enerWithLock.readDirFinished(VcsCache.java:727)
	at 
org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReade
r.run(CommandLineVcsDirReader.java:496)
	at 
org.netbeans.modules.vcscore.commands.CommandsPool$4.run
(CommandsPool.java:495)
	at 
org.netbeans.modules.vcscore.commands.CommandsThreadsPool.r
un(CommandsThreadsPool.java:68)
	at java.lang.Thread.run(Thread.java:536)
*********** Exception occurred ************ at Tue Jan 07 
06:39:31 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDis
k(VcsCacheDir.java:672)
	at 
org.netbeans.modules.vcscore.caching.VcsCache.readDirFinish
ed(VcsCache.java:647)
	at 
org.netbeans.modules.vcscore.caching.VcsCache$DirReaderList
enerWithLock.readDirFinished(VcsCache.java:727)
	at 
org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReade
r.run(CommandLineVcsDirReader.java:496)
	at 
org.netbeans.modules.vcscore.commands.CommandsPool$4.run
(CommandsPool.java:495)
	at 
org.netbeans.modules.vcscore.commands.CommandsThreadsPool.r
un(CommandsThreadsPool.java:68)
	at java.lang.Thread.run(Thread.java:536)
Serializable class java.util.TreeSet does not declare 
serialVersionUID field. Encountered while storing: 
[org.openide.util.SharedClassObject$WriteReplace, 
org.netbeans.modules.autoupdate.NbmDataLoader, 
org.openide.loaders.UniFileLoader, 
org.openide.loaders.MultiFileLoader, 
org.openide.loaders.DataLoader, 
org.openide.util.SharedClassObject, java.lang.Integer, 
java.lang.Number, org.openide.loaders.ExtensionList] See 
also http://www.netbeans.org/issues/show_bug.cgi?id=19915 
[may have been writing 
Windows/Components/localhost__log#002E2003-01-
07#002Etxt.settings]
Serializable class 
org.netbeans.modules.cpplite.CDataLoader does not declare 
serialVersionUID field. Encountered while storing: 
[org.openide.util.SharedClassObject$WriteReplace] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915 [may 
have been writing 
Windows/Components/localhost__log#002E2003-01-
07#002Etxt.settings]
Serializable class 
org.netbeans.modules.web.debug.JspServletEvent does not 
declare serialVersionUID field. Encountered while storing: 
[org.openide.util.SharedClassObject$WriteReplace, 
org.netbeans.modules.debugger.support.DebuggerProjectSettin
gs, org.openide.options.SystemOption, 
org.openide.util.SharedClassObject, 
org.netbeans.modules.debugger.multisession.EnterpriseDebugg
er, 
org.netbeans.modules.debugger.delegator.DelegatingDebugger,
 org.netbeans.modules.debugger.support.DebuggerSupport, 
org.netbeans.modules.debugger.AbstractDebugger, 
java.util.Vector, 
org.netbeans.modules.debugger.multisession.SessionBreakpoin
t, 
org.netbeans.modules.debugger.support.BreakpointSupport, 
org.netbeans.modules.debugger.CoreBreakpoint, 
org.openide.debugger.Breakpoint, 
org.netbeans.modules.debugger.support.java.JavaStopAction, 
org.netbeans.modules.debugger.support.StopAction, 
org.netbeans.modules.debugger.CoreBreakpoint$Action, 
org.netbeans.modules.debugger.support.java.PrintAction] 
See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915
-----------------------------------------------------------
--------------------
>Log Session: Tuesday, January 7, 2003 6:39:47 AM EST
>System Info: 
  Product Version       = NetBeans IDE 3.4
  IDE Versioning        = IDE/1 spec=2.23.1 
impl=200208222340
  Operating System      = Windows 2000 version 5.0 running 
on x86
  Java; VM; Vendor      = 1.4.1_01; Java HotSpot(TM) 
Client VM 1.4.1_01-b01; Sun Microsystems Inc.
  Java Home             = C:\Program Files\J2SDK1.4.1_01
\jre
  System Locale; Encod. = en_US; Cp1252
  Home Dir; Current Dir = C:\Documents and 
Settings\bryone; C:\Program Files\NetBeans IDE 3.4
  IDE Install; User Dir = C:\Program Files\NetBeans IDE 
3.4; C:\Documents and Settings\bryone\.netbeans\3.4
  CLASSPATH             = C:\Program Files\NetBeans IDE 3.4
\lib\patches\openide-compat.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\core-compiler.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\core-execution.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\core-ide.jar;C:\Program Files\NetBeans IDE 3.4
\lib\core-ui.jar;C:\Program Files\NetBeans IDE 3.4
\lib\core-windows.jar;C:\Program Files\NetBeans IDE 3.4
\lib\core.jar;C:\Program Files\NetBeans IDE 3.4
\lib\openide.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\locale\ddl_ja.jar;C:\Program Files\NetBeans IDE 
3.4\lib\ext\crimson.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\regexp.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\rmi-ext.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\terminalemulator.jar;C:\Program Files\NetBeans 
IDE 3.4\lib\ext\xerces.jar;C:\Program Files\NetBeans IDE 
3.4\lib\ext\xml-apis.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\logger.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\idlcompilers.jar;C:\Program Files\NetBeans IDE 3.4
\lib\ext\openorb-1.0.2.jar;C:\Program Files\NetBeans IDE 
3.4\lib\ext\ddl.jar;C:\Program Files\J2SDK1.4.1_01
\lib\dt.jar;C:\Program Files\J2SDK1.4.1_01\lib\tools.jar
  Boot & ext classpath  = "C:\Program Files\J2SDK1.4.1_01
\jre\lib\rt.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\i18n.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\sunrsasign.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\jsse.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\jce.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\charsets.jar;C:\Program Files\J2SDK1.4.1_01
\jre\classes;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\dnsns.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\ldapsec.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\localedata.jar;C:\Program Files\J2SDK1.4.1_01
\jre\lib\ext\sunjce_provider.jar"
-----------------------------------------------------------
--------------------
Warning: the extension C:\Program Files\NetBeans IDE 3.4
\modules\ext\jemmy.jar may be multiply loaded by modules: 
[C:\Program Files\NetBeans IDE 3.4\modules\testtools.jar, 
C:\Program Files\NetBeans IDE 3.4\modules\jemmysupport.jar]
[org.netbeans.core.modules] WARNING: Class-Path 
value ../lib/ext/terminalemulator.jar from C:\Program 
Files\NetBeans IDE 3.4\modules\testtools.jar is illegal 
according to the Java Extension Mechanism: must be 
relative and not move up directories
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.makefile is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.makefile is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-
Description in org.netbeans.modules.makefile is deprecated.
[org.netbeans.core.modules] (Please install help using an 
XML layer instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Option in org.netbeans.modules.logger is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Option in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.cpplite.CPPSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Option in org.netbeans.modules.remotefs is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Filesystem in org.netbeans.modules.remotefs is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.debugger.core is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.sysprops is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Node in org.netbeans.modules.j2eeserver is obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] (See 
http://www.netbeans.org/issues/show_bug.cgi?id=19609, last 
comment, for howto.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in 
org.netbeans.modules.cpplite.jni.sync.SyncSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in 
org.netbeans.modules.cpplite.jni.sync.SyncSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
[org.netbeans.core.modules] Use of OpenIDE-Module-Class: 
Service in 
org.netbeans.modules.cpplite.jni.sync.SyncSupport is 
obsolete.
[org.netbeans.core.modules] (Please use layer-based 
installation of objects instead.)
Serializable class 
org.netbeans.modules.cpplite.compiler.library.LibraryCompil
erType does not declare serialVersionUID field. 
Encountered while storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.compiler.makefile.MakefileComp
ilerType does not declare serialVersionUID field. 
Encountered while storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.executor.makefile.MakefileExec
utor does not declare serialVersionUID field. Encountered 
while storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGeneratorSupport does 
not declare serialVersionUID field. Encountered while 
storing: 
[org.netbeans.modules.cpplite.jni.CompilerJNIGenerator] 
See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator does not 
declare serialVersionUID field. Encountered while storing: 
[org.netbeans.modules.cpplite.jni.CompilerJNIGenerator, 
org.netbeans.modules.cpplite.jni.JNIGeneratorSupport] See 
also http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator$HeaderFileTyp
e does not declare serialVersionUID field. Encountered 
while storing: 
[org.netbeans.modules.cpplite.jni.CompilerJNIGenerator, 
org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator$FileTypeSuppo
rt does not declare serialVersionUID field. Encountered 
while storing: 
[org.netbeans.modules.cpplite.jni.CompilerJNIGenerator, 
org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType, 
org.netbeans.modules.cpplite.jni.JNIGenerator$HeaderFileTyp
e] See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.JNIGenerator$FileType$File
Descriptor does not declare serialVersionUID field. 
Encountered while storing: 
[org.netbeans.modules.cpplite.jni.CompilerJNIGenerator, 
org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType, 
org.netbeans.modules.cpplite.jni.JNIGenerator$HeaderFileTyp
e, 
org.netbeans.modules.cpplite.jni.JNIGenerator$FileTypeSuppo
rt] See also http://www.netbeans.org/issues/show_bug.cgi?
id=19915
Serializable class 
org.netbeans.modules.cpplite.compiler.jni.JNICompilerType 
does not declare serialVersionUID field. Encountered while 
storing: [] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Serializable class 
org.netbeans.modules.cpplite.jni.sync.SynchronizeJNIFiles$F
ileType does not declare serialVersionUID field. 
Encountered while storing: 
[org.netbeans.modules.cpplite.jni.sync.NetbeansJNIGenerator
, org.netbeans.modules.cpplite.jni.JNIGeneratorSupport, 
org.netbeans.modules.cpplite.jni.JNIGenerator, 
org.openide.ServiceType] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
You must call super.initialize() from 
org.netbeans.modules.logger.loggerSettings.initialize()
Turning on modules:
	org.netbeans.modules.text/1 [1.8.1 200208222340]
	org.netbeans.modules.properties/1 [1.8.1 
200208222340]
	org.netbeans.api.java/1 [1.0.1 200208222340]
	org.netbeans.modules.html/1 [1.9.1 200208222340]
	org.netbeans.modules.db/1 [1.6.3 20021126-0955]
	org.netbeans.libs.xalan/1 [1.1.1 2.3.1]
	org.openidex.util/2 [2.3.1 200208222340]
	org.openide/1 [2.23.1 200208222340]
	org.netbeans.modules.utilities/1 [1.8.1 
200208222340]
	org.netbeans.modules.javahelp/1 [1.0.1 
200208082340]
	org.netbeans.modules.jarpackager/2 [1.10.1 
200208222340]
	org.netbeans.core/1 [1.4.1 200208082340]
	org.netbeans.modules.makefile/1 [1.3 for-michael-
juergens-26-feb-01]
	org.netbeans.modules.jndi/1 [1.5.1 200208222340]
	org.netbeans.modules.logger/1 [1.0 22-dec-00]
	org.netbeans.modules.classfile/1 [1.6.1 
200208222340]
	org.netbeans.modules.junit/2 [2.6.0 200209161409]
	org.netbeans.modules.usersguide/1 [1.10.1 
200208222340]
	org.netbeans.modules.cpplite.CPPSupport/1 [1.7 rc-
1]
	org.netbeans.modules.servletapi/1 [1.1.1 
200208222340]
	org.netbeans.modules.remotefs/1 [1.4 20020103]
	org.netbeans.modules.filecopy/1 [1.7.1 021115]
	org.netbeans.core.windows/1 [1.0.1 200208222340]
	org.netbeans.modules.apisupport.lite/1 [0.3.1 
200208222340]
	org.netbeans.libs.jaxp/1 [1.1.1 1.1.2]
	org.netbeans.modules.debugger.core/3 [2.2.1 
200208222340]
	org.netbeans.modules.i18n/1 [1.10.1 200208222340]
	org.netbeans.modules.innertesters [0.7 release-0.7]
	org.netbeans.modules.image/1 [1.8.1 200208222340]
	org.netbeans.modules.clazz/1 [1.9.1 200208222340]
	org.netbeans.modules.servletapi23/1 [1.2.1 
200208222340]
	org.netbeans.modules.scripting/1 [1.5.1 
200208222340]
	org.netbeans.modules.jemmysupport/1 [1.2.1 
200209161600]
	org.netbeans.modules.sysprops [1.5 200112141318]
	org.netbeans.modules.editor/1 [1.9.1 200208222340]
	org.netbeans.modules.autoupdate/1 [2.2.1 
200208222340]
	org.netbeans.modules.debugger.jpda/1 [1.10.1 
200208222340]
	org.netbeans.modules.schema2beans/1 [1.3.1 
200208222340]
	org.apache.tools.ant.module/2 [2.10.3 200210221400]
	org.netbeans.modules.serialversion/1 [0.2 dev-16]
	org.netbeans.modules.j2eeserver/2 [1.4.1 
200208222340]
	org.netbeans.modules.projects/1 [1.8.1 
200208222340]
	org.netbeans.modules.java/1 [1.11.1 200208222340]
	org.netbeans.modules.diff/1 [1.4.1 200208222340]
	org.netbeans.modules.httpserver/1 [1.9.1 
200208222340]
	org.apache.tools.ant.module.docs [2.11 
200210221400]
	org.netbeans.modules.rmi/1 [1.5.1 200208222340]
	org.netbeans.modules.applet/1 [1.8.1 200208222340]
	org.netbeans.core.ui/1 [1.0.1 200208222340]
	org.netbeans.api.xml/1 [1.0.1 200208222340]
	org.netbeans.modules.cpplite.jni.sync.SyncSupport/1
 [1.1 rc-1]
	org.netbeans.modules.properties.syntax/1 [1.8.1 
200208222340]
	org.netbeans.modules.extbrowser/1 [0.4.1 
200208222340]
	org.netbeans.modules.cpplite.CPPSupport.syntax/1 
[1.1 rc-1]
	org.netbeans.modules.form/2 [1.8.1 200208222340]
	org.netbeans.modules.corba.idl.editor/1 [1.3 
${buildnumber}]
	org.netbeans.core.execution/1 [1.0.1 200208222340]
	org.netbeans.modules.testtools/1 [1.1.2 
200209161600]
	org.netbeans.modules.javadoc/1 [1.8.1 200208222340]
	org.netbeans.modules.vcscore/1 [1.6.1 200208222340]
	org.netbeans.modules.web.core/1 [1.8.2 
200208271344]
	org.netbeans.modules.beans/1 [1.8.1 200208222340]
	org.netbeans.modules.web.monitor/1 [1.6.2 
${buildnumber}]
	org.netbeans.modules.corba/1 [1.5 ${buildnumber}]
	org.netbeans.modules.i18n.form/2 [1.9.1 
200208222340]
	org.netbeans.modules.css/1 [0.6.1 200208222340]
	com.virtuas.jtagmanager.nbplugin [1.0 200211271140]
	org.netbeans.core.compiler/1 [1.0.1 200208222340]
	org.netbeans.modules.welcome/1 [1.2.1 200208222340]
	org.netbeans.core.ide/1 [1.0.1 200208222340]
	org.netbeans.modules.web.jspparser/1 [1.2.1 
200208222340]
	org.netbeans.modules.xml.tax/1 [0.6.1 200208222340]
	org.netbeans.modules.vcs.advanced/1 [1.6.1 
200208222340]
	org.netbeans.modules.web.debug/1 [1.1.1 
${buildnumber}]
	org.netbeans.modules.cvsclient/1 [1.5.1 
200208222340]
	org.netbeans.modules.vcs.profiles.pvcs/1 [1.0.1 
200208222340]
	org.netbeans.modules.xml.core/1 [0.6.1 
200208222340]
	org.netbeans.modules.vcs.profiles.cvsprofiles/1 
[1.0.1 200208222340]
	org.netbeans.modules.vcs.cmdline.compat/1 [1.1.1 
200208222340]
	org.netbeans.modules.web.tomcat.tomcat40/1 [1.4.1 
200208222340]
	org.netbeans.modules.vcs.profiles.vss/1 [1.0.1 
200208222340]
	org.netbeans.modules.xml.text/1 [0.6.1 
200208222340]
	org.netbeans.modules.xml.tools/1 [0.6.1 
200208222340]
	org.netbeans.modules.web.taglibed/1 [1.6.2 
${buildnumber}]
	org.netbeans.modules.web.core.syntax/1 [1.9.1 
200208222340]
	org.netbeans.modules.xml.catalog/1 [0.6.1 
200208222340]
	org.netbeans.modules.xml.tree/1 [0.6.1 
200208222340]
	org.netbeans.modules.web.tomcat.tomcat40.autocompil
e/1 [1.2.1 200208222340]
	org.netbeans.modules.web.ie/1 [1.8.2 
${buildnumber}]
	org.netbeans.modules.xml/2 [0.6.1 200208222340]
	org.netbeans.modules.xml.editor.coloring/2 [0.6.1 
200208222340]
Starting system in full screen (MDI) UI mode.
Serializable class org.openide.util.actions.SystemAction 
does not declare serialVersionUID field. Encountered while 
storing: 
[org.netbeans.modules.web.context.DelegatingFileSystemVcs, 
org.netbeans.modules.web.context.DelegatingFileSystem, 
org.openide.filesystems.MultiFileSystem, 
org.openide.filesystems.FileSystem, 
org.openide.filesystems.FileSystemCapability$Bean, 
org.netbeans.modules.vcs.advanced.CommandLineVcsFileSystem,
 org.netbeans.modules.vcscore.VcsFileSystem, 
org.openide.filesystems.AbstractFileSystem, 
org.netbeans.modules.vcscore.VcsAttributes, 
org.openide.filesystems.DefaultAttributes, 
org.netbeans.modules.vcscore.VcsActionSupporter, 
java.util.HashMap, 
org.netbeans.modules.vcscore.actions.UpdateCommandAction, 
org.netbeans.modules.vcscore.actions.GeneralCommandAction, 
org.openide.util.actions.NodeAction, 
org.openide.util.actions.CallableSystemAction] See also 
http://www.netbeans.org/issues/show_bug.cgi?id=19915
Initial slashes in Utilities.loadImage deprecated (cf. 
#20072): /org/netbeans/modules/jemmysupport/bundlelookup/Bu
ndleLookupAction.gif
Initial slashes in Utilities.loadImage deprecated (cf. 
#20072): /org/netbeans/modules/jemmysupport/generator/Gener
atorAction.gif
Initial slashes in Utilities.loadImage deprecated (cf. 
#20072): /org/netbeans/modules/testtools/generator/NodeGene
ratorAction.gif
Deprecated relative path in 
com.virtuas.jtagmanager.nbplugin.RepoAction.iconResource 
(cf. #20072)
Deprecated relative path in 
com.virtuas.jtagmanager.nbplugin.PaletteAction.iconResource
 (cf. #20072)
*********** Exception occurred ************ at Tue Jan 07 
06:40:23 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDis
k(VcsCacheDir.java:664)
	at 
org.netbeans.modules.vcscore.caching.VcsCache.readDirFinish
ed(VcsCache.java:647)
	at 
org.netbeans.modules.vcscore.caching.VcsCache$DirReaderList
enerWithLock.readDirFinished(VcsCache.java:727)
	at 
org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReade
r.run(CommandLineVcsDirReader.java:496)
	at 
org.netbeans.modules.vcscore.commands.CommandsPool$4.run
(CommandsPool.java:495)
	at 
org.netbeans.modules.vcscore.commands.CommandsThreadsPool.r
un(CommandsThreadsPool.java:68)
	at java.lang.Thread.run(Thread.java:536)
*********** Exception occurred ************ at Tue Jan 07 
06:40:23 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDis
k(VcsCacheDir.java:672)
	at 
org.netbeans.modules.vcscore.caching.VcsCache.readDirFinish
ed(VcsCache.java:647)
	at 
org.netbeans.modules.vcscore.caching.VcsCache$DirReaderList
enerWithLock.readDirFinished(VcsCache.java:727)
	at 
org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReade
r.run(CommandLineVcsDirReader.java:496)
	at 
org.netbeans.modules.vcscore.commands.CommandsPool$4.run
(CommandsPool.java:495)
	at 
org.netbeans.modules.vcscore.commands.CommandsThreadsPool.r
un(CommandsThreadsPool.java:68)
	at java.lang.Thread.run(Thread.java:536)
*********** Exception occurred ************ at Tue Jan 07 
06:40:30 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\classes\vcs.cache', file 
exists = false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDis
k(VcsCacheDir.java:664)
	at 
org.netbeans.modules.vcscore.caching.VcsCache.readDirFinish
ed(VcsCache.java:647)
	at 
org.netbeans.modules.vcscore.caching.VcsCache$DirReaderList
enerWithLock.readDirFinished(VcsCache.java:727)
	at 
org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReade
r.run(CommandLineVcsDirReader.java:496)
	at 
org.netbeans.modules.vcscore.commands.CommandsPool$4.run
(CommandsPool.java:495)
	at 
org.netbeans.modules.vcscore.commands.CommandsThreadsPool.r
un(CommandsThreadsPool.java:68)
	at java.lang.Thread.run(Thread.java:536)
*********** Exception occurred ************ at Tue Jan 07 
06:40:30 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDis
k(VcsCacheDir.java:672)
	at 
org.netbeans.modules.vcscore.caching.VcsCache.readDirFinish
ed(VcsCache.java:647)
	at 
org.netbeans.modules.vcscore.caching.VcsCache$DirReaderList
enerWithLock.readDirFinished(VcsCache.java:727)
	at 
org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReade
r.run(CommandLineVcsDirReader.java:496)
	at 
org.netbeans.modules.vcscore.commands.CommandsPool$4.run
(CommandsPool.java:495)
	at 
org.netbeans.modules.vcscore.commands.CommandsThreadsPool.r
un(CommandsThreadsPool.java:68)
	at java.lang.Thread.run(Thread.java:536)
*********** Exception occurred ************ at Tue Jan 07 
06:40:53 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDis
k(VcsCacheDir.java:664)
	at 
org.netbeans.modules.vcscore.caching.VcsCache.readDirFinish
ed(VcsCache.java:647)
	at 
org.netbeans.modules.vcscore.caching.VcsCache$DirReaderList
enerWithLock.readDirFinished(VcsCache.java:727)
	at 
org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReade
r.run(CommandLineVcsDirReader.java:496)
	at 
org.netbeans.modules.vcscore.commands.CommandsPool$4.run
(CommandsPool.java:495)
	at 
org.netbeans.modules.vcscore.commands.CommandsThreadsPool.r
un(CommandsThreadsPool.java:68)
	at java.lang.Thread.run(Thread.java:536)
*********** Exception occurred ************ at Tue Jan 07 
06:40:53 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDis
k(VcsCacheDir.java:672)
	at 
org.netbeans.modules.vcscore.caching.VcsCache.readDirFinish
ed(VcsCache.java:647)
	at 
org.netbeans.modules.vcscore.caching.VcsCache$DirReaderList
enerWithLock.readDirFinished(VcsCache.java:727)
	at 
org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReade
r.run(CommandLineVcsDirReader.java:496)
	at 
org.netbeans.modules.vcscore.commands.CommandsPool$4.run
(CommandsPool.java:495)
	at 
org.netbeans.modules.vcscore.commands.CommandsThreadsPool.r
un(CommandsThreadsPool.java:68)
	at java.lang.Thread.run(Thread.java:536)
*********** Exception occurred ************ at Tue Jan 07 
06:41:11 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:256)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:41:11 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:256)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:41:11 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:256)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:41:11 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:256)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:41:12 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:41:12 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:41:12 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:41:12 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:41:27 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:41:27 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:41:27 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:41:27 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:42:05 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:42:05 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:42:06 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:42:06 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:42:30 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:42:30 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:42:30 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:42:30 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:42:56 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:42:56 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:42:57 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:42:57 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:43:05 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:43:06 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:43:06 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:43:06 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:43:07 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:43:07 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:43:57 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:43:57 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:43:57 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:43:58 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:44:29 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:44:29 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:44:29 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:44:29 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:44:49 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:44:49 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:44:49 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:44:49 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:44:50 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:44:50 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:44:55 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:44:55 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:44:55 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:44:55 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:00 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:00 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:00 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:00 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:06 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:07 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:08 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:08 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:08 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:08 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:13 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:13 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:18 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:19 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:27 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:27 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:27 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDis
k(VcsCacheDir.java:664)
	at 
org.netbeans.modules.vcscore.caching.VcsFSCache.setFileStat
us(VcsFSCache.java:169)
	at 
org.netbeans.modules.vcscore.caching.VcsFSCache.setFileModi
fied(VcsFSCache.java:126)
	at 
org.netbeans.modules.vcscore.VcsFileSystem$16.run
(VcsFileSystem.java:3607)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:27 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheDir.writeToDis
k(VcsCacheDir.java:672)
	at 
org.netbeans.modules.vcscore.caching.VcsFSCache.setFileStat
us(VcsFSCache.java:169)
	at 
org.netbeans.modules.vcscore.caching.VcsFSCache.setFileModi
fied(VcsFSCache.java:126)
	at 
org.netbeans.modules.vcscore.VcsFileSystem$16.run
(VcsFileSystem.java:3607)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:27 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:27 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:28 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:28 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:29 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:29 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:29 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:29 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:33 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:33 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:33 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:33 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:53 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:53 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:53 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:45:53 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:47:14 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:47:14 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:47:14 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:47:14 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:49:05 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:49:05 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:49:05 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:49:05 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:49:26 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:49:26 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:49:27 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:49:27 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:50:01 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:50:01 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:50:01 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:50:01 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:50:25 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:50:25 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:50:25 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:50:25 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:50:45 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:50:45 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:50:45 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:50:45 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:51:02 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:51:02 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:51:02 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:51:02 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:52:29 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:52:29 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:52:29 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:52:29 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:54:18 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-INF\vcs.cache', file exists = 
false, parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:54:18 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:54:18 EST 2003
Annotation: Exception when trying to create a new 
file 'C:\Documents and Settings\bryone\.netbeans\3.4
\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache', file exists = false, 
parent exists = false
If this happens to you, please attach this comment and 
exception stack to issue #16295.
java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively
(Native Method)
	at java.io.File.createNewFile(File.java:827)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:283)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
*********** Exception occurred ************ at Tue Jan 07 
06:54:18 EST 2003
java.io.FileNotFoundException: C:\Documents and 
Settings\bryone\.netbeans\3.4\system\vcs\cache\50551\WEB-
INF\classes\coreBeans\vcs.cache (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>
(FileOutputStream.java:131)
	at java.io.FileWriter.<init>(FileWriter.java:73)
[catch] at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:291)
	at 
org.netbeans.modules.vcscore.caching.VcsCacheFile$VcsPersis
tentData.doWriteToDisk(VcsCacheFile.java:258)
	at 
org.netbeans.modules.vcscore.cache.CacheFile$PersistentData
.writeToDisk(CacheFile.java:220)
	at 
org.netbeans.modules.vcscore.cache.CacheHandler.run
(CacheHandler.java:143)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
Comment 18 Martin Entlicher 2003-01-07 14:02:51 UTC
Setting the version back to 3.3 dev.
Please do not paste large amount of text to the description. Use the
attachments instead.

It seems, that the best solution would be to ignore this exception and
keep the cache structure in the consistent state. We'll never get rid
of this exception when there will be "Access is denied" or "Permission
denied" problems.

Lowering priority to P2 - it's not a data loss, no crash or deadlock,
not much reproducible.

Comment 19 Martin Entlicher 2003-01-09 14:10:54 UTC
*** Issue 29224 has been marked as a duplicate of this issue. ***
Comment 20 Martin Entlicher 2003-01-09 14:15:59 UTC
Scheduling for S1S 4.2, fix of this problem was requested by S1S team.
Comment 21 Martin Entlicher 2003-01-09 18:01:43 UTC
*** Issue 29906 has been marked as a duplicate of this issue. ***
Comment 22 Martin Entlicher 2003-02-20 15:28:20 UTC
The exceptions are thrown many times for the same cache file (on every
attempt to write anything in).
I suggest as a solution to remember for which files was the exception
reported (so that the user is aware that there's some problem on the
disk with the access) and ignore it next time.

There's no way to fix the problem. If I can not write to the disk
cache, the status information will be wrong the next time.
Comment 23 Martin Entlicher 2003-02-25 12:30:51 UTC
Fixed in the main trunk. The error is reported just once per affected
directory:

/cvs/vcscore/src/org/netbeans/modules/vcscore/caching/VcsCacheDir.java,v 
<--  VcsCacheDir.java
new revision: 1.46; previous revision: 1.45
/cvs/vcscore/src/org/netbeans/modules/vcscore/caching/VcsCacheFile.java,v 
<--  VcsCacheFile.java
new revision: 1.15; previous revision: 1.14
Comment 24 KRM 2003-04-07 12:29:25 UTC
Created attachment 9735 [details]
my ide.log
Comment 25 John Jullion-ceccarelli 2003-07-08 16:39:21 UTC
I was asked to verify this is fixed by QA but I don't think I'm
qualified to say whether or not it is. Could someone else verify it?
Comment 26 kovica 2003-07-09 06:30:09 UTC
I'm working with CVS every day now with 3.5 and I didn't encounter this.
It is true that I'm not using SSH connection to CVS.
Comment 27 Jiri Kovalsky 2003-07-09 09:31:30 UTC
Okay, I think we can verify it then. Thanks.