Skip to content

http service 5080 does not seem to be open when I execute the startup script #366

@ihexon

Description

@ihexon

OS Information

➜  ~ uname -a
Linux vm 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec  5 13:32:09 UTC 2024 aarch64 aarch64 aarch64 GNU/Linu

# JDK Version
➜  ~ java -version
java version "23.0.1" 2024-10-15
Java(TM) SE Runtime Environment (build 23.0.1+11-39)

Steps to reproduce

 ./red5-debug.sh
Running on  Linux
Starting Red5
Java HotSpot(TM) 64-Bit Server VM warning: Option -Xdebug was deprecated in JDK 22 and will likely be removed in a future release.
Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
Listening for transport dt_socket at address: 8787
Red5 root: /mnt/sdc1/red5-server/.
Configuation root: /mnt/sdc1/red5-server/./conf
Red5 server jar was found
URL list: [file:/mnt/sdc1/red5-server/./red5-server.jar]
Root: /mnt/sdc1/red5-server/.
Deploy type: bootstrap
[INFO] [main] org.red5.server.Launcher - Red5 Server 2.0.13 (https://github.com/Red5)
Context names: [default]
Context names: [default]
Context names: [default]
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - RTMP will be bound to [0.0.0.0:1935]
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - RTMP Mina Transport Settings
Acceptor style: default I/O threads: 8
TCP no-delay: true keep-alive: false
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - Traffic class modification is disabled
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - Send buffer size: 65536 recv buffer size: 65536 so linger: -1 traffic class: 0
Context names: [default]
Context names: [default]
[INFO] [main] org.red5.server.Context - Setting parent bean factory as core
Context names: [default]
Context names: [default]
Context names: [default]
[INFO] [main] org.red5.server.tomcat.TomcatLoader - Awaiting plugin loading
Token: 820bb3d3-d492-4c24-8220-7a0797917e3f
Bootstrap complete
Bootstrap exit

Using curl to test 127.0.0.1:5080

curl http://127.0.0.1:5080 -v
*   Trying 127.0.0.1:5080...
* connect to 127.0.0.1 port 5080 from 127.0.0.1 port 38900 failed: Connection refused
* Failed to connect to 127.0.0.1 port 5080 after 0 ms: Couldn't connect to server
* Closing connection
curl: (7) Failed to connect to 127.0.0.1 port 5080 after 0 ms: Couldn't connect to server

http service 5080 does not seem to be open when I execute the startup script

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions