You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running delayed jobs (local server aka PAT), the dj_worker.logs show errors:
Starting Delayed Jobs Top level ::CompositeIO is deprecated, require 'multipart/post' and use Multipart::Post::CompositeReadIO instead! Top level ::Parts is deprecated, require 'multipart/post' and use Multipart::Post::Parts instead! log writing failed. uninitialized stream log writing failed. uninitialized stream C:/Projects/OS-Server-develop/server/app/jobs/dj_jobs/run_simulate_data_point.rb:432: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open log writing failed. uninitialized stream log writing failed. uninitialized stream ...
and the simulate data point log aka {UUID}.log is initialized but empty: # Logfile created on 2024-03-27 15:56:17 -0400 by logger.rb/v1.4.2
when it should be showing the @sim_logger events in server/app/jobs/dj_jobs/run_simulate_data_point.rb like it does for the resque workflow:
# Logfile created on 2024-03-27 18:26:23 +0000 by logger.rb/v1.4.2 [18:26:23.685506 INFO] Server host is http://web:80 [18:26:23.685555 INFO] Analysis directory is /mnt/openstudio/analysis_4220eb89-e707-4554-83ee-b0f2df3d9f17 [18:26:23.685572 INFO] Simulation directory is /mnt/openstudio/analysis_4220eb89-e707-4554-83ee-b0f2df3d9f17/data_point_a771ef7b-98df-4fd3-90eb-25b8b4bda874
this makes debugging PAT runs difficult.
The text was updated successfully, but these errors were encountered:
when running delayed jobs (local server aka PAT), the dj_worker.logs show errors:
Starting Delayed Jobs
Top level ::CompositeIO is deprecated, require 'multipart/post' and use
Multipart::Post::CompositeReadIOinstead!
Top level ::Parts is deprecated, require 'multipart/post' and use
Multipart::Post::Partsinstead!
log writing failed. uninitialized stream
log writing failed. uninitialized stream
C:/Projects/OS-Server-develop/server/app/jobs/dj_jobs/run_simulate_data_point.rb:432: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open
log writing failed. uninitialized stream
log writing failed. uninitialized stream
...
and the simulate data point log aka {UUID}.log is initialized but empty:
# Logfile created on 2024-03-27 15:56:17 -0400 by logger.rb/v1.4.2
when it should be showing the
@sim_logger
events in server/app/jobs/dj_jobs/run_simulate_data_point.rb like it does for the resque workflow:# Logfile created on 2024-03-27 18:26:23 +0000 by logger.rb/v1.4.2
[18:26:23.685506 INFO] Server host is http://web:80
[18:26:23.685555 INFO] Analysis directory is /mnt/openstudio/analysis_4220eb89-e707-4554-83ee-b0f2df3d9f17
[18:26:23.685572 INFO] Simulation directory is /mnt/openstudio/analysis_4220eb89-e707-4554-83ee-b0f2df3d9f17/data_point_a771ef7b-98df-4fd3-90eb-25b8b4bda874
this makes debugging PAT runs difficult.
The text was updated successfully, but these errors were encountered: