Localhost refused to connect - Bitnami does not display any server - sql

I have created a Wordpress website locally using the Bitnami installer. Everything was going well and I have managed to finish designing the website until something happened.
I'm not sure if it is in any way related to the issue but my computer automatically installed a Windows update, since then I cannot access the website that I created locally. It says that,
This site can’t be reached
localhost refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
Again, I'm not sure if this has anything to do with the update, because I have already uninstalled the updated and it's still the same. What's also weird is that my Bitnami managers servers aren't running any servers, and actually there are no servers under it at all.
I am confused and lost as to how this happened and what's the solution for this. I would appreciate any help or pointed anyone can give me. Please see attached Photos.
This is the initial message when I try to access the website
Clicking on the go to application and open my phpadmin doesn't do or open anything
There are no servers
There are no events

Bitnami Engineer here,
If the Bitnami manager doesn't show the services is because they are not installed in the server or they got renamed during the upgrade process. Let's try to reinstall the services again.
First of all, you will need open your installation directory and double-click on the use_wordpress.bat file. That will open the command prompt in Windows
Run the remove command
serviceinstall.bat REMOVE
If the console is closed, open it again and run the install command
serviceinstall.bat INSTALL
Check if the services are now up and running in the Bitnami Manager tool

Related

MAMP error: couldn't be started

I've installed MAMP (windows) and I can't start it. When I first opened it, i got the usual error of port 80 already used. But after i changed it to another port, 8888, i got a diferent error:
Could not wait for starting of Apache child. Apache parent process id is: 6208
I'm always getting this error, even though i've reinstalled MAMP and tried diferent ports as well, like 2222, and I keep getting the error. Besides, the process id in the error is always diferent every time i try to start MAMP.
Any suggestions?
First of all, "MAMP for Windows" IS for Windows! I do prefer it to a WAMP due to simplicity.
After getting a "Could not wait for starting of Apache child. Apache parent process id is"
I have disabled a Windows firewall.
Then, I have uninstalled the .NET, C++, and then the MAMP.
Then, I have installed the MAMP again, with all the .Net and C++ files that come with it.
Then, enabled the firewall back.
It now works.
First of all MAMP is not for windows it stands for Mac Apache Mysql Php so you need to install WAMP(Windows Apache Mysql Php) than if you have installed Wamp, change the port to 80 again. the error(port 80 already in use) comes from one of the following problems:
Skype: Make sure that you have stopped skype or unistall it.
SQL Server Reporting System: if you have installed sql server so please stop the process of SQL server reporting system.
After this tips restart your server and the problem is solved. If still the problem is not solved comment back.

Weblogic 10.3.5 Admin console Deployment page - Missing status of applications

I have an instance of Weblogic 10.3.5 running with a bunch of apps.
For some reason, the deployments page in the Admin console stopped showing the health (status) of the deployed apps (usually a green check icon). Just looks weird. Any ideas on how I can bring that back?
The apps are not running, possibly because their target machine isn't currently up. Find out what managed server they are targeted to and make sure it's running. If you want them to run on the Admin Server, you can change their targets via configuration.
some times it may happen...
First you have to make sure all the applications are running properly or not....
If any issues in deploying application or deployed application then it may show in this manner....
Exact solution to your problem is Restarting admin node
But it is better to do following steps...
Stop both admin and Managed nodes.
Start the Admin node then managed node.
Check the console...

Can you have apache-tomcat and another server like wampp or xampp

I am new to Web Development but I have experience in Java, C/C++,Unix Scripting and basic SQL. I have apache-tomcat server because I downloaded Java EE but recently I wanted to start added PHP to my html and I have to download a server like wampp or xampp to run php files. But I downloaded xampp and when I tried to reach my localhost my browser froze up, I tried it multiple times but no luck reaching my local server. Then I decided to try it on wamp and the same thing happened. Can you have two different kinds of servers on your PC even if only one is turned on at a time?
No you can get PHP to run out of a TomCat Web Server.
See this somewhere in the middle of it he tells you how to download a PECL extension that will allow TomCat and the PHP interpreter to become friend.

Configure SVN on WIndows 8

I am new in SVN configuration. I have Windows 8 with 4 drives. I am planing to configure TortoiseSVN 1.7.12 on one of drive and will do the checkout from another drive.
I have installed it but unable to configure it as SVN server.
How can i configure it?
Appreciate you help on this.
Thanks in advance.
You can't get TortoiseSVN configured as a server because it's not a server. TortoiseSVN is a client.
If you wish to run a server, you need to acquire & install Apache (if you want to use HTTP access) and a Win32 command-line build of Subversion (no matter what). You may find this easier via one of the pre-built packages such as CollabNet Subversion Edge, VisualSVN Server, or uberSVN
If you're going to be sharing with someone else, get a separate server set up and managed properly - don't run it off your desktop (what happens when your hard drive crashes, or you go away on vacation?).
The current stable version of TortoiseSVN is 1.7.13. You might consider using that.
Server configuration is an activity which you should do after careful preparation.
You may read the details here:
http://svnbook.red-bean.com/en/1.7/svn.serverconfig.html

Cannot re-install apache 2.2 services on XP through xampp

I'm trying to experiment with xampp. After having some space issues, I wanted to move my xampp install onto another drive (d:). However I have the apache 2.2 services in XP services which are still pointing to my original c: install. I only see how to start and stop. I'm hoping just removing the service will fix my issues.
So the question is two-part 1) how do i remove the service 2) based on this info can i simply reinstall afterwards to get the services running?
thanks
In a command prompt execute:
sc delete service
Where service be Apache and mysql.
Then go into your xampp control panel and check the little svc boxes. That will make them services again.
Be sure to run the "setup_xampp.bat" script in the root of your xampp server! You must do this each time your servers change directory (this feature is useful if you put your servers on a USB drive).
Good luck :)