-
Notifications
You must be signed in to change notification settings - Fork 13
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
Complete Datapoint Failure After Updating to PAT 3.5.1 on Windows 11 #252
Comments
Hi there,
I apologize for not getting back to you sooner. I have not yet tried the
new version of PAT to know if the issue is fixed. That said, I downgraded
my PAT version to 3.3.0 where I wasn't having the problem. I run OpenStudio
server in Docker on another computer and use that as my "cloud" computer
with the recent version of OS server installed. I'm sure there's cases
where incompatibility may arise, but I have not yet encountered them.
So in essence I generate the cases in the old version of PAT but then they
get simulated in the newer version of OpenStudio in a cloud instance which
seems to work well enough for the time being.
…On Mon, Apr 3, 2023 at 8:20 PM Ib1ken0b1 ***@***.***> wrote:
Have you had any developments with this bug? I've also experienced it and
can't figure out a solution.
—
Reply to this email directly, view it on GitHub
<#252 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJRHX4ZZI3BNTJWUY3UAXEDW7OAPVANCNFSM6AAAAAAVHDFV3M>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Gabriel
|
Just wanted to check in to see if this issue has been resolved. I have tried using the newer version of PAT (3.6.1) and this is still the case. Is there any way to address this? |
3.6.1-1 ? |
also, in the console log, PAT outputs the commands its using to run the analysis. 'run analysis command' |
Hi @brianlball, I'm still seeing this as well. I just ran a PAT project from the command prompt using PAT 3.6.1-1 and got the following output:
|
that looks like the data point was submitted correctly. the next step would be to look the /temp_data directory in your PAT project folder. this has the analysis and datapoint directories for the simulations that are trying to run. Look in the datapoint directory for any energyplus .err files or other log info |
It looks like the run folders are all basically empty. There is a single run.log file in each, however they're all empty files. |
zip up your pat project folder and i'll try and reproduce |
Sure thing @brianlball, see attachment here: PatTesting_2.zip |
I think I found the culprit. The weather file was not set in the design alternatives, resulting in a NULL value for the weather file. Once I selected a weather file it ran. I found this by looking at the simulate data point log which can be found in a few locations: or in the server localhost:8080 webpage |
I've added the weather file to each of the design alternatives, however, each point still fails. It doesn't have any information for sdp_log_file either: I've rezipped the project with the updated design alternatives here:PatTesting_2_update.zip |
Are you running it on Windows 11?
…On Mon, Oct 30, 2023 at 10:14 AM Brian Ball ***@***.***> wrote:
I just ran your project in PAT 3.6.1-1 with the project at
c:\PatTesting_2_update and it ran successfully.
[image: image]
<https://user-images.githubusercontent.com/2235296/279124653-110007b2-4a31-4d92-9979-0eefe38c94f1.png>
—
Reply to this email directly, view it on GitHub
<#252 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJRHX4YK5FC7JSW5NBS6463YB7G4ZAVCNFSM6AAAAAAVHDFV3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBVGU2TSMZUGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Gabriel
|
windows 10 |
I am also able to run the project on a Windows 10 computer. However, if I try to run the project on my Windows 11 Laptop with PAT 3.6.1-1 I get the datapoint failure. That's what's lead me to think the issue is Win 11 specific. |
gotcha, will the OSMs that are generated on the windows 10 computer, and/or the OSW workflow with measures run on the Windows 11 machine with the openstudio CLI? |
Yes. I called one of the workflows generated by PAT located in the temp_data folder from the openstudio CLI (version 3.6.0). It fully simulated and ran its reporting measures. |
did you use the openstudio that ships with PAT? For example, at C:\ParametricAnalysisTool-3.6.1\pat\openstudio\bin\openstudio.exe |
I just tried and yes, it will also simulate using the version of openstudio shipping with PAT. |
we are working on getting a windows 11 VM so we can replicate the issue |
I've also run into this issue and am running on Windows 11. Has there been any progress with this? I've also been using version 3.6.1 and the newly released 3.7.0, and the same error happens in both. |
We are still waiting on our IT to release an approved windows 11 VM for us so we can include windows 11 in our testing. |
@MColeman2021 PAT 3.7.0 was re-released with the correct version of E+ https://github.com/NREL/OpenStudio-PAT/releases/tag/v3.7.0 |
Hi, has this issue been resolved? I am getting the same datapoint failure issue- I am using v3.7.0 for PAT and I have Windows 11 Version 23H2 (x64). |
I may need to try to re-produce it in other platform and see how it works... Probably not issue in E+? |
NREL/OpenStudio-server#737 |
Please I am facing same challenges, i have the latest version of PAT 3.7.0 using windows 10, but simulation still fail. I want to downgrade it to 3.6.1 but i couldn't find. kindly ; Your help will be appreciated. |
The 3.6.1-1 release can be found here |
Thank You very much. let me give it a try. i really appreciate |
what about the logs in the PAT project folder? |
Hello Sir, Kindly , look at it and please if you can advise to solve the issue. Once again thank you i appreciate. |
That past is not helpful. Is there anything in the localresults or other log files that looks like something we can debug? something that says |
Thank you Sir. |
Thats an openstudio model. I want the PAT project. |
Yes Sir, It ran successfully. |
there are no measures or design alternatives to run in that pat project, so I cant replicate what you are seeing |
Hello Sir , |
Summary:
I keep getting a Complete Datapoint Failure when trying to run PAT simulations using the local server on Windows 11 (see the below screenshot). Simulations were running fine on PAT 3.3.0. The seed model from the below-linked project was created with OpenStudio Application 1.5.0 and does simulate fine in the application. I've tried some older PAT projects as well and still get the datapoint failure.
Troubleshooting Steps I've Taken:
I've tried doing a full uninstall, reboot, install, and then another reboot before running PAT just to make sure I didn't have anything hanging around.
I moved my project folders to the base of the C-Drive to make sure I wasn't having a file path issue.
It's not clear if it's a bug related to windows 11 or PAT. I also can't rule out if it's something weird I've done in setting things up.
I've uploaded my project folder to OneDrive here if that will help to isolate the issue.
The text was updated successfully, but these errors were encountered: