Hi, Any new updates on this?
I tried PAT 3.8 and encountered the same problem.
This is the rails.log content:
C:/ParametricAnalysisTool-3.8.0/pat/OpenStudio-server/gems/gems/bundler-2.4.10/lib/bundler/definition.rb:524:in `materialize': Could not find date-3.3.4, sassc-2.4.0, bson-4.14.1, msgpack-1.4.5, nio4r-2.5.9, websocket-driver-0.7.6, json-2.7.2 in locally installed gems (Bundler::GemNotFound)
from C:/ParametricAnalysisTool-3.8.0/pat/OpenStudio-server/gems/gems/bundler-2.4.10/lib/bundler/definition.rb:197:in `specs'
from C:/ParametricAnalysisTool-3.8.0/pat/OpenStudio-server/gems/gems/bundler-2.4.10/lib/bundler/definition.rb:254:in `specs_for'
from C:/ParametricAnalysisTool-3.8.0/pat/OpenStudio-server/gems/gems/bundler-2.4.10/lib/bundler/runtime.rb:18:in `setup'
from C:/ParametricAnalysisTool-3.8.0/pat/OpenStudio-server/gems/gems/bundler-2.4.10/lib/bundler.rb:171:in `setup'
from C:/ParametricAnalysisTool-3.8.0/pat/OpenStudio-server/gems/gems/bundler-2.4.10/lib/bundler/setup.rb:23:in `block in <top (required)>'
from C:/ParametricAnalysisTool-3.8.0/pat/OpenStudio-server/gems/gems/bundler-2.4.10/lib/bundler/ui/shell.rb:159:in `with_level'
from C:/ParametricAnalysisTool-3.8.0/pat/OpenStudio-server/gems/gems/bundler-2.4.10/lib/bundler/ui/shell.rb:111:in `silence'
from C:/ParametricAnalysisTool-3.8.0/pat/OpenStudio-server/gems/gems/bundler-2.4.10/lib/bundler/setup.rb:23:in `<top (required)>'
from <internal:C:/ParametricAnalysisTool-3.8.0/pat/ruby/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from <internal:C:/ParametricAnalysisTool-3.8.0/pat/ruby/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from C:/ParametricAnalysisTool-3.8.0/pat/ruby/lib/ruby/3.2.0/rubygems.rb:1370:in `<top (required)>'
from <internal:gem_prelude>:2:in `require'
from <internal:gem_prelude>:2:in `<internal:gem_prelude>'
you can manually run the command that PAT uses to start the local server by copying the command thats displayed after the "exec error: Error: Command failed" in your screen shot. You can also add --verbose --debug before start_local to get more description as to the error.
Thanks for that. I got this output after running it:
ERROR -- : Rails failed to launch. Please refer to
C:\UrbanoptRuns\OpenstudioRuns\PAT\test/logs/rails.log
.and attached is the content in rails.log https://github.com/tarunarasu/OpenStu...
Can you try with 3.7.0? There are issues with 3.8.0 that we are working on fixing.