Skip to content

RunView server port is 0, no run feedback #483

@macumber

Description

@macumber

Issue overview

First reported at:
https://unmethours.com/question/67363/openstudio-has-crushed/

Current Behavior

Run server port is 0 and no feedback from openstudio CLI gets to App. This also seems to prevent simulation results from making it back to the user's directory.

Expected Behavior

The simulation output should appear in the app and simulation results should get copied back.

Steps to Reproduce

Unclear why this is happening.

Possible Solution

One workaround would be to let the user specify a port via environment variable. At the very least, if a socket cannot be opened (

<< "-s" << QString::number(m_runTcpServer->serverPort()) << "-w" << workflowJSONPath;
), don't pass that argument to CLI.

Some additional details about your environment for this issue (if relevant):

  • Windows
  • 1.2.0

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions