WAMP server in windowss 7 safe mode - wamp

Because windows 7 crashed and gives me this msg: The application was unable to start correctly (0xc0000022). So i started win 7 in safe mode to just backup my project database, but WAMP server is not working and it's icon is red.
Is there any way to backup database or start WAMP.
So kindly help.

Related

Run shiny app with rstudioserver on centos error "Connection Refused"

I have trouble with my shiny app run in my rstudio server on my centos Server.
When i run a shiny app in my rstudio-server IDE, a new browser windows open (that's normal) but i have this error "Connection Refused".
I run the "hello world" shiny app (https://shiny.rstudio.com/gallery/example-01-hello.html) in my home directory.
I have also a shiny-server on this centos server for run my deploy application, and this work fine.
You can see my all soft version
CentOS Stream release 8
R version 4.1.3 (2022-03-10) -- "One Push-Up"
RStudio Server 2021.09.1 Build 372 2009-2021 RStudio, PBC "Ghost Orchid" Release (8b9ced18, 2021-11-08) for CentOS 8
-shiny-server - Shiny Server v1.5.18.987 (Node.js v16.14.0)
In my Rstudio IDE they are no message error, the applucation is running (with error message) and i have this
> runApp('test')
Listening on http://127.0.0.1:7880
If I forgot something do not hesitate, thank you for your help.
Best Regards
Quentin B.

EasyPHP MySQL does not start

I´ve installed EasyPHP Devserver 16.1.1 on Windows 7 starter. HTTP server works fine, but MySQL (5.7.11 x86) doesn't start. I can't figure out why. After clicking Start button, the page refreshes but MySQL never starts, with no error messages. Error log remains empty.
I´ve also installed Visual C++ Redistributable for Visual Studio 2015 x86.
Can anyone help me with this? Thanks in advance.
I have found the reason.I read MYSQL's error log , and saw this "[ERROR] Do you already have another mysqld server running on port: 3306 ?" , then I realized that I have another mysql server is running on 3306(because I have installed other PHP environment in my computer,and it starts automatically). I open the Tools of EasyPHP ,select "open ports controller", and kill the process on 3306. Finally , I start MYSQL again. Everything goes fine.
i opened the CMD and wrote "lodctr /r", i waited to load a few second, a message popped out, i dont remember what it said but then i reloaded the web site and tried again to star the servers, it worked!!!
well, if anybody is having problems here can try this.

WAMP- localhost opening error

I am trying to install wamp server (following is the exact setup name) on windows 7, 64Bit OS. But it never starts, icon stays in green color meaning services start.but it is not working.
Possibilities
WAMP use port 80 : Is there any other process running which might use port 80. Skype use this port. Do you have skype ?
If the Wampmanager icon in the system tray is Orange then one of the services has not started.
Look at your MySQL error log and Windows Event Viewer, for error messages from MySQL, that should tell you what the problem is.
If you tried installing Apache and MySQL independantly before you installed WAMPServer make sure they are both properly uninstalled. Also check there is no my.ini file anywhere on your system except inside the C:\wamp folder structure.

Can you install vmware server 2 on the Windows 8 preview?

Apologies if this has been asked already, searching the web reveals lots and lots of threads about installing the Win8 beta on VMware but not the other way around.
I am trying to install VMware Server 2.0.2 on a Windows 8 Preview machine. It appears to install correctly but I cannot then reach the web based homepage to configure virtual machines, i.e.
https://localhost:8333/ui/
gives the error that the "connection attempt to localhost was rejected. The website may be down or your network may not be properly configured".
Has anyone had any success running VMware Server 2.0.2 on Windows 8 Preview? If so were there any gotchas you needed to avoid?
I don't think it will ever be resolved. VMware Server was declared End Of Availability in January 2010; There will be no support for Windows 8.
Your best try would be trying launching the services in compatibility mode, but why would you do that? Why not use the much more advanced VMware Player or VMware Workstation products?
I've found a way to run it on Windows 8.
On my PC with a x64 version of Windows 8, when I installed VMware Server 2, I found there was a service called VMware Host Agent that cannot be run. When I opened the system Service Manager and clicked to launch this service, it gave me the error.
My solution is to create a service with the same command string and set it to start automatically by using the "sc create" command in cmd.exe. And it worked for me!

Applying coldfusion 8 Update 1

I'm running ColdFusion 8 Enterprise Edition on RHEL 4 32bit. I tried applying the ColdFusion 8 Update 1 (8.0.1) but the installation fails with the error below. Can anyone help?
Thank you.
===============================================================================
Installing...
===============================================================================
Installation Aborted
The installation of the Adobe ColdFusion 8.0.1 did not complete successfully.
Please make sure that the ColdFusion MX server has been shut down prior to
running the installer again.
All services related to coldfusion, webserver, jrun are stopped alerady.
I do not know about Red Hat but if you get this error on Windows then you need to stop all the JRun services to complete the update.
This article here has a section on starting a CF service on Linux http://www.aaronwest.net/blog/index.cfm/2011/2/7/Super-Guide-Installing-ColdFusion-9-on-CentOS-Linux I am pretty sure if you substitute start for stop in that command you might have some joy.