Git Product home page Git Product logo

Comments (5)

florence0239 avatar florence0239 commented on September 27, 2024

Platform

Virtual Machine

bndiagnostic ID know more about bndiagnostic IDMyLowesLife

ass

bndiagnostic output

No response

bndiagnostic was not useful. Could you please tell us why?

I can't find the answer of my issue

Describe your issue as much as you can

Hi everyone. when i run my application in vm. following error occur. This site can’t be reached192.168.151.126 took too long to respond. Try:

Checking the connection Checking the proxy and the firewall Running Windows Network Diagnostics ERR_CONNECTION_TIMED_OUT

why this error occur? and how can i recover my website?

Hello,

The ERR_CONNECTION_TIMED_OUT error typically indicates a communication problem between your browser and the server. Let’s explore some possible solutions to resolve this issue:

Check Your Connection:
Ensure that your internet connection is stable. Sometimes network issues can cause timeouts.
Try accessing other websites to verify if the problem is specific to your VM or the entire network.
Disable Firewall and Antivirus Software Temporarily:
Firewalls and antivirus programs can sometimes block connections. Temporarily disable them and check if the issue persists.
Flush/Renew DNS:
Open the Command Prompt (Windows + R, then type cmd).
Run the following command to flush the DNS cache:
ipconfig /flushdns

Change DNS Servers:
Consider using alternative DNS servers (such as Google’s 8.8.8.8 or Cloudflare’s 1.1.1.1).
Update your DNS settings in your network adapter properties.
Check Your Hosts File:
Make sure there are no incorrect entries in your hosts file that might be causing the issue.
The hosts file is located at C:\Windows\System32\drivers\etc\hosts.
Check the DNS of Your Domain:
If you’re trying to access a specific domain, ensure that its DNS records are correctly configured.
Confirm Port Configuration:
If your application runs on a specific port (e.g., 8080), verify that the port is open and accessible.
Check your firewall settings to allow traffic on the required port.
Inspect Tomcat Configuration (if applicable):
If you’re using Tomcat, ensure it’s listening on the correct IP address.
Edit the server.xml file and set the address attribute in the Connector string to your VM’s IP address. Example:

<Connector port="8080" protocol="HTTP/1.1" address="IP_address" />
Check VM Configuration:
Confirm that the VM allows HTTP traffic (port 80 or 8080) in its configuration.
Restart Services and VM:
Restart the Tomcat service (if applicable) and your VM.

Hope this work for you.

Best Regards,
florence023

from vms.

jotamartos avatar jotamartos commented on September 27, 2024

Hi @AliZahir819,

Please access the VM's console and ensure that all processes are running and that the IP is the correct one

sudo /opt/bitnami/ctlscript.sh status
sudo ifconfig

from vms.

krina234pestro avatar krina234pestro commented on September 27, 2024

Hello,

The “ERR_CONNECTION_TIMED_OUT” error typically indicates that your browser is unable to establish a connection to the server within a specified time.

Restart the VM and the host machine.
Clear your browser cache and cookies.
Try accessing the site from a different browser or device to rule out browser-specific issues.

I hope this info helpful to you.

Best regard
Maxim Time Clock

from vms.

github-actions avatar github-actions commented on September 27, 2024

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

from vms.

github-actions avatar github-actions commented on September 27, 2024

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

from vms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.