java.io.FileNotFoundException: ${voicebridge.sip.credentials} (The system cannot find the file specified)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Use the relative path when providing the location of the file. Place the file in the project folder and access it according to the hierarchy. If you want to access a file outside the project folder, provide the absolute path.
Solutions on the web
via Google Groups by Allan Conda, 1 year ago
via Google Groups by jimsc...@gmail.com, 9 months ago
via jabref by sarbalyd
, 1 year agovia Coderanch by Esther Yun, 1 year ago
via Stack Overflow by java123999
, 3 months agovia GitHub by gregmacfarlane
, 1 year agojava.io.FileNotFoundException: ${voicebridge.sip.credentials} (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.
(FileInputStream.java:138) at java.io.FileReader.
(FileReader.java:72) at com.sun.voip.server.SipServerSecurity.initialize(SipServerSecurity.java:61)
at com.sun.voip.server.SipServer.setup(SipServer.java:216)
at com.sun.voip.server.SipServer.
(SipServer.java:124) at com.sun.voip.server.Bridge.
(Bridge.java:230) at com.sun.voip.server.Bridge.main(Bridge.java:147)