crash on UseCurrentViewForTab in Native Tabbar

J Jochem Pouwels 3 years 5 months ago
1 2 0

I cant seem to get the UseCurrentViewForTab parameter working for the Native TabBar in iOS

I initialize my tab like this:

 
Rho::NativeTabbar.create([{

       
:label => "Shop",

       
:action => "/app/Provider/",

       
:icon => "/public/images/tabs/shop.png",

       
:selectedColor => 0x56B537,

       
:backgroundColor => 0x000000,

       
:useCurrentViewForTab => true

       
},

But i get the following error when starting the app:
Assertion failed: (w && [w retainCount] == 1), function -[SimpleMainView detachWebView], file /Users/jpouwels/.rvm/gems/ruby-1.9.3-p448/gems/rhodes-4.1.1cg/platform/iphone/Classes/SimpleMainView.m, line 707.

Anyone do got this working??

Please Register or Login to post a reply

2 Replies

K Kutir Mobility

Hi Jochem
Can you attach full log so that we can try to debug it?

Thank you.
Kutir Mobility

J Jochem Pouwels

Sure I can

I 08/05/2014 15:17:50:835 39b8c18c BundleManager.cpp: 827| rho_sys_check_rollback_bundle()
T 08/05/2014 15:17:50:835 39b8c18c BundleManager.cpp: 321| FileTransaction is rolling back: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/apps
2014-08-05 15:17:50.837 rhorunner[10169:60b] didFinishLaunchingWithOptions: (null)
2014-08-05 15:17:50.840 rhorunner[10169:60b] Rhodes starting application...
2014-08-05 15:17:50.843 rhorunner[10169:60b] Create new detached thread for initialization stuff
2014-08-05 15:17:50.844 rhorunner[10169:60b] Init all windows
2014-08-05 15:17:50.845 rhorunner[10169:3903] Init appManager
2014-08-05 15:17:50.846 rhorunner[10169:3903] filePath1: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/name
2014-08-05 15:17:50.848 rhorunner[10169:3903] filePath2: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/name
2014-08-05 15:17:50.853 rhorunner[10169:3903] filePath1: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/hash
2014-08-05 15:17:50.854 rhorunner[10169:3903] filePath2: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/hash
2014-08-05 15:17:50.860 rhorunner[10169:3903]  Lib File is Exist: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/lib
2014-08-05 15:17:50.863 rhorunner[10169:3903] src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/lib
2014-08-05 15:17:50.864 rhorunner[10169:3903] dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/lib
2014-08-05 15:17:50.868 rhorunner[10169:3903] src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/apps
2014-08-05 15:17:50.872 rhorunner[10169:3903] dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/apps
2014-08-05 15:17:50.874 rhorunner[10169:3903]  .. src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/apps/app
2014-08-05 15:17:50.877 rhorunner[10169:3903]  .. dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/apps/app
2014-08-05 15:17:50.880 rhorunner[10169:3903]  .. src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/apps/app_manifest.txt
2014-08-05 15:17:50.882 rhorunner[10169:3903]  .. dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/apps/app_manifest.txt
2014-08-05 15:17:50.886 rhorunner[10169:3903]  .. src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/apps/public
2014-08-05 15:17:50.889 rhorunner[10169:3903]  .. dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/apps/public
2014-08-05 15:17:50.894 rhorunner[10169:3903]  .. src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/apps/rhoconfig.txt
2014-08-05 15:17:50.895 rhorunner[10169:3903]  .. dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/apps/rhoconfig.txt
2014-08-05 15:17:50.967 rhorunner[10169:3903]  .. src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/apps/rhoconfig.txt.timestamp
2014-08-05 15:17:50.969 rhorunner[10169:3903]  .. dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/apps/rhoconfig.txt.timestamp
2014-08-05 15:17:50.973 rhorunner[10169:3903]  .. src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/apps/rhofilelist.txt
2014-08-05 15:17:51.064 rhorunner[10169:3903]  .. dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/apps/rhofilelist.txt
2014-08-05 15:17:51.069 rhorunner[10169:3903] src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/db
2014-08-05 15:17:51.070 rhorunner[10169:3903] dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/db
2014-08-05 15:17:51.071 rhorunner[10169:3903]  .. src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/db/syncdb.schema
2014-08-05 15:17:51.072 rhorunner[10169:60b] root view:
2014-08-05 15:17:51.072 rhorunner[10169:3903]  .. dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/db/syncdb.schema
2014-08-05 15:17:51.078 rhorunner[10169:60b] Init cookies
2014-08-05 15:17:51.076 rhorunner[10169:3903]  .. src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/db/syncdb.triggers
2014-08-05 15:17:51.079 rhorunner[10169:60b] Init controllers
2014-08-05 15:17:51.080 rhorunner[10169:3903]  .. dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/db/syncdb.triggers
2014-08-05 15:17:51.081 rhorunner[10169:60b] Init delegates
2014-08-05 15:17:51.083 rhorunner[10169:60b] Initialization finished
2014-08-05 15:17:51.083 rhorunner[10169:3903]  .. src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/db/syncdb_java.triggers
2014-08-05 15:17:51.085 rhorunner[10169:60b] Application is not created yet so postpone activation callback
2014-08-05 15:17:51.087 rhorunner[10169:6007] doRhoActivate thread started
2014-08-05 15:17:51.085 rhorunner[10169:3903]  .. dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/db/syncdb_java.triggers
2014-08-05 15:17:51.091 rhorunner[10169:3903] copy src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/db
2014-08-05 15:17:51.092 rhorunner[10169:3903] copy dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Documents/db
2014-08-05 15:17:51.094 rhorunner[10169:3903]  .. copy src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/db/syncdb.schema
2014-08-05 15:17:51.097 rhorunner[10169:3903]  .. copy dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Documents/db/syncdb.schema
2014-08-05 15:17:51.098 rhorunner[10169:3903]  .. copy src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/db/syncdb.triggers
2014-08-05 15:17:51.100 rhorunner[10169:3903]  .. copy dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Documents/db/syncdb.triggers
2014-08-05 15:17:51.102 rhorunner[10169:3903]  .. copy src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/db/syncdb_java.triggers
2014-08-05 15:17:51.103 rhorunner[10169:3903]  .. copy dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Documents/db/syncdb_java.triggers
2014-08-05 15:17:51.105 rhorunner[10169:3903] copy src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/hash
2014-08-05 15:17:51.106 rhorunner[10169:3903] copy dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/hash
2014-08-05 15:17:51.117 rhorunner[10169:3903] copy src: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/rhorunner.app/name
2014-08-05 15:17:51.119 rhorunner[10169:3903] copy dst: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/name
I 08/05/2014 15:17:51:140 03596000         AppCallbacks| Starting main routine...
I 08/05/2014 15:17:51:142 03107000            RhodesApp| Trying to get free listening port.
I 08/05/2014 15:17:51:142 03596000         AppCallbacks| ThreadQueue blocked for 4294967295 seconds...
I 08/05/2014 15:17:51:144 03107000            RhodesApp| Trying to bind of 0 port...
I 08/05/2014 15:17:51:145 03107000            RhodesApp| Got port to bind on: 58784
I 08/05/2014 15:17:51:146 03107000            RhodesApp| Free listening port: 58784
I 08/05/2014 15:17:51:147 03107000            RhodesApp| Rhodes started
2014-08-05 15:17:51.147 rhorunner[10169:3903] Init logconf
2014-08-05 15:17:51.152 rhorunner[10169:3903] Create rhodes app
2014-08-05 15:17:51.154 rhorunner[10169:3903] Init network monitor
2014-08-05 15:17:51.156 rhorunner[10169:3903] Show loading page
2014-08-05 15:17:51.161 rhorunner[10169:3903] Start rhodes app
I 08/05/2014 15:17:51:162 03a59000            RhodesApp| Starting RhodesApp main routine...
I 08/05/2014 15:17:51:164 03107000         AppCallbacks| addCommand: UI-CREATED
I 08/05/2014 15:17:51:165 03596000         AppCallbacks| UI-CREATED is received ++++++++++++++++++++++++++++
I 08/05/2014 15:17:51:166 03596000         AppCallbacks| m_uistate: 0
I 08/05/2014 15:17:51:166 03596000         AppCallbacks| Received command UI-CREATED which is greater than expected (LOCAL-SERVER-STARTED) - postpone it
I 08/05/2014 15:17:51:166 03596000         AppCallbacks| ThreadQueue blocked for 4294967295 seconds...
2014-08-05 15:17:51.189 rhorunner[10169:6007] doRhoActivate thread finished
I 08/05/2014 15:17:51:190 39b8c18c            RhodesApp| callAppActiveCallback
I 08/05/2014 15:17:51:191 39b8c18c         AppCallbacks| addCommand: APP-ACTIVATED
I 08/05/2014 15:17:51:191 03596000         AppCallbacks| APP-ACTIVATED is received ++++++++++++++++++++++++++++
I 08/05/2014 15:17:51:191 03596000         AppCallbacks| Received command APP-ACTIVATED which is greater than expected (LOCAL-SERVER-STARTED) - postpone it
I 08/05/2014 15:17:51:191 03596000         AppCallbacks| ThreadQueue blocked for 4294967295 seconds...
I 08/05/2014 15:17:51:232 03a59000              RhoRuby| Init_RhoBlobs: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Documents/db/db-files
I 08/05/2014 15:17:51:247 03a59000              RhoRuby| require_compiled: RhoSystemApi
I 08/05/2014 15:17:51:255 03a59000              RhoRuby| require_compiled: RhoApplicationApi
I 08/05/2014 15:17:51:263 03a59000              RhoRuby| require_compiled: RhoNetworkApi
I 08/05/2014 15:17:51:270 03a59000              RhoRuby| require_compiled: RhoDatabaseApi
I 08/05/2014 15:17:51:298 03a59000              RhoRuby| require_compiled: RhoLogApi
I 08/05/2014 15:17:51:301 03a59000              RhoRuby| require_compiled: RhoWebViewApi
I 08/05/2014 15:17:51:305 03a59000              RhoRuby| require_compiled: RhoNativeToolbarApi
I 08/05/2014 15:17:51:316 03a59000              RhoRuby| require_compiled: RhoNativeTabbarApi
I 08/05/2014 15:17:51:321 03a59000              RhoRuby| require_compiled: RhoNotificationApi
I 08/05/2014 15:17:51:332 03a59000       CPushSingleton| New push client has added: apple
I 08/05/2014 15:17:51:333 03a59000              RhoRuby| require_compiled: rhoframework
2014-08-05 15:17:51.335 rhorunner[10169:60b] Enabled notification types: 7
2014-08-05 15:17:51.339 rhorunner[10169:60b] Device token is
I 08/05/2014 15:17:51:341 39b8c18c PushNotificationsReceiver.mm:  37| device pin: ###HIDDEN###
I 08/05/2014 15:17:51:348 03a59000              RhoRuby| require_compiled: rational
I 08/05/2014 15:17:51:352 03a59000              RhoRuby| require_compiled: json
I 08/05/2014 15:17:51:354 03a59000              RhoRuby| require_compiled: json/common
I 08/05/2014 15:17:51:368 03a59000              RhoRuby| require_compiled: json/version
I 08/05/2014 15:17:51:375 03a59000              RhoRuby| require_compiled: json/pure
I 08/05/2014 15:17:51:379 03a59000              RhoRuby| require_compiled: json/pure/generator
I 08/05/2014 15:17:51:401 03a59000              RhoRuby| require_compiled: rho/rhoapplication
I 08/05/2014 15:17:51:414 03a59000              RhoRuby| require_compiled: rholang/localization_simplified
I 08/05/2014 15:17:51:426 03a59000              RhoRuby| require_compiled: rho/rhomsg
I 08/05/2014 15:17:51:428 03a59000              RhoRuby| require_compiled: rho/rhotabbar
I 08/05/2014 15:17:51:432 03a59000              RhoRuby| require_compiled: rho/rhotoolbar
I 08/05/2014 15:17:51:435 03a59000                  APP| Current locale: ; Country code:
I 08/05/2014 15:17:51:436 03a59000                  APP| Locilized file: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/lib/rholang/lang_
I 08/05/2014 15:17:51:436 03a59000                  APP| Could not find resources for locale: nl;file: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/lib/rholang/lang_
I 08/05/2014 15:17:51:437 03a59000                  APP| Load english resources.
I 08/05/2014 15:17:51:437 03a59000              RhoRuby| require_compiled: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/lib/rholang/lang_en
I 08/05/2014 15:17:51:442 03a59000                  APP| Locilized file: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/apps/app/lang/lang_
I 08/05/2014 15:17:51:443 03a59000                  APP| Could not find resources for locale: nl;file: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/apps/app/lang/lang_
I 08/05/2014 15:17:51:444 03a59000                  APP| Locilized file: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/lib/rholang/rhoerror_
I 08/05/2014 15:17:51:444 03a59000                  APP| Could not find resources for locale: nl;file: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/lib/rholang/rhoerror_
I 08/05/2014 15:17:51:445 03a59000                  APP| Load english resources.
I 08/05/2014 15:17:51:445 03a59000              RhoRuby| require_compiled: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/lib/rholang/rhoerror_en
I 08/05/2014 15:17:51:451 03a59000                  APP| Locilized file: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/lib/rholang/rhomsg_
I 08/05/2014 15:17:51:451 03a59000                  APP| Could not find resources for locale: nl;file: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/lib/rholang/rhomsg_
I 08/05/2014 15:17:51:452 03a59000                  APP| Load english resources.
I 08/05/2014 15:17:51:453 03a59000              RhoRuby| require_compiled: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Library/Caches/Private Documents/lib/rholang/rhomsg_en
I 08/05/2014 15:17:51:456 03a59000              RhoRuby| require_compiled: indifferent_access
I 08/05/2014 15:17:51:463 03a59000              RhoRuby| require_compiled: rho/rhosupport
I 08/05/2014 15:17:51:477 03a59000              RhoRuby| require_compiled: rho/rhocontroller
I 08/05/2014 15:17:51:484 03a59000              RhoRuby| require_compiled: rho/render
I 08/05/2014 15:17:51:507 03a59000              RhoRuby| require_compiled: rho/rho
I 08/05/2014 15:17:51:570 03a59000              RhoRuby| require_compiled: rho/rhoerror
I 08/05/2014 15:17:51:573 03a59000              RhoRuby| require_compiled: rhodes
I 08/05/2014 15:17:51:577 03a59000                  APP| Looking for RhoConnectClient
I 08/05/2014 15:17:51:577 03a59000                  APP| RhoConnectClient not found ( # ). Defining stub module
I 08/05/2014 15:17:51:579 03a59000              RhoRuby| require_compiled: rho/rhoviewhelpers
I 08/05/2014 15:17:51:589 03a59000              RhoRuby| require_compiled: rho
I 08/05/2014 15:17:51:591 03a59000                  APP| RHOSTUDIO_REMOTE_DEBUG=false
I 08/05/2014 15:17:51:591 03a59000                  APP| RHOSTUDIO_REMOTE_HOST=
I 08/05/2014 15:17:51:591 03a59000                  APP| RHOSTUDIO_REMOTE_PATH=
I 08/05/2014 15:17:51:591 03a59000                  APP| RHO loaded
I 08/05/2014 15:17:51:592 03a59000                  APP| Calling RHO.initialize , use_new_orm: 0
I 08/05/2014 15:17:51:592 03a59000                  APP| MZV_DEBUG: we are in use_new_orm false false
I 08/05/2014 15:17:51:593 03a59000                   DB| Open DB: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Documents/db/syncdbapp.sqlite
I 08/05/2014 15:17:51:603 03a59000                   DB| Open DB: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Documents/db/syncdbuser.sqlite
I 08/05/2014 15:17:51:608 03a59000                   DB| Open DB: /var/mobile/Applications/D4DA56A6-E7F8-45C5-B254-3409A039DCE6/Documents/db/syncdblocal.sqlite
I 08/05/2014 15:17:51:612 03a59000              RhoRuby| require_compiled: rhom
I 08/05/2014 15:17:51:614 03a59000              RhoRuby| require_compiled: rhom/rhom
I 08/05/2014 15:17:51:625 03a59000              RhoRuby| require_compiled: rhom/rhom_object_factory
I 08/05/2014 15:17:51:697 03a59000              RhoRuby| require_compiled: rhom/rhom_object
I 08/05/2014 15:17:51:700 03a59000              RhoRuby| require_compiled: rhom/rhom_model
I 08/05/2014 15:17:51:709 03a59000              RhoRuby| require_compiled: rhom/rhom_source
I 08/05/2014 15:17:51:719 03a59000                  APP| model file: Bank/bank
I 08/05/2014 15:17:51:720 03a59000                  APP| model file: Customer/customer
I 08/05/2014 15:17:51:720 03a59000                  APP| model file: FAQ/f_a_q
I 08/05/2014 15:17:51:721 03a59000                  APP| model file: Hashes/hashes
I 08/05/2014 15:17:51:721 03a59000                  APP| model file: Home/home
I 08/05/2014 15:17:51:722 03a59000                  APP| model file: Information/information
I 08/05/2014 15:17:51:723 03a59000                  APP| model file: Instructions/instructions
I 08/05/2014 15:17:51:723 03a59000                  APP| model file: Lastsync/lastsync
I 08/05/2014 15:17:51:723 03a59000                  APP| model file: Options/options
I 08/05/2014 15:17:51:723 03a59000                  APP| model file: Order/order
I 08/05/2014 15:17:51:724 03a59000                  APP| model file: Orderline/orderline
I 08/05/2014 15:17:51:724 03a59000                  APP| model file: Pagenavigation/pagenavigation
I 08/05/2014 15:17:51:724 03a59000                  APP| model file: Paymethod/paymethod
I 08/05/2014 15:17:51:725 03a59000                  APP| model file: Product/product
I 08/05/2014 15:17:51:725 03a59000                  APP| model file: Provider/provider
I 08/05/2014 15:17:51:725 03a59000                  APP| model file: Requestcallcredit/requestcallcredit
I 08/05/2014 15:17:51:725 03a59000                  APP| model file: Session/session
I 08/05/2014 15:17:51:726 03a59000                  APP| model file: Type/type
I 08/05/2014 15:17:51:726 03a59000          GeoLocation| Creating singleton instance.
I 08/05/2014 15:17:51:726 03a59000            RhodesApp| RhoRubyInitApp...
I 08/05/2014 15:17:51:726 03a59000                  APP| init_app
I 08/05/2014 15:17:51:727 03a59000              RhoRuby| require_compiled: application
I 08/05/2014 15:17:51:741 03a59000              RhoRuby| require_compiled: helpers/application_helper
I 08/05/2014 15:17:51:787 03a59000              RhoRuby| require_compiled: rhodes_analytics
I 08/05/2014 15:17:51:790 03a59000              RhoRuby| require_compiled: rhodes_analytics/item
I 08/05/2014 15:17:51:791 03a59000              RhoRuby| require_compiled: rhodes_analytics/analytics_object
I 08/05/2014 15:17:51:795 03a59000              RhoRuby| require_compiled: rhodes_analytics/client
I 08/05/2014 15:17:51:798 03a59000              RhoRuby| require_compiled: rhodes_analytics/event
I 08/05/2014 15:17:51:801 03a59000              RhoRuby| require_compiled: rhodes_analytics/exception
I 08/05/2014 15:17:51:803 03a59000              RhoRuby| require_compiled: rhodes_analytics/pageview
I 08/05/2014 15:17:51:805 03a59000              RhoRuby| require_compiled: rhodes_analytics/social
I 08/05/2014 15:17:51:806 03a59000              RhoRuby| require_compiled: rhodes_analytics/timing
I 08/05/2014 15:17:51:808 03a59000              RhoRuby| require_compiled: rhodes_analytics/transaction
I 08/05/2014 15:17:51:810 03a59000              RhoRuby| require_compiled: rhodes_analytics/helper
I 08/05/2014 15:17:51:812 03a59000              RhoRuby| require_compiled: securerandom
E 08/05/2014 15:17:51:821 03a59000              RhoRuby| require_compiled: error: can not find openssl
I 08/05/2014 15:17:51:826 03a59000                  APP| const_missing: Session
I 08/05/2014 15:17:51:826 03a59000                  APP| load_model: Session
I 08/05/2014 15:17:51:828 03a59000              RhoRuby| require_compiled: Session/session
I 08/05/2014 15:17:51:830 03a59000                  APP| model name: Session
I 08/05/2014 15:17:51:830 03a59000                  APP| model class found
I 08/05/2014 15:17:51:830 03a59000                  APP| Session : {"property"=>{"json_form_data"=>[:string, nil]}}
I 08/05/2014 15:17:51:832 03a59000                  APP| init_db_sources
I 08/05/2014 15:17:51:844 03a59000                  APP| start_id: 40020
I 08/05/2014 15:17:51:845 03a59000                  APP| Migrate schema sources: {}
I 08/05/2014 15:17:51:860 03a59000                  APP| const_missing: Customer
I 08/05/2014 15:17:51:860 03a59000                  APP| load_model: Customer
I 08/05/2014 15:17:51:862 03a59000              RhoRuby| require_compiled: Customer/customer
I 08/05/2014 15:17:51:866 03a59000                  APP| model name: Customer
I 08/05/2014 15:17:51:866 03a59000                  APP| model class found
I 08/05/2014 15:17:51:868 03a59000                  APP| init_db_sources
I 08/05/2014 15:17:51:870 03a59000                  APP| start_id: 40020
I 08/05/2014 15:17:51:870 03a59000                  APP| Migrate schema sources: {}
I 08/05/2014 15:17:51:873 03a59000                  APP| const_missing: Pagenavigation
I 08/05/2014 15:17:51:873 03a59000                  APP| load_model: Pagenavigation
I 08/05/2014 15:17:51:875 03a59000              RhoRuby| require_compiled: Pagenavigation/pagenavigation
I 08/05/2014 15:17:51:878 03a59000                  APP| model name: Pagenavigation
I 08/05/2014 15:17:51:878 03a59000                  APP| model class found
I 08/05/2014 15:17:51:879 03a59000                  APP| Pagenavigation : {"property"=>{"current_index"=>[:integer, nil], "stack"=>[:string, nil]}}
I 08/05/2014 15:17:51:880 03a59000                  APP| init_db_sources
I 08/05/2014 15:17:51:882 03a59000                  APP| start_id: 40020
I 08/05/2014 15:17:51:882 03a59000                  APP| Migrate schema sources: {}
I 08/05/2014 15:17:51:887 03a59000                  APP| const_missing: Hashes
I 08/05/2014 15:17:51:887 03a59000                  APP| load_model: Hashes
I 08/05/2014 15:17:51:890 03a59000              RhoRuby| require_compiled: Hashes/hashes
I 08/05/2014 15:17:51:893 03a59000                  APP| model name: Hashes
I 08/05/2014 15:17:51:894 03a59000                  APP| model class found
I 08/05/2014 15:17:51:895 03a59000                  APP| init_db_sources
I 08/05/2014 15:17:51:897 03a59000                  APP| start_id: 40020
I 08/05/2014 15:17:51:898 03a59000                  APP| Migrate schema sources: {}
I 08/05/2014 15:17:51:907 03a59000                  APP| start analytics JP
I 08/05/2014 15:17:51:909 03a59000                  APP| POSTDATA dh=###HIDDEN###&dp=/home&dt=homepage&sr=640x1136&cn=btgapp-APPLE&cs=BTGapp&cm=APPLE&sc=start&tid=###HIDDEN###&cid=91d1b2aa-8fd2-4741-9789-89c4229171ce&v=1&t=pageview
I 08/05/2014 15:17:51:911 03a59000                  Net| POST request (Pull): www.google-analytics.com/collect
I 08/05/2014 15:17:52:203 03a59000                  APP| {"body"=>"GIF89a\x01", "http_error"=>"200", "status"=>"ok", "headers"=>{"User-Agent"=>"Mozilla-5.0 (APPLE; iPhone; 7.0.3)", "access-control-allow-origin"=>"*", "alternate-protocol"=>"80:quic", "cache-control"=>"private, no-cache, no-cache=Set-Cookie, proxy-revalidate", "content-length"=>"35", "content-type"=>"image/gif", "date"=>"Tue, 05 Aug 2014 13:17:50 GMT", "expires"=>"Mon, 07 Aug 1995 23:30:00 GMT", "last-modified"=>"Sun, 17 May 1998 03:00:00 GMT", "pragma"=>"no-cache", "server"=>"Golfe2", "x-content-type-options"=>"nosniff"}}
I 08/05/2014 15:17:52:207 03a59000                  APP| end analytics JP
I 08/05/2014 15:17:52:211 03a59000                  APP| register before JP
I 08/05/2014 15:17:52:211 03a59000                  APP| register after JP
I 08/05/2014 15:17:52:216 03a59000              Network| NetworkC hasNetwork+
I 08/05/2014 15:17:52:217 03a59000           HttpServer| Start HTTP server
I 08/05/2014 15:17:52:220 03a59000           HttpServer| Listen for connections on port 58784
I 08/05/2014 15:17:52:220 03a59000         AppCallbacks| addCommand: LOCAL-SERVER-STARTED
I 08/05/2014 15:17:52:221 03596000         AppCallbacks| LOCAL-SERVER-STARTED is received ++++++++++++++++++++++++++++
I 08/05/2014 15:17:52:221 03596000         AppCallbacks| process command: LOCAL-SERVER-STARTED

CONTACT
Can’t find what you’re looking for?