fonoster / routr

⚡ The future of programmable SIP servers.
https://routr.io
MIT License
1.42k stars 147 forks source link

edgeport #265

Closed happytulubi closed 7 months ago

happytulubi commented 7 months ago

I followed the source code installation method and successfully installed it, but when starting edgeport, this error will be reported. What is the reason for this?

“Launcher.java unable to run edgeport: The Peer SIP Stack: gov.nist.javax.sip.SipStackImpl could not be instantiated. Ensure the Path Name has been set”

psanders commented 7 months ago

You probably missing the keyStore and Truststore in your edgeport.yaml.

I can think of two options to solve this:

  1. Remove the securityContext from the edgeport.yaml while you are developing.
  2. Check the installation steps in gitpod config and try to replicate (that should give an environment)
Screenshot 2024-03-19 at 11 38 48 AM

nment ready to go)

psanders commented 7 months ago

I'm closing this as I believe it is not a bug; however, feel free to re-open if needed.