Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issues with non-writable temp directories #77

Merged
merged 4 commits into from
Nov 8, 2023

Conversation

lachlan-roberts
Copy link
Collaborator

some cleanups for temp directory creation

fixes the following error when deploying with EE10

java.lang.IllegalArgumentException: Temp dir /workspace not useable: writeable=false, dir=true
    at org.eclipse.jetty.server.handler.ContextHandler.createTempDirectory(ContextHandler.java:702)
    at org.eclipse.jetty.ee10.webapp.WebAppContext.createTempDirectory(WebAppContext.java:472)
    at org.eclipse.jetty.ee10.webapp.WebInfConfiguration.preConfigure(WebInfConfiguration.java:63)
    at org.eclipse.jetty.ee10.webapp.Configurations.preConfigure(Configurations.java:487)
    at org.eclipse.jetty.ee10.webapp.WebAppContext.preConfigure(WebAppContext.java:454)
    at org.eclipse.jetty.ee10.webapp.WebAppContext.doStart(WebAppContext.java:495)
    at com.google.apphosting.runtime.jetty.ee10.AppEngineWebAppContext.doStart(AppEngineWebAppContext.java:212)

@copybara-service copybara-service bot merged commit b8e030f into main Nov 8, 2023
5 checks passed
@lachlan-roberts lachlan-roberts deleted the tempDirectoryFix branch January 11, 2024 01:27
srinjoyray pushed a commit that referenced this pull request Nov 12, 2024
PiperOrigin-RevId: 580551190
Change-Id: I418d4b2bea3c8d03353b81939647f048997ce810
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants