Verdaccio on IIS on server 2008 r2 - iis-7.5

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

Related

Windows Server 2008 R2-Command Prompt-php7ts.dll is missing

In Windows Server 2008 R2 i installed php 7.3 using with web platform installer on IIS 7.5.
After installation In command prompt i ran this command :
php -i|find "PHP Version"
But i got this error :
php7ts.dll is missing
How can i fix this error?
In php folder in this path(C:\Program Files\PHP\v7.3) i could n't find php7ts.dll

Localhost failing to start after installing mifos

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

Bonobo.Git.Server early error

I'm trying to install Bonobo.Git.Server on my Windows 2008 R2 server (under IIS 7.0). I followed step by step the installation procedure (bonobo install) but when I try to access the application URL I got the following error:
What's up?
Well I forgot to install .NET Framework 4.6 (that was one of the prerequisites) now it works.

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

Resources