Don´t run Editor CloudShell - google-cloud-shell

enter image description here
Sorry, hepd me. How I can run the Editor Cloud Shell on GoogleCloudShell
I need to solve this problem
When I open the console dont run. CloudShell not conect whit the server or i don´t have all permmises

Related

vc-storefront on IIS deployment

I am trying to deploy vc-storefront on IIS server. I am following the YouTube tutorial given in below URL
https://www.youtube.com/watch?v=BDpRec7_p7g
It works fine till I run publish command. The publish command runs successfully and the files gets generated in given folder. The command ran to publish the video is "dotnet publish -o "
In video, right after they ran this command they open a URL "http://localhost/admin" , which does not work in my case. Can someone please help me to get rid of this roadblock ? I am stuck at this point and don't know how to proceed.
Note: If you feel this is not right place to ask this question, please suggest where can I get some help regarding this.

How to run a Symfony command in Windows task scheduler?

I created a Symfony command that I can now use in cmd. I like it to be run every 15 minutes in my Windows task schedular. I created the task and everything to make it run every 15 minutes, but it doesn't execute the command. What am I doing wrong?
While writing the answer I figured out what I was doing wrong. I belive it is still worth posting since I've seen more people trying to get the question, in general, working but without success.
I had to remove the "" in the field Parameters toevoegen (dutch for "add parameters"). It now looks like this:
EDIT: To answer DavidG it's comment; You can get into this screen by pressing the Windows button and search for task schedular (or Windows Key + R -> taskschd.msc). Create a new folder with the name of your project or whatever. Press right mouse button on the folder and click "create task". If you then go to the actions tab you are where I am in the picture above.
The "Beginnen in" full path is: C:\xampp\htdocs\testExample, where testExample should just be your project directory name, not command or public directory, just the main directory with all of Symfony in it.

Having a problem with build\nodes\runnodes

I've been trying to build a CordApp and I downloaded the template from GitHub. The code that I've written is available on the following link:
https://github.com/shanmukhipriya99/taskcordapp
When I'm trying to run gradlew.bat deployNodes in the cmd terminal, this is what I got:
[gradlew.bat deployNodes]
Then when I run build\nodes\runnodes in the cmd terminal, this is what I got:
[build\nodes\runnodes]
Then I have three other terminal windows opening-up, they load the Corda part, show some red text that says something about the developer mode and all the node terminals get closed automatically before I'm able to read the entire text.
Can someone please help me in figuring out where I'm wrong!?
Thanks in advance!
It looks like you have had successfully started the nodes all in one terminal. I am not entirely sure, if this is the only issue, but I have seen this issue before. This is caused by lack of permission of the Terminal.
I have seen it happened for both Windows and Unix/Macos users. To resolve it you might need to grant the permission to Terminal manually.
If it still does not work out, I would actually suggest the alternative quick fix that Ashutosh mentioned in comment. Open a new tab and go to the root folder of each nodecd /build/nodes/XXX, and start the node manually via java -jar corda.jar

Mouse not clicking the intended image using sikuli library for robot framework on virtual machine (azure)

i am currently running robot tests using sikuli library(for a desktop application) on a virtual machine in azure.
I have problems with mouse not clicking intended image. and i get the error below.
[error] RobotDesktop: checkMousePosition: should be L(209,150)#S(0)[0,0 2049x1152]
but after move is `L(210,150)#S(0)[0,0 2049x1152]`
Possible cause in case you did not touch the mouse while script was running:
Mouse actions are blocked generally or by the frontmost application.
You might try to run the SikuliX stuff as admin.
[log] CLICK on L(209,150)#S(0)[0,0 2049x1152] (562 msec)
Could someone help me how to solve this issue. i tried running the script as an admin and also checked resolution but still doesnt work.
Any help would be appreciated. thanks.
That message is thrown usually because lack of privileges. If you tried running the program vía command line, try to create a new user with Administrative privileges. Later, execute the program with Shift + Left Click --> Run as ... and enter the new credentials. That should work.

pyinstaller program not working if built without console

I have a small app that I'm trying to build against windows machines. The program creates an OpenVPN connection. If I build the program and run it it first opens a console as the program output. If I pass the -w parameter to pyinstaller to not build it with a console attached the program fails to run at all. It opens allright but the vpn connection is never created.
With the console everything works perfect.
I also have a basic logging for the application in place to see where my code might stop and nothing gets written. With console on my program spits out all kinds of logs.
I just don't know why my program could be performing perfectly with a console but doing nothing without one. Any ideas?
Gonna answer this myself. Make sure you don't print anything and also you redirect all stdout to a logger, file or whatever else instead of the console.
I was having a similar problem, but couldn't find any print/stdout statements going to console. I was using subprocess.Popen and redirecting stdout=subprocess.PIPE. I subsequently added stderr=subprocess.STDOUT and stdin=subprocess.PIPE and my program worked. This page (Python subprocess.call() fails when using pythonw.exe) on subprocess failures helped me get it working.

Resources