Ant media server java.io.IOException: Could not create the cache

Viewed 169

I updated today from Centos 7 to 8. I downloaded the latest Ant media server to install.

Install succesfull, ant media server is started. But i cant enter it on ipadress:5080

In the log files i see this error Warning: Could not load Loader: java.lang.UnsatisfiedLinkError: java.io.IOException: Could not create the cache: Set the "org.bytedeco.javacpp.cachedir" system property.

I've googled the whole evening but i cant find the same question or the solution. Please help me.

Update: When i use the ./start.sh in /usr/local/antmedia the server is up and running. But that's not the way.

Thanks.

Marv

1 Answers

Can you run the following commands and try again?

rm -rf /tmp/vertx-cache
systemctl restart antmedia

Regard.

Related