Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting/Stoping PIA on Windows hangs #62

Closed
iversond opened this issue Nov 24, 2017 · 2 comments
Closed

Starting/Stoping PIA on Windows hangs #62

iversond opened this issue Nov 24, 2017 · 2 comments

Comments

@iversond
Copy link
Contributor

Starting and Stopping PIA domains on Windows doesn't work correctly. When starting with startPIA.cmd, the command hangs because the script doesn't exit. When using psadmin -w, the command also hangs but without any output.

This seems like a similar issues to #61 in that the Java processes hold onto the session and don't exit back to the shell.

@iversond
Copy link
Contributor Author

Using &{& $env:PS_CFG_HOME/webserv/#{domain}/bin/stopPIA.cmd} 2>&1 worked for stopping, but the output is not redirected into the stdout.

@iversond
Copy link
Contributor Author

Resolved in version 2.0. Using cmd to start/stop domains with psadmin instead of powershell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant