I was using xampp 2 weeks ago perfectly. But, now, whenever i am trying to connect localhost, it does not appear and keeps refreshing. I know what happens when the port is used by other programs which appears as "not found" or so. But, now, i have no errors or no results. Only refreshing the page... What is the problem? I reinstalled many times even changed the service but the result is the same
Related
I had installed ColdFusion 2018 recently and with the installation less than a month old (and my understanding of the technology even less), my Cold Fusion service has stopped working. I have tried a number of things and have referred to a number of articles and out of many such errors where the service is not being accessible, some of them were able to get it resolved. However, some other obscure reason that may be causing this error have been untouched and unknown.
Whenever, I try to restart the service, I get an error as shown below:
Windows could not start the ColdFusion 8 Application Server on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to server-specific code error 2.”
Without much understanding, I started to google it out. Looking into every one of these posts, I tried
Configure JRE and try to relaunch the service by looking at "JAVA_HOME" variable and JVM.config
Run the batch files in every possible combination to find if anything clicks
Check if the present JAVA version works and is compatible with Coldfusion version installed
Fiddling with the "SessionStorage" var in neo-runtime.xml file as some suggested
and few other tricks coupled with a numerous service restart attempts and a few machine reboots as well.
A service that renders Cold Fusion pages should be shut down abruptly. To add to agony, the CF Admin also depends on the service and hence does not work.
Any pointers to any potential solutions?
I am facing some issues with GCP and the AI Platform (Jupyterlab)
It seems that I am unable to maintain a stable connection with the server for a long time. I keep getting those 'server connection error' message. From there two possibilities:
either nothing happens and my cell keeps running
or
the cells have stopped running and I can see the status 'No Kernel!' on the top right of the notebook. Whenever I select a kernel (python 3) again, depending on my luck I can either keep working, or the cell will display the running status (with the * on the left of it) but the kernel status on the bottom left will stay on : 'connected' (instead of 'busy'). For the latter, I need to restart the kernel and run all the cells again, which can be very long.
Sometimes this happens as soon as I run the first cell after (re)starting the instance, sometimes a bit later. The longest stable period I was able to work on the notebook without any issue was 20, 30-ish minutes, which is quite annoying.
Configuration of my main instance :
- 16 CPUs
- 60gb of RAM
- A P100 NVIDIA GPU
I have tried different types of instance and I keep having the same problem, network at home is stable.
error message
What operating system and browser are you using at work?
I had the same problem as you did on Ubuntu 18 with the Firefox browser.
When I switched to Windows with Chrome the error did not reoccur, even though it was the same network.
I had a similar issue today: according to the google docs the cause for this is that the docker/ Jupyter service is not starting.
The cause why these services couldn't be started in our specific case was a full disk.
We started seeing this issue about 2 hours ago. It's happening very randomly. For example, if you copy and paste this URL for the image into browser, the chance of it not showing up for me is about 20%.
https://d1jbmqjs327xbn.cloudfront.net/_pa/spaces-developer.pxand/assets/images/apps/pos/pos-login-bg.jpg
Even after the browser able to load the image, it may not load if you do a hard refresh. Then it will eventually doing hard refresh 2-3 more times.
This seems like a networking issue on AWS side.
Another thing I saw is that 3 of my domains randomly became unreachable for a few minutes (I tested with ping) and then they eventually become reachable again without making any change on my side.
Is anyone experiencing the same issue today (Sep 20, 2017)? This is causing an issue for 10+ sites/apps I manage and I'm not quite sure how to solve this issue. Amazon is also not getting back to me on this.
I'm getting the below "WSAECONNRESET" error when I try and connect with Perforce P4V on a VM I use.
"TCP receive failed.
read: socket: WSAECONNRESET"
This started late last week, it worked fine prior to that. I don't know of anything that has changed. The Perforce server is up and working because I can connect just fine from outside of the VM and other users aren't having any issues with it.
I can ping the server I'm trying to connect to from the VM just fine too. No firewalls are turned on. I have tried restarting the VM, my PC, and reinstalling Perforce (latest version). Any ideas?
Turns out that a few developers copied the same VM and we all had the same Mac Address. This didn't manifest in issues we noticed anywhere else, but Perforce couldn't handle it. Refreshing the Mac Address to eliminate this conflict resolved the previously mentioned Perforce errors.
I know similar question have been asked earlier. But I rather explain mine because I feel there is a larger issue at hand.
Well I am working in a ASP.NET MVC environment. I have a set of jQuery and scripts being initialized in the _Layout.js file. I have added the https://www.goolge.com/jsapi at the end of all the remaining jQuery references.
1. Now, lately, not always, but sometimes (which is frequent for the last 4 days actually)... I realized my Google charts were not loading or were loading extremely slowly.
I used fiddler, I used firebug etc, but the request stop and waits and waits and keeps waiting at the stage where browser calls "Sending request google...."
I assumed it was because of fiddler and firebug there was some delay, but it was not. So this is what I tried, whenever the problem occurs I immediately switched off all fiddlers and firebugs and opened Command prompt and did a ping www.google.com....surprisingly "Request Timed Out". I immediatly also opened browser and tried to open www.google.com at this moment... It searched and then suddenly redirected to google.co.in as I am located in India.
Now, did anybody face such similar problem recently? I hope this is temporary... or is there anything I am missing?