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 129129 - java.io.IOException: No such file or directory
Summary: java.io.IOException: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: All Solaris
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-04 13:36 UTC by Lukas Hasik
Modified: 2008-03-27 15:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 5077


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-03-04 13:36:02 UTC
Build: NetBeans IDE 6.0 Beta 1 (Build 200709141330)
VM: Java HotSpot(TM) Client VM, 1.5.0_09-b03
OS: SunOS, 5.8, sparc
User comments: 
STACKTRACE: (first 10 lines)
java.io.IOException: No such file or directory
        at java.io.UnixFileSystem.createFileExclusively(UnixFileSystem.java:0)
        at java.io.File.createNewFile(File.java:850)
        at org.netbeans.modules.tomcat5.util.LogViewer.getLogFile(LogViewer.java:187)
        at org.netbeans.modules.tomcat5.util.LogViewer.run(LogViewer.java:247)
Comment 1 Petr Hejl 2008-03-05 14:42:39 UTC
Seems like solaris only bug.
Comment 2 Petr Hejl 2008-03-05 15:00:15 UTC
nleck can you specify the tomcat version, where it is installed and how is the logging of the tomcat configured?
Comment 3 Petr Hejl 2008-03-27 15:09:05 UTC
Fixed in changeset 8a33b673c59a.