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
We have encountered an issue with the fraunhoferiosb/frost-server:latest Docker Image. When trying to run frost-server with the following docker-compose, we are encountering a permission denied error.
01-Jul-2020 05:55:30.638 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.56
01-Jul-2020 05:55:30.663 SEVERE [Catalina-startStop-1] org.apache.catalina.startup.HostConfig.beforeStart Unable to create directory for deployment: [/usr/local/tomcat/conf/Catalina/localhost]
01-Jul-2020 05:55:30.736 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/usr/local/tomcat/webapps/FROST-Server.war]
01-Jul-2020 05:55:30.777 SEVERE [localhost-startStop-1] org.apache.catalina.startup.ContextConfig.beforeStart Exception fixing docBase for context [/FROST-Server]
java.io.IOException: Unable to create the directory [/usr/local/tomcat/webapps/FROST-Server]
at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:115)
at org.apache.catalina.startup.ContextConfig.fixDocBase(ContextConfig.java:616)
at org.apache.catalina.startup.ContextConfig.beforeStart(ContextConfig.java:749)
at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:301)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:182)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:970)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1840)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Dear FROST-Team,
We have encountered an issue with the fraunhoferiosb/frost-server:latest Docker Image. When trying to run frost-server with the following docker-compose, we are encountering a permission denied error.
This error will prevent the application from executing queries, e.g. when calling http://localhost:8080/FROST-Server/v1.0/Datastreams.
The issue exists on both Windows (Win 10) and Linux (Ubuntu 18 LTS).
We suspect that the change in permission on commit d20101a may have caused these issues.
frost-server runs without issues when using the
fraunhoferiosb/frost-server:1.11.2
imageGreetings,
Niklas
The text was updated successfully, but these errors were encountered: