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 167249

Summary: Tomcat integration dies on Mac OSX 10.5 after Java Update 4
Product: serverplugins Reporter: stucoates <stucoates>
Component: TomcatAssignee: Petr Hejl <phejl>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: Mac OS X   
URL: http://forums.netbeans.org/viewtopic.php?p=38440#38440
Issue Type: DEFECT Exception Reporter:

Description stucoates 2009-06-17 16:06:50 UTC
Tomcat integration dies on Mac OSX 10.5 (Leopard) after Java Update 4

See http://forums.netbeans.org/viewtopic.php?p=38440#38440 for discussion of bug.

Problem appears to be due to a change in the way java generates temporary file names which now may contain + characters. These characters get interpreted 
as spaces when the filename is used in a URL which then causes a java.io.FileNotFoundException.
Comment 1 Petr Hejl 2009-06-17 16:11:24 UTC
See issue 167139 for simple workaround.

*** This issue has been marked as a duplicate of 167139 ***