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 19883 - javahelp build error always seems to follow other errors unless I log out inbetween
Summary: javahelp build error always seems to follow other errors unless I log out inb...
Status: RESOLVED WORKSFORME
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-29 02:12 UTC by eakle
Modified: 2002-01-29 11:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eakle 2002-01-29 02:12:22 UTC
I've been getting a lot of "invalid manifest format" build-errors today, and 
I've noticed that after I get one of those, if I just restart my build, I 
always get the following build error (this one appears to be bogus):

[jhindexer] Running JavaHelp search database indexer...

BUILD FAILED

D:\bld\orion\nb_all\jndi\build.xml:76: Could not make temporary config file
--- Nested Exception ---
java.io.IOException: The system cannot find the path specified
        at java.io.Win32FileSystem.createFileExclusively(Native Method)
        at java.io.File.checkAndCreate(File.java:1162)
        at java.io.File.createTempFile(File.java:1247)
        at java.io.File.createTempFile(File.java:1284)
        at org.netbeans.nbbuild.JHIndexer.execute(JHIndexer.java:122)
        at org.apache.tools.ant.Target.execute(Target.java:153)
        at org.apache.tools.ant.Project.runTarget(Project.java:898)
        at org.apache.tools.ant.Project.executeTarget(Project.java:536)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:213)
        at org.apache.tools.ant.Target.execute(Target.java:153)
        at org.apache.tools.ant.Project.runTarget(Project.java:898)
        at org.apache.tools.ant.Project.executeTarget(Project.java:536)
        at org.netbeans.f4jbuild.RunTarget.execute(RunTarget.java:95)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:124)
        at org.apache.tools.ant.Target.execute(Target.java:153)
        at org.apache.tools.ant.Project.runTarget(Project.java:898)
        at org.apache.tools.ant.Project.executeTarget(Project.java:536)
        at org.apache.tools.ant.Project.executeTargets(Project.java:510)
        at org.apache.tools.ant.Main.runBuild(Main.java:421)
        at org.apache.tools.ant.Main.main(Main.java:149)

If, before I run the next build, I log out and then log back in (making no 
other changes), then I don't get the above error, and instead I get another 
wonderful "invalid manifest format" error (which is what I would expect).

I'm logging this because I suspect the first error left my codeline in some 
sort of unclean state (locks weren't cleared, etc).  I'm working on Windows2000 
and I'm trying to build the Orion version of forte-for-java (in my private 
path).
Comment 1 David Konecny 2002-01-29 08:27:49 UTC
nbbuild is right component for errors in build system.
Comment 2 Jesse Glick 2002-01-29 11:06:13 UTC
Closing in lieu of a way to reproduce. File.createTempFile is supposed
to make a temporary file. Apparently it fails sometimes. Beyond that,
I have no idea, perhaps a Win32-specific JRE problem. Do you ever
change the value of %TEMP% or anything like that?