2

PAT 3.0.1 Server Offline

I installed PAT 3.0.1 but my local server isn't working. These are Developer Tools errors:

image description Could someone help me, please?

Marcus Camargo's avatar
83
Marcus Camargo
asked 2020-08-23 18:22:31 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-08-23 20:36:24 -0500
edit flag offensive 0 remove flag close merge delete

Comments

1

The local server is off by default in 3.0. Did you start it in the server tools drop down?

BrianLBall's avatar BrianLBall (2020-08-24 20:08:30 -0500) edit

assuming you did, you'll also get more information if you run the 'start server command' from the debug console in a terminal or power shell. you can also add '--verbose' before 'start local'

BrianLBall's avatar BrianLBall (2020-08-25 17:47:54 -0500) edit

Brian, I'm not getting what I need to do to use PAT like 2.9. Need to configurate something?

Marcus Camargo's avatar Marcus Camargo (2020-08-25 18:01:07 -0500) edit

We need to get the debug information from the 'start local' command. To do that, copy the lines after the 'start server command:' in the debug window into a power shell terminal (windows) or terminal (mac/ubuntu). You might need to remove some of the quotes. For example: C:\openstudio-2.9.1\pat\ruby\bin\ruby.exe C:\openstudio-2.9.1\pat\OpenStudio-server\bin\openstudio_meta start_local --verbose --ruby-lib-path="C:\openstudio-2.9.1\Ruby" "C:\Projects\OS-PAT-test\sample_projects\SEB_calibration_SingleRun_2013/SEB_calibration_SingleRun_2013.json"

BrianLBall's avatar BrianLBall (2020-08-25 18:09:10 -0500) edit

that will help us figure out why that command is not working for you.
I'm a little concerned about the use of different drives in the command (C and D:) Is D a network drive?

BrianLBall's avatar BrianLBall (2020-08-25 18:13:38 -0500) edit
add a comment see more comments

1 Answer

0

Typical use it to run PAT projects from the boot drive. If you make a new PAT project does it have the same issue, or is it unique to this project? If the project is with a specific project it can help to follow these steps
- Quit PAT and restart computer (restart gets rid of orphan processes)
- Next to your pat.json are a number of additional files. Backup a copy of the project directory for safety, and then delete everything but (pat.json, measures, seeds, weather, files, and scripts)
- start PAT and load your project
- start the local server

David Goldwasser's avatar
20.4k
David Goldwasser
answered 2020-08-25 23:14:45 -0500, updated 2020-08-25 23:16:15 -0500
edit flag offensive 0 remove flag delete link

Comments

As always, you saving my work, David. Thank you again, It's runing now.

Marcus Camargo's avatar Marcus Camargo (2020-08-26 16:55:43 -0500) edit

@Marcus Camargo, glad you got it working. Just to clarify, did moving your project to boot drive work, or was it restart and file cleanup that worked?

David Goldwasser's avatar David Goldwasser (2020-08-26 17:37:56 -0500) edit

Sorry David! I I put all the files in the main driver, later I cleaned up my paste, and It worked. I don't know which move made It works.

Marcus Camargo's avatar Marcus Camargo (2020-09-02 10:21:48 -0500) edit
add a comment see more comments