Jump to content
  • 0

Repackage Community Edition get not found index page


Terry
 Share

Question

I installed Ant Media Server (AMS) CE with Docker file. When I used zip file on Github Release page, the container started and there was no issue. But if I use the zip file that I repackage from source code, the container starts but the web server always responses not found link even if it is index page.

 

This is index page when I browse http://127.0.0.1:5080

 

Snipaste_2022-10-05_21-46-03.png

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 2

@Terry

I think the first problem is the java version. You should use java 11 when compiling from source code. The second possible issue is that you should build the web panel before building the ant media server.

Could you please follow the documentation below for the repackage of the ant media server?

https://resources.antmedia.io/docs/building-ams-from-source

  • Like 1
Link to comment
Share on other sites

  • 0
1 hour ago, mustafaboleken said:

Hi @Terry

Can you please give me steps, on how you repackage the community edition and please provide logs?

Hi @mustafaboleken

 

I clone project from Github and repackage with `./repackage_community.sh` script.

I tried on `master` branch and `tags/v2.4.3` tag.

I attached my build log below.

My envs:

```

➜ javac --version
javac 19

➜ java --version
java 19 2022-09-20
Java(TM) SE Runtime Environment (build 19+36-2238)
Java HotSpot(TM) 64-Bit Server VM (build 19+36-2238, mixed mode, sharing)

```

repackage_log.txt

Link to comment
Share on other sites

 Share

×
×
  • Create New...