Jump to content

kidhack

Members
  • Posts

    20
  • Joined

  • Last visited

kidhack's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Perfect, now it's ok... when the IP change I will open a new thread Thanks a lot!
  2. I can't change the port... it's a private server for get a m3u for IPTV. If you don't open the port for all IPs, can you do it only for the IP 87.98.242.218? Thanks
  3. Yes, it will continue to happen because the target IP is dynamic... The definitive solution will be open the port 8000 for all the IPs but Krydos said to me that is not possible and the unique solution is open the port only for a determinated IP.
  4. Is the third time that this occurs... Krydos fixed it both (https://www.helionet.org/index/topic/29990-java-servlet-connection-refused and https://www.helionet.org/index/topic/31106-java-servlet-connection-refused-second-time). My servlet try connect to a server in port 8000 and it's blocked... Krydos adds the IP to a white list and the IP has changed, now it's 87.98.242.218. Can you change the old IP to the new? java.net.ConnectException: Connection refused (Connection refused) java.net.PlainSocketImpl.socketConnect(Native Method) java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) Thanks
  5. Yes! Works perfectly... there is not possibility to add the port without IP specification? Thanks
  6. Yes... Now the IP is 37.187.168.233. The port is only open for one specific IP?
  7. Hello, the 10th october my servlet thrown this fail and I open a topic... Krydos fixed it, and since a days the error is back: Estado HTTP 500 – Internal Server ErrorTipo Informe de Excepción mensaje Connection refused (Connection refused) descripción El servidor encontró un error interno que hizo que no pudiera rellenar este requerimiento. excepción java.net.ConnectException: Connection refused (Connection refused) java.net.PlainSocketImpl.socketConnect(Native Method) java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) java.net.Socket.connect(Socket.java:589) java.net.Socket.connect(Socket.java:538) The post where was solved is this. Thanks.
  8. I trying to write in the app folder and always was OK but since two days I havent permissions... I changed my code to write in the tomcat temp folder and here I have permissions. You can close the post, thanks
  9. No, file not found because the file cant be created: java.io.FileNotFoundException: file_tv.m3u8 (Permission denied) I havent write permission 2 days ago
  10. Hello! I have a servlet that creates a file with a m3u list and then the file was downloaded... since yesterday, java launchs a exception (permission denied): Estado HTTP 500 - file_tv.m3u8 (Permission denied) type Informe de Excepción mensaje file_tv.m3u8 (Permission denied) descripción El servidor encontró un error interno que hizo que no pudiera rellenar este requerimiento. excepción java.io.FileNotFoundException: file_tv.m3u8 (Permission denied) java.io.FileOutputStream.open0(Native Method) java.io.FileOutputStream.open(FileOutputStream.java:270) java.io.FileOutputStream.<init>(FileOutputStream.java:213) java.io.FileOutputStream.<init>(FileOutputStream.java:133) com.avz.servlets.MainServlet.generateTVFile(MainServlet.java:315) com.avz.servlets.MainServlet.doGet(MainServlet.java:54) javax.servlet.http.HttpServlet.service(HttpServlet.java:622) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) nota La traza completa de la causa de este error se encuentra en los archivos de diario de Apache Tomcat/8.5.4. Thanks!
  11. Yeah, now is perfect! Thanks a lot! A more question... is a problem if the IP changes in the future??
  12. Yes, I know, but im not sure if this domain will have always the same IP... Now, the IP is 147.135.183.212
  13. I dont know, I only know the URL. I only need can access to it, please
×
×
  • Create New...