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

error running test-server if first command performed #1243

Open
thanhc opened this issue Feb 24, 2015 · 0 comments
Open

error running test-server if first command performed #1243

thanhc opened this issue Feb 24, 2015 · 0 comments

Comments

@thanhc
Copy link
Contributor

thanhc commented Feb 24, 2015

If the first brjs command somebody runs is ./brjs test-server so that they are first asked about the anonymous stats, then you get the following error, it only appears to happen when its the first time:

Error:
Error running server.; Stream closed

Caused By:
Stream closed

Stack Trace:
org.bladerunnerjs.api.model.exception.command.CommandOperationException: Error running server.; Stream closed
at org.bladerunnerjs.legacy.command.test.testrunner.TestRunnerController.run(TestRunnerController.java:110)
at org.bladerunnerjs.legacy.command.test.TestServerCommand.doCommand(TestServerCommand.java:52)
at org.bladerunnerjs.utility.CommandRunner.run(CommandRunner.java:25)
at org.bladerunnerjs.api.BRJS.runCommand(BRJS.java:386)
at org.bladerunnerjs.utility.UserCommandRunner.doRunCommand(UserCommandRunner.java:34)
at org.bladerunnerjs.utility.UserCommandRunner.run(UserCommandRunner.java:26)
at org.bladerunnerjs.api.BRJS.runUserCommand(BRJS.java:391)
at org.bladerunnerjs.runner.CommandRunner.run(CommandRunner.java:111)
at org.bladerunnerjs.runner.CommandRunner.main(CommandRunner.java:63)

@thanhc thanhc added the bug label Feb 24, 2015
@thanhc thanhc added this to the 1.0 RC1 milestone Feb 24, 2015
@andy-berry-dev andy-berry-dev removed this from the 1.0 RC1 milestone Mar 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants