rhomobile / rhodes

The Rhodes framework is a platform for building locally executing, device-optimized mobile applications for all major smartphone devices.
http://tau-platform.com/
MIT License
1.05k stars 237 forks source link

App terminates after 5 minutes without response #1025

Closed leonardofalk closed 3 years ago

leonardofalk commented 4 years ago

As the title says, the application terminates abruptely after 5 minutes if there's no response from the application controller, is there a way to change this timeout setting? Setting net_timeout in rhoconfig.txt doesn't seem to work.

vmusulainen commented 4 years ago

Expected questions: What platform iOS or Android? Rhodes version? Could you provide log from device? Could you provide the sample app?

leonardofalk commented 4 years ago

Sorry, I was in a rush and left things a bit misleading.

The problem happens inside any controller action where there's a heavy work and it lasts for more or less 5 minutes, then the app closes without error.

Confirmed on Android and Win32, can be tested with rhosimulator. Rhodes: 7.1

rholog:

I 01/27/2020 09:22:21:238 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:240 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhosupport.rb
I 01/27/2020 09:22:21:242 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhosupport.rb
I 01/27/2020 09:22:21:244 00001290              RhoRuby| require_compiled: rho/rhosupport, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhosupport.rb
I 01/27/2020 09:22:21:248 00001290              RhoRuby| find_file: fname: rho/rhocontroller
I 01/27/2020 09:22:21:251 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:252 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rho/rhocontroller.win32.rb
I 01/27/2020 09:22:21:257 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:259 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rho/rhocontroller.rb
I 01/27/2020 09:22:21:261 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:263 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhocontroller.win32.rb
I 01/27/2020 09:22:21:265 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:267 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhocontroller.rb
I 01/27/2020 09:22:21:270 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhocontroller.rb
I 01/27/2020 09:22:21:273 00001290              RhoRuby| require_compiled: rho/rhocontroller, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhocontroller.rb
I 01/27/2020 09:22:21:278 00001290              RhoRuby| find_file: fname: rho/render
I 01/27/2020 09:22:21:280 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:283 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rho/render.win32.rb
I 01/27/2020 09:22:21:285 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:287 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rho/render.rb
I 01/27/2020 09:22:21:290 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:292 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/render.win32.rb
I 01/27/2020 09:22:21:295 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:300 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/render.rb
I 01/27/2020 09:22:21:302 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/render.rb
I 01/27/2020 09:22:21:304 00001290              RhoRuby| require_compiled: rho/render, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/render.rb
I 01/27/2020 09:22:21:309 00001290              RhoRuby| find_file: fname: rho/rho
I 01/27/2020 09:22:21:320 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:322 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rho/rho.win32.rb
I 01/27/2020 09:22:21:324 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:328 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rho/rho.rb
I 01/27/2020 09:22:21:329 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:332 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rho.win32.rb
I 01/27/2020 09:22:21:334 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:335 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rho.rb
I 01/27/2020 09:22:21:338 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rho.rb
I 01/27/2020 09:22:21:339 00001290              RhoRuby| require_compiled: rho/rho, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rho.rb
I 01/27/2020 09:22:21:347 00001290              RhoRuby| find_file: fname: rho/rhoerror
I 01/27/2020 09:22:21:377 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:381 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rho/rhoerror.win32.rb
I 01/27/2020 09:22:21:383 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:385 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rho/rhoerror.rb
I 01/27/2020 09:22:21:388 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:390 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhoerror.win32.rb
I 01/27/2020 09:22:21:392 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:394 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhoerror.rb
I 01/27/2020 09:22:21:396 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhoerror.rb
I 01/27/2020 09:22:21:397 00001290              RhoRuby| require_compiled: rho/rhoerror, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhoerror.rb
I 01/27/2020 09:22:21:401 00001290              RhoRuby| find_file: fname: rhodes
I 01/27/2020 09:22:21:404 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:406 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhodes.win32.rb
I 01/27/2020 09:22:21:407 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:409 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhodes.rb
I 01/27/2020 09:22:21:412 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:414 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhodes.win32.rb
I 01/27/2020 09:22:21:418 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:421 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhodes.rb
I 01/27/2020 09:22:21:423 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhodes.rb
I 01/27/2020 09:22:21:425 00001290              RhoRuby| require_compiled: rhodes, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhodes.rb
I 01/27/2020 09:22:21:428 00001290                  APP| Looking for RhoConnectClient
I 01/27/2020 09:22:21:430 00001290                  APP| RhoConnectClient found. do nothing
I 01/27/2020 09:22:21:432 00001290              RhoRuby| find_file: fname: rhodes_translator
I 01/27/2020 09:22:21:434 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:436 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhodes_translator.win32.rb
I 01/27/2020 09:22:21:438 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:440 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhodes_translator.rb
I 01/27/2020 09:22:21:443 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:445 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhodes_translator.win32.rb
I 01/27/2020 09:22:21:447 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:448 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhodes_translator.rb
E 01/27/2020 09:22:21:451 00001290              RhoRuby| require_compiled: error: can not find rhodes_translator
I 01/27/2020 09:22:21:455 00001290              RhoRuby| find_file: fname: rho/rhoviewhelpers
I 01/27/2020 09:22:21:457 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:458 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rho/rhoviewhelpers.win32.rb
I 01/27/2020 09:22:21:460 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:462 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rho/rhoviewhelpers.rb
I 01/27/2020 09:22:21:463 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:465 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhoviewhelpers.win32.rb
I 01/27/2020 09:22:21:466 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:468 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhoviewhelpers.rb
I 01/27/2020 09:22:21:470 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhoviewhelpers.rb
I 01/27/2020 09:22:21:471 00001290              RhoRuby| require_compiled: rho/rhoviewhelpers, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhoviewhelpers.rb
I 01/27/2020 09:22:21:475 00001290              RhoRuby| find_file: fname: rho
I 01/27/2020 09:22:21:476 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:478 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rho.win32.rb
I 01/27/2020 09:22:21:479 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:481 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rho.rb
I 01/27/2020 09:22:21:483 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:484 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho.win32.rb
I 01/27/2020 09:22:21:486 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:487 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho.rb
I 01/27/2020 09:22:21:489 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho.rb
I 01/27/2020 09:22:21:490 00001290              RhoRuby| require_compiled: rho, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho.rb
I 01/27/2020 09:22:21:492 00001290                  APP| RHOSTUDIO_REMOTE_DEBUG=false
I 01/27/2020 09:22:21:494 00001290                  APP| RHOSTUDIO_REMOTE_HOST=
I 01/27/2020 09:22:21:495 00001290                  APP| RHOSTUDIO_REMOTE_PATH=
I 01/27/2020 09:22:21:497 00001290              RhoRuby| find_file: fname: debugger
I 01/27/2020 09:22:21:498 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:500 00001290              RhoRuby| find_file: check file: C:/timeouter/app/debugger.win32.rb
I 01/27/2020 09:22:21:501 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:503 00001290              RhoRuby| find_file: check file: C:/timeouter/app/debugger.rb
I 01/27/2020 09:22:21:504 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:506 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/debugger.win32.rb
I 01/27/2020 09:22:21:508 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:510 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/debugger.rb
I 01/27/2020 09:22:21:511 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/debugger/debugger.rb
I 01/27/2020 09:22:21:513 00001290              RhoRuby| require_compiled: debugger, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/debugger/debugger.rb
I 01/27/2020 09:22:21:516 00001290              RhoRuby| find_file: fname: uri
I 01/27/2020 09:22:21:518 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:519 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri.win32.rb
I 01/27/2020 09:22:21:520 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:521 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri.rb
I 01/27/2020 09:22:21:523 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:524 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri.win32.rb
I 01/27/2020 09:22:21:525 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:527 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri.rb
I 01/27/2020 09:22:21:528 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri.rb
I 01/27/2020 09:22:21:530 00001290              RhoRuby| require_compiled: uri, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri.rb
I 01/27/2020 09:22:21:532 00001290              RhoRuby| find_file: fname: uri/common
I 01/27/2020 09:22:21:535 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:536 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/common.win32.rb
I 01/27/2020 09:22:21:538 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:539 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/common.rb
I 01/27/2020 09:22:21:541 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:542 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/common.win32.rb
I 01/27/2020 09:22:21:544 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:546 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/common.rb
I 01/27/2020 09:22:21:549 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/common.rb
I 01/27/2020 09:22:21:550 00001290              RhoRuby| require_compiled: uri/common, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/common.rb
I 01/27/2020 09:22:21:560 00001290              RhoRuby| find_file: fname: uri/generic
I 01/27/2020 09:22:21:573 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:574 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/generic.win32.rb
I 01/27/2020 09:22:21:685 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:802 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/generic.rb
I 01/27/2020 09:22:21:844 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:860 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/generic.win32.rb
I 01/27/2020 09:22:21:870 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:873 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/generic.rb
I 01/27/2020 09:22:21:875 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/generic.rb
I 01/27/2020 09:22:21:877 00001290              RhoRuby| require_compiled: uri/generic, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/generic.rb
I 01/27/2020 09:22:21:886 00001290              RhoRuby| find_file: fname: uri/ftp
I 01/27/2020 09:22:21:888 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:893 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/ftp.win32.rb
I 01/27/2020 09:22:21:894 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:896 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/ftp.rb
I 01/27/2020 09:22:21:898 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:900 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/ftp.win32.rb
I 01/27/2020 09:22:21:902 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:904 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/ftp.rb
I 01/27/2020 09:22:21:906 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/ftp.rb
I 01/27/2020 09:22:21:908 00001290              RhoRuby| require_compiled: uri/ftp, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/ftp.rb
I 01/27/2020 09:22:21:914 00001290              RhoRuby| find_file: fname: uri/http
I 01/27/2020 09:22:21:924 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:926 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/http.win32.rb
I 01/27/2020 09:22:21:928 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:929 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/http.rb
I 01/27/2020 09:22:21:932 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:933 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/http.win32.rb
I 01/27/2020 09:22:21:935 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:937 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/http.rb
I 01/27/2020 09:22:21:939 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/http.rb
I 01/27/2020 09:22:21:941 00001290              RhoRuby| require_compiled: uri/http, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/http.rb
I 01/27/2020 09:22:21:945 00001290              RhoRuby| find_file: fname: uri/https
I 01/27/2020 09:22:21:946 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:948 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/https.win32.rb
I 01/27/2020 09:22:21:950 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:952 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/https.rb
I 01/27/2020 09:22:21:956 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:958 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/https.win32.rb
I 01/27/2020 09:22:21:960 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:962 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/https.rb
I 01/27/2020 09:22:21:965 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/https.rb
I 01/27/2020 09:22:21:967 00001290              RhoRuby| require_compiled: uri/https, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/https.rb
I 01/27/2020 09:22:21:969 00001290              RhoRuby| find_file: fname: uri/ldap
I 01/27/2020 09:22:21:971 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:973 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/ldap.win32.rb
I 01/27/2020 09:22:21:975 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:976 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/ldap.rb
I 01/27/2020 09:22:21:981 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:984 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/ldap.win32.rb
I 01/27/2020 09:22:21:986 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:988 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/ldap.rb
I 01/27/2020 09:22:21:990 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/ldap.rb
I 01/27/2020 09:22:21:993 00001290              RhoRuby| require_compiled: uri/ldap, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/ldap.rb
I 01/27/2020 09:22:21:996 00001290              RhoRuby| find_file: fname: uri/ldaps
I 01/27/2020 09:22:21:998 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:22:000 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/ldaps.win32.rb
I 01/27/2020 09:22:22:002 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:22:004 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/ldaps.rb
I 01/27/2020 09:22:22:006 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:22:008 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/ldaps.win32.rb
I 01/27/2020 09:22:22:009 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:22:015 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/ldaps.rb
I 01/27/2020 09:22:22:017 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/ldaps.rb
I 01/27/2020 09:22:22:020 00001290              RhoRuby| require_compiled: uri/ldaps, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/ldaps.rb
I 01/27/2020 09:22:22:023 00001290              RhoRuby| find_file: fname: uri/mailto
I 01/27/2020 09:22:22:025 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:22:027 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/mailto.win32.rb
I 01/27/2020 09:22:22:030 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:22:033 00001290              RhoRuby| find_file: check file: C:/timeouter/app/uri/mailto.rb
I 01/27/2020 09:22:22:035 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:22:038 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/mailto.win32.rb
I 01/27/2020 09:22:22:039 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:22:041 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/uri/mailto.rb
I 01/27/2020 09:22:22:044 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/mailto.rb
I 01/27/2020 09:22:22:047 00001290              RhoRuby| require_compiled: uri/mailto, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/uri/uri/mailto.rb
I 01/27/2020 09:22:22:050 00001290              RhoRuby| find_file: fname: timeout
I 01/27/2020 09:22:22:052 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:22:054 00001290              RhoRuby| find_file: check file: C:/timeouter/app/timeout.win32.rb
I 01/27/2020 09:22:22:056 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:22:058 00001290              RhoRuby| find_file: check file: C:/timeouter/app/timeout.rb
I 01/27/2020 09:22:22:060 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:22:062 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/timeout.win32.rb
I 01/27/2020 09:22:22:064 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:22:066 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/timeout.rb
I 01/27/2020 09:22:22:071 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/timeout/timeout.rb
I 01/27/2020 09:22:22:073 00001290              RhoRuby| require_compiled: timeout, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/timeout/timeout.rb
I 01/27/2020 09:22:22:076 00001290                  APP| [Debugger] Opening connection
I 01/27/2020 09:22:22:079 00001290                  APP| C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/debugger/debugger.rb:289: warning: failed to load encoding (CP1252); use ASCII-8BIT instead
I 01/27/2020 09:22:22:081 00001290                  APP| C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/debugger/debugger.rb:289: warning: failed to load encoding (CP1252); use ASCII-8BIT instead
I 01/27/2020 09:22:22:083 00001290                  APP| C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/debugger/debugger.rb:291: warning: failed to load encoding (CP1252); use ASCII-8BIT instead
I 01/27/2020 09:22:22:085 00001290                  APP| [Debugger] host=127.0.0.1
I 01/27/2020 09:22:22:087 00001290                  APP| [Debugger] port=9000
I 01/27/2020 09:22:22:088 00001290                  APP| [Debugger] path=C:/timeouter/app/
I 01/27/2020 09:22:23:097 00001290                  APP| C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/extensions/debugger/debugger.rb:312: warning: failed to load encoding (CP1252); use ASCII-8BIT instead
I 01/27/2020 09:22:23:133 00001290                  APP| [Debugger] Unable to open connection to debugger: #<Errno::ECONNREFUSED: Nenhuma conex�o p�de ser feita porque a m�quina de destino as recusou ativamente. - connect(2) for "127.0.0.1" port 9000>
I 01/27/2020 09:22:23:136 00001290                  APP| RHO loaded
I 01/27/2020 09:22:23:137 00001290                  APP| Calling RHO.initialize , use_new_orm: 0
I 01/27/2020 09:22:23:139 00001290                  APP| MZV_DEBUG: we are in use_new_orm false false
I 01/27/2020 09:22:23:143 00001290                   DB| Open DB: C:/timeouter/rhosimulator/db/syncdbapp.sqlite
I 01/27/2020 09:22:23:145 00001290                   DB| bRhoReset: false
I 01/27/2020 09:22:23:150 00001290                   DB| bAppReset: false
I 01/27/2020 09:22:23:151 00001290                   DB| bDbFormatChanged: false
I 01/27/2020 09:22:23:153 00001290                   DB| Reset Database( format changed ):C:/timeouter/rhosimulator/db/syncdbapp.sqlite
I 01/27/2020 09:22:23:156 00001290                   DB| Open DB: C:/timeouter/rhosimulator/db/syncdbuser.sqlite
I 01/27/2020 09:22:23:158 00001290                   DB| bRhoReset: false
I 01/27/2020 09:22:23:162 00001290                   DB| bAppReset: false
I 01/27/2020 09:22:23:164 00001290                   DB| bDbFormatChanged: false
I 01/27/2020 09:22:23:166 00001290                   DB| Reset Database( format changed ):C:/timeouter/rhosimulator/db/syncdbuser.sqlite
I 01/27/2020 09:22:23:168 00001290                   DB| Open DB: C:/timeouter/rhosimulator/db/syncdblocal.sqlite
I 01/27/2020 09:22:23:171 00001290                   DB| bRhoReset: false
I 01/27/2020 09:22:23:173 00001290                   DB| bAppReset: false
I 01/27/2020 09:22:23:175 00001290                   DB| bDbFormatChanged: false
I 01/27/2020 09:22:23:177 00001290                   DB| Reset Database( format changed ):C:/timeouter/rhosimulator/db/syncdblocal.sqlite
I 01/27/2020 09:22:23:179 00001290              RhoRuby| find_file: fname: rhom
I 01/27/2020 09:22:23:181 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:183 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhom.win32.rb
I 01/27/2020 09:22:23:188 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:190 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhom.rb
I 01/27/2020 09:22:23:191 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:195 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom.win32.rb
I 01/27/2020 09:22:23:197 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:199 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom.rb
I 01/27/2020 09:22:23:201 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom.rb
I 01/27/2020 09:22:23:203 00001290              RhoRuby| require_compiled: rhom, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom.rb
I 01/27/2020 09:22:23:206 00001290              RhoRuby| find_file: fname: rhom/rhom
I 01/27/2020 09:22:23:209 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:212 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhom/rhom.win32.rb
I 01/27/2020 09:22:23:214 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:216 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhom/rhom.rb
I 01/27/2020 09:22:23:218 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:220 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom.win32.rb
I 01/27/2020 09:22:23:222 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:226 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom.rb
I 01/27/2020 09:22:23:228 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom.rb
I 01/27/2020 09:22:23:230 00001290              RhoRuby| require_compiled: rhom/rhom, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom.rb
I 01/27/2020 09:22:23:234 00001290              RhoRuby| find_file: fname: rhom/rhom_object_factory
I 01/27/2020 09:22:23:238 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:241 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhom/rhom_object_factory.win32.rb
I 01/27/2020 09:22:23:243 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:246 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhom/rhom_object_factory.rb
I 01/27/2020 09:22:23:249 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:251 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_object_factory.win32.rb
I 01/27/2020 09:22:23:253 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:255 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_object_factory.rb
I 01/27/2020 09:22:23:257 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_object_factory.rb
I 01/27/2020 09:22:23:259 00001290              RhoRuby| require_compiled: rhom/rhom_object_factory, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_object_factory.rb
I 01/27/2020 09:22:23:270 00001290              RhoRuby| find_file: fname: rhom/rhom_object
I 01/27/2020 09:22:23:272 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:276 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhom/rhom_object.win32.rb
I 01/27/2020 09:22:23:278 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:280 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhom/rhom_object.rb
I 01/27/2020 09:22:23:283 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:287 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_object.win32.rb
I 01/27/2020 09:22:23:289 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:290 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_object.rb
I 01/27/2020 09:22:23:294 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_object.rb
I 01/27/2020 09:22:23:296 00001290              RhoRuby| require_compiled: rhom/rhom_object, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_object.rb
I 01/27/2020 09:22:23:299 00001290              RhoRuby| find_file: fname: rhom/rhom_model
I 01/27/2020 09:22:23:302 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:304 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhom/rhom_model.win32.rb
I 01/27/2020 09:22:23:307 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:309 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhom/rhom_model.rb
I 01/27/2020 09:22:23:310 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:312 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_model.win32.rb
I 01/27/2020 09:22:23:316 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:317 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_model.rb
I 01/27/2020 09:22:23:319 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_model.rb
I 01/27/2020 09:22:23:321 00001290              RhoRuby| require_compiled: rhom/rhom_model, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_model.rb
I 01/27/2020 09:22:23:324 00001290              RhoRuby| find_file: fname: rhom/rhom_source
I 01/27/2020 09:22:23:326 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:327 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhom/rhom_source.win32.rb
I 01/27/2020 09:22:23:329 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:331 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhom/rhom_source.rb
I 01/27/2020 09:22:23:331 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:334 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_source.win32.rb
I 01/27/2020 09:22:23:335 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:337 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_source.rb
I 01/27/2020 09:22:23:338 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_source.rb
I 01/27/2020 09:22:23:340 00001290              RhoRuby| require_compiled: rhom/rhom_source, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhom/rhom_source.rb
I 01/27/2020 09:22:23:343 00001290              RhoRuby| find_file: fname: rhoappmanifest
I 01/27/2020 09:22:23:346 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:349 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhoappmanifest.win32.rb
I 01/27/2020 09:22:23:351 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:353 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rhoappmanifest.rb
I 01/27/2020 09:22:23:355 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:356 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhoappmanifest.win32.rb
I 01/27/2020 09:22:23:358 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:359 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhoappmanifest.rb
I 01/27/2020 09:22:23:360 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhoappmanifest.rb
I 01/27/2020 09:22:23:361 00001290              RhoRuby| require_compiled: rhoappmanifest, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rhoappmanifest.rb
I 01/27/2020 09:22:23:363 00001290              RhoRuby| find_file: fname: find
I 01/27/2020 09:22:23:364 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:366 00001290              RhoRuby| find_file: check file: C:/timeouter/app/find.win32.rb
I 01/27/2020 09:22:23:367 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:369 00001290              RhoRuby| find_file: check file: C:/timeouter/app/find.rb
I 01/27/2020 09:22:23:370 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:373 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/find.win32.rb
I 01/27/2020 09:22:23:375 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:23:376 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/find.rb
I 01/27/2020 09:22:23:378 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/find.rb
I 01/27/2020 09:22:23:379 00001290              RhoRuby| require_compiled: find, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/find.rb
I 01/27/2020 09:22:23:387 00001290                  APP| model file: Timeoutable/timeoutable
I 01/27/2020 09:22:23:406 00001290          GeoLocation| Creating singleton instance.
I 01/27/2020 09:22:23:408 00001290            RhodesApp| Starting sync engine...
I 01/27/2020 09:22:23:410 00001290                 Sync| sync_poll_interval: 0
I 01/27/2020 09:22:23:412 00001290                 Sync| syncserver: 
I 01/27/2020 09:22:23:414 00001290                 Sync| bulksync_state: 0
I 01/27/2020 09:22:23:416 00001290            RhodesApp| RhoRubyInitApp...
I 01/27/2020 09:22:23:416 00001008                 Sync| Starting main routine...
I 01/27/2020 09:22:23:418 00001290                  APP| init_app
I 01/27/2020 09:22:23:421 00001008                 Sync| ThreadQueue blocked for 4294967295 seconds...
I 01/27/2020 09:22:23:421 00001290              RhoRuby| find_file: fname: application
I 01/27/2020 09:22:23:426 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:428 00001290              RhoRuby| find_file: check file: C:/timeouter/app/application.win32.rb
I 01/27/2020 09:22:23:430 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:432 00001290              RhoRuby| find_file: check file: C:/timeouter/app/application.rb
I 01/27/2020 09:22:23:435 00001290              RhoRuby| find_file: RhoPreparePath: C:/timeouter/app/application.rb
I 01/27/2020 09:22:23:437 00001290              RhoRuby| require_compiled: application, full path: C:/timeouter/app/application.rb
I 01/27/2020 09:22:23:439 00001290           HttpServer| Start HTTP server
I 01/27/2020 09:22:23:441 00001290           HttpServer| Listen for connections on port 65359
I 01/27/2020 09:22:23:443 00001290         AppCallbacks| addCommand: LOCAL-SERVER-STARTED
I 01/27/2020 09:22:23:447 000009b0         AppCallbacks| UI-CREATED is received ++++++++++++++++++++++++++++
I 01/27/2020 09:22:23:449 000009b0         AppCallbacks| m_uistate: 0
I 01/27/2020 09:22:23:451 000009b0         AppCallbacks| Received command UI-CREATED which is greater than expected (LOCAL-SERVER-STARTED) - postpone it
I 01/27/2020 09:22:23:453 000009b0         AppCallbacks| LOCAL-SERVER-STARTED is received ++++++++++++++++++++++++++++
I 01/27/2020 09:22:23:455 000009b0         AppCallbacks| process command: LOCAL-SERVER-STARTED<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
I 01/27/2020 09:22:23:456 000009b0           SystemImpl| rho_sys_report_app_started() has no implementation in RhoSimulator.
I 01/27/2020 09:22:23:458 000009b0         AppCallbacks| process command: UI-CREATED<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
I 01/27/2020 09:22:23:462 000009b0                  Net| Method: GET;Url: http://127.0.0.1:65359/system/uicreated
I 01/27/2020 09:22:23:484 00001290           HttpServer| Process URI: '/system/uicreated'
I 01/27/2020 09:22:23:508 00001290                  APP| on_ui_created.navigate to start url: '/app/Timeoutable'
I 01/27/2020 09:22:23:511 000009b0         AppCallbacks| process command: APP-ACTIVATED<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
I 01/27/2020 09:22:23:512 000015f8         QtMainWindow| WebView: loading...
I 01/27/2020 09:22:23:514 000009b0                  Net| Method: GET;Url: http://127.0.0.1:65359/system/activateapp
I 01/27/2020 09:22:23:518 000009b0                  Net| initConnection-Internet handle present
I 01/27/2020 09:22:23:521 00001290           HttpServer| Process URI: '/system/activateapp'
I 01/27/2020 09:22:23:523 00001290                  APP| AppEvent Activated
I 01/27/2020 09:22:23:525 000009b0         AppCallbacks| ThreadQueue blocked for 4294967295 seconds...
I 01/27/2020 09:22:23:554 00001290           HttpServer| Process URI: '/app/Timeoutable'
I 01/27/2020 09:22:23:575 00001290                  APP| RHO serve: /app/Timeoutable
I 01/27/2020 09:22:23:578 00001290              RhoRuby| find_file: fname: Timeoutable/timeoutable_controller
I 01/27/2020 09:22:23:580 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:23:581 00001290              RhoRuby| find_file: check file: C:/timeouter/app/Timeoutable/timeoutable_controller.win32.rb
I 01/27/2020 09:22:23:583 00001290              RhoRuby| find_file: check dir C:/timeouter/app
001290              RhoRuby| find_file: check file: C:/timeouter/app/indifferent_access.win32.rb
I 01/27/2020 09:22:21:198 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:201 00001290              RhoRuby| find_file: check file: C:/timeouter/app/indifferent_access.rb
I 01/27/2020 09:22:21:203 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:205 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/indifferent_access.win32.rb
I 01/27/2020 09:22:21:210 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:213 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/indifferent_access.rb
I 01/27/2020 09:22:21:217 00001290              RhoRuby| find_file: RhoPreparePath: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/indifferent_access.rb
I 01/27/2020 09:22:21:219 00001290              RhoRuby| require_compiled: indifferent_access, full path: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/indifferent_access.rb
I 01/27/2020 09:22:21:223 00001290              RhoRuby| find_file: fname: rho/rhosupport
I 01/27/2020 09:22:21:225 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:226 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rho/rhosupport.win32.rb
I 01/27/2020 09:22:21:230 00001290              RhoRuby| find_file: check dir C:/timeouter/app
I 01/27/2020 09:22:21:232 00001290              RhoRuby| find_file: check file: C:/timeouter/app/rho/rhosupport.rb
I 01/27/2020 09:22:21:234 00001290              RhoRuby| find_file: check dir C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework
I 01/27/2020 09:22:21:236 00001290              RhoRuby| find_file: check file: C:/Ruby23/lib/ruby/gems/2.3.0/gems/rhodes/lib/framework/rho/rhosupport.win32.rb
in| C:/Qt/Qt5.8.0/5.8/msvc2015/plugins/platforms
1.16/lib/framework/rhodes.rb
teapp'

reproducible repo: https://github.com/leonardofalk/rhodes-timeout-error-sample

code (this reproduces heavy usage):

# app/Timeoutable/timeoutable_controller.rb

  def index
    100.times do
      Array.new(100_000_000) { rand(1_000_000) }.sort!
    end

    ...
  end
vmusulainen commented 4 years ago

Did you try to move heavy calculations to the separate ruby thread like Thread.new { puts "Whats the big deal" }?

leonardofalk commented 4 years ago

Yeah, but in my original problem I need the result of that calculation to display in screen. So if I join the threads the wait is the same, and the app closes.

leonardofalk commented 4 years ago

After investigating a while we found out that the problem is because of high memory usage, we managed to work around our problems but still, the bottleneck persists somewhere.