Localhost failing to start after installing mifos - web

I installed xampp v 3.2.2, jdk 9.0.4. The xampp package has, Mysql 7.2.3. I installed mifos following the installation guide from the mifosforge.jira.com. All the modules in xampp are working fine. I attempted to launch mifos through running tomcat admin in xampp. However on attempting to start mifos, an error occurred. I am using windows 8.1, 64bit.
Can somebody please assist on how i can resolve this problem. i have attached the log file and screenshot of the event.
Screenshot

Related

Verdaccio on IIS on server 2008 r2

I have setup the verdaccio on IIS on windows 10 and it works perfectly fine. But when I did the same process on server 2008 r2 it opens the page but then suddenly some runtime error and then shows blank page. On console I see some runtime errors on script 1002.
Verdaccio : 4.12.0
node : 12.7.0
python : 2.7
Although after a lot of try and error. Changing verdaccio version to 4.4.4 worked for me.
To install verdaccio#4.4.4 with python 2.7 we can run following command;
npm i verdaccio#4.4.4 --python=python2.7

DockerToolbox-1.12.2 - Windows 7 - Error: connect ENOENT //./pipe/docker_engine

I have installed DockerToolbox-1.12.2.exe in Windows 7 from https://github.com/docker/toolbox/releases/tag/v1.12.2 link. After installation, if I try to launch Kitamatic, I am getting
Error: connect ENOENT //./pipe/docker_engine.
I have tried RETRY SETUP and USE VIRTUALBOX options available, but didn't helped much. Can anyone suggest, how to proceed?
Because on Windows 7, docker is not supported native. So, you must have Virtual Box installed on your machine. If it is not already installed, you can re-run the docker toolbox installer, it asks you to install the Oracle VirtualBox with installation.
If it is already installed on your machine, open it and check if there is any default VM created in it and what is the error you are facing when you click on Use VirtualBox?

Installing PHP Driver for Cassandra on Windows 7 with Xampp

I'm trying to implement https://github.com/datastax/php-driver on Windows 7 with Xampp.
I've downloaded all the required dependencies.
When I execute vc_build, it hangs or stops after printing "Building and installing cpp-driver".
https://mail.google.com/mail/u/0/?ui=2&ik=3b8c444a04&view=fimg&th=14fc7e601acf5f83&attid=0.1&disp=emb&realattid=ii_14fc7e23a10fc709&attbid=ANGjdJ9tOvdH26loNZ57M5zPRWYH2opB0gvFwChzXhjoSqBiU2KFDdkVVgee2prFMOquD36Lvi5JbwDyUd0Jz_N1bJaptmH9b0ztDGv1pYA09fduehZI8fFPXXT0abI&sz=w908-h448&ats=1443579568911&rm=14fc7e601acf5f83&zw&atsh=1
Any suggestion?
Have you tried installing using pecl?
https://github.com/datastax/php-driver/blob/master/ext/README.md#installing-with-pecl

pywin32 running 32bit windows service on 64bit OS

I am running 32bit python application on old Windows Server 2003 using pywin32 package and it's working fine. Lately I've received new Server with windows Server 2012 64bit OS and I started installing the same application. While it didn't run under 64bit Python 3.4 I've installed 32bit version and it's working fine when I am running it from command line.
The problem starts when I want to run it as windows service. It installs and looks ok but it doesn't start.
I am receiving following error: The service is not responding to the control function.
More help is available by typing NET HELPMSG 2186.
When I check pythonservice.exe it shows me following error:
PythonService was unable to locate the service manager. Please see the event log for details
Is there any way I could run it as it does run under 32bit?
Thanks,
Mike

cloud9 installation on ubuntu 13.10

I have installed the cloud9 on my ubuntu server by following the instructions given in the following link.
https://github.com/ajaxorg/cloud9/tree/master
when i start the cloud9 on my server through mindterm ssh, i got the message that it was running in the url [http://localhost:3131], but when i access the url i can't get any response in my browser, i could i locate the cloud9 response. how can i get the cloud9 response in my browser?.
you can open your firebug , and look the Console!
There are details about your request and response from the server!
In my last time installation of cloud9 ide on my ubuntu server, i left the requirements section of installing the cloud9 ide. When i had seen the requirements i forget to install the
libxml2-dev
package in my server. After installing the above package ,cloud ide is running in my server.

Resources