Unable to launch the IIS Express Web Server-VS2017 - visual-studio-2017

I got an error while using VS2017, the information is strange.
Also i have searched and tried others' solution, but doesn't work.
Anyone have the same issue?

Related

TypeError when using vscode-tomcat

An error sometimes occurs when using the Tomcat plugin for Visual Studio Code on an AWS Cloud9 instance, which runs as follows: TypeError: Cannot set property 'readableListening' of undefined.
Starting the server is impossible without disabling the plugin, reloading the window and re-enabling the plugin.
Does anyone know of a proper fix for this issue? It would be greatly appreciated.

All the IIS sites are already configured by some other version of ColdFusion

We recently did an update to 2016 for ColdFusion. After the update my application was not working. It shows Access Forbidden error. I checked the WS.config file to see if ColdFusion and IIS are connected. At that time I could see it was empty. When I tried to add it then it shows the error All the IIS sites are already configured by some other version of ColdFusion.
Can anyone please help me with this problem?
We got the error message All the IIS sites are already configured by some other version of ColdFusion. when switched to another Coldfusion version. We tried many of the solutions which didn't work out for us.
Finally, we uninstalled IIS windows feature entirely(we were able to do that since it was a dev machine) restarted as prompted, and installed IIS feature again which resolved the problem.

ColdBox 4.1.0 - Error creating eviction policy: LRU

I am using CF11 update 5. I downloaded ColdBox 4.1.0 and as the documentation says, I copied the downloaded folder to web-root and renamed the folder to coldbox. When I try to run any of the sample applications, I get the following error.
I don't know what the problem is. I searched the internet and found one related stuff-
https://groups.google.com/forum/#!msg/coldbox/fwmYOa4sLpY/YxmUmhroqaoJ
But that doesn't seem to solve the issue.
Do anyone know how to sort it out?

Gdata authorization errors

I have installed the google data python library in order to connect to google docs through python. The problem is that I am constantly getting a 401 error, while running the ./samples/docs/docs_example.py (as suggested on https://developers.google.com/gdata/articles/python_client_lib?csw=1#library) saying that authorization is required. But this is really strange, because I ran the tests using ./tests/run_data_tests.py and everything seemed to be fine (no errors here). Also I put in the right credentials of my google account, while running docs_example.py.
Has someone came across this issue before, or does somebody know a solution??
Tnx for your help.

Error 1067 when trying to start my newly created service

I've been busy writing a login server for a larger server network I'm developing (game servers) and I've hit a problem.
So I'm creating a login service using RakNet and MySQL. RakNet is fine and it works great but now I want to attach a database so I can keep registered users and let them log in. Now, I added all include and lib things to my project properties and I use mysql++ to connect to my database.
Everything compiles fine and I get no errors but when I try to start the service, after installing it correctly, I get an error 1067 that it can't be started.
I have this error since I've implemented mysqlpp but I have no idea how to solve it (been searching the internet for days). I tried reinstalling the MySQL server but that didn't help. I have the latest version of mysql++ by the way.
Anyone knows how to solve or debug this problem? Thanks in advance!