[jboss-jira] [JBoss JIRA] (WFLY-1546) Undertow is not wired up to use the correct temp location
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Sun Jun 23 08:58:20 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
jaikiran pai updated WFLY-1546:
-------------------------------
Affects Version/s: 8.0.0.Alpha2
Just saw this happen on TeamCity against latest master after 8.0.0.Alpha2 was released:
{code}
Caused by: java.io.FileNotFoundException: /tmp/org/apache/jsp/_500_jsp.java (Permission denied)
at java.io.FileOutputStream.open(Native Method) [rt.jar:1.7.0_17]
at java.io.FileOutputStream.<init>(FileOutputStream.java:212) [rt.jar:1.7.0_17]
at java.io.FileOutputStream.<init>(FileOutputStream.java:104) [rt.jar:1.7.0_17]
at org.apache.jasper.compiler.Compiler.setupContextWriter(Compiler.java:304) [jastow-1.0.0.Alpha3.jar:1.0.0.Alpha3]
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:243) [jastow-1.0.0.Alpha3.jar:1.0.0.Alpha3]
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:359) [jastow-1.0.0.Alpha3.jar:1.0.0.Alpha3]
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:339) [jastow-1.0.0.Alpha3.jar:1.0.0.Alpha3]
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:326) [jastow-1.0.0.Alpha3.jar:1.0.0.Alpha3]
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:604) [jastow-1.0.0.Alpha3.jar:1.0.0.Alpha3]
... 37 more
{code}
(the location where it's trying to write out the tmp files is incorrect)
So marking this as affects version 8.0.0.Alpha2 too.
> Undertow is not wired up to use the correct temp location
> ---------------------------------------------------------
>
> Key: WFLY-1546
> URL: https://issues.jboss.org/browse/WFLY-1546
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 8.0.0.Alpha1, 8.0.0.Alpha2
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list