Jump to content
  • 0

failures accessing the ant media server after installation on ubuntu 18.0.4


Will L
 Share

Question

following the instructions here -> https://antmedia.io/docs/

I've installed and have running antmedia server community edition 2.5.1 on ubuntu 18.0.4.

service antmedia status
● antmedia.service - Ant Media Server
   Loaded: loaded (/etc/systemd/system/antmedia.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2023-04-05 16:14:12 EDT; 40min ago
 Main PID: 4648 (java)
    Tasks: 140 (limit: 36000)
   CGroup: /system.slice/antmedia.service
           └─4648 /usr/lib/jvm/java-11-openjdk-amd64/bin/java -Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector -cp /usr/local/antmedia/

 

There are lots of error during startup though and I can't access any of the sample RTC apps via url

quick snipped of log

Apr 05, 2023 4:42:01 PM org.apache.catalina.core.ApplicationContext log
INFO: No Spring WebApplicationInitializer types detected on classpath
Apr 05, 2023 4:42:01 PM org.glassfish.jersey.server.spring.SpringComponentProvider initialize
SEVERE: Spring context lookup failed, skipping spring component provider initialization.
Apr 05, 2023 4:42:01 PM org.apache.catalina.loader.WebappLoader buildClassPath
INFO: Unknown loader jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc class jdk.internal.loader.ClassLoaders$AppClassLoader
Apr 05, 2023 4:42:01 PM org.apache.catalina.core.ApplicationContext log
INFO: No Spring WebApplicationInitializer types detected on classpath
Apr 05, 2023 4:42:01 PM org.glassfish.jersey.server.spring.SpringComponentProvider initialize
SEVERE: Spring context lookup failed, skipping spring component provider initialization.

full log attached

Just not sure how to troubleshoot.   

 

 

antmedia-error.log ant-media-server.log

Link to comment
Share on other sites

  • Answers 5
  • Created
  • Last Reply

Top Posters For This Question

5 answers to this question

Recommended Posts

  • 0

sudo fuser -k 5080/tcp

5080/tcp:             8135

 

sudo fuser -k 5443/tcp
5443/tcp:            57903

 

if I run the shutdown script these two commands both return null

 

Link to comment
Share on other sites

  • 0
On 4/7/2023 at 2:00 AM, usama said:

I think its good now , do you have 5080 or 5443 enabled for incoming request ?

Yes, I had to open the ports. Thanks for your response and help!

Link to comment
Share on other sites

 Share

×
×
  • Create New...