You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.io.FileNotFoundException: Jar URL cannot be resolved to absolute file path because it does not reside in the file system: war:file:/app/app.war*/assets/application-5b03a8ffbc33a9d0a6338728ac19c718.css
at org.springframework.util.ResourceUtils.getFile(ResourceUtils.java:215)
at org.springframework.core.io.AbstractFileResolvingResource.getFileForLastModifiedCheck(AbstractFileResolvingResource.java:67)
at org.springframework.core.io.AbstractResource.lastModified(AbstractResource.java:153)
at org.springframework.core.io.AbstractFileResolvingResource.lastModified(AbstractFileResolvingResource.java:169)
at asset.pipeline.AssetPipelineFilter.doFilterInternal(AssetPipelineFilter.groovy:131)
Environment Information
Operating System: win x64
Grails Version: 3.2.9
JDK Version: oracle 8u121
Container Version (If Applicable): embedded
Example Application
n/a
The text was updated successfully, but these errors were encountered:
graemerocher
changed the title
3.2.9 - asset-pipeline FileNotFoundException for non-development war deployments
asset-pipeline FileNotFoundException due to bug in Spring 4.3.8
May 4, 2017
cause is a spring-core-4.3.8 issue (so this is more or less just for reference):
Task List
Steps to Reproduce
java -jar myapp.war
)Expected Behaviour
http://localhost:8080 should display index page including assets without errors
Actual Behaviour
Environment Information
Example Application
n/a
The text was updated successfully, but these errors were encountered: