Hi John
I am back on development with openwferu again.
Did follow most of the rules for updating densha ( I think :-) )
In any case, all pages /functionality except the engine seems to work.
I am updating rails in the mean time, to check whether that is the
issue. But thought I will post it any way in case some one else runs
into this problem. The demo page looks great BTW.
When I click on the engine admin page here is error that I get:
SystemStackError in Eadmin#index
Showing app/views/eadmin/_process_status.rhtml where line #13 raised:
stack level too deep
Extracted source (around line #13):
10: <td><%= h(fei.wfname) %> <%= h(fei.wfrevision) %></td>
11: <td><%= h(sta.launch_time) %></td>
12: <td><%= sta.errors.length %></td>
13: <td><%= sta.paused? ? "in pause" : "running" %></td>
14: <td class="eadmin_ps_buttons">
15: <%
16: if sta.errors.length > 0
Trace of template inclusion: /app/views/eadmin/index.rhtml
RAILS_ROOT: ./script/../config/..
Application Trace | Framework Trace | Full Trace
F:/ruby/lib/ruby/1.8/monitor.rb:290:in `mon_release'
F:/ruby/lib/ruby/1.8/monitor.rb:224:in `mon_exit'
F:/ruby/lib/ruby/1.8/monitor.rb:240:in `synchronize'
#{RAILS_ROOT}/vendor/openwfe/expool/expressionpool.rb:624:in
`fetch_engine_environment'
#{RAILS_ROOT}/vendor/openwfe/expressions/environment.rb:78:in `[]'
#{RAILS_ROOT}/vendor/openwfe/expressions/environment.rb:78:in `[]'
#{RAILS_ROOT}/vendor/openwfe/expressions/flowexpression.rb:329:in
`lookup_variable'
#{RAILS_ROOT}/vendor/openwfe/expressions/flowexpression.rb:296:in
`paused?'
#{RAILS_ROOT}/vendor/openwfe/engine/engine.rb:845:in `paused?'
#{RAILS_ROOT}/app/views/eadmin/_process_status.rhtml:13:in
`_run_rhtml_47app47views47eadmin47_process_status46rhtml'
#{RAILS_ROOT}/app/views/eadmin/index.rhtml:28:in
`_run_rhtml_47app47views47eadmin47index46rhtml'
#{RAILS_ROOT}/app/views/eadmin/index.rhtml:18:in `each'
#{RAILS_ROOT}/app/views/eadmin/index.rhtml:18:in
`_run_rhtml_47app47views47eadmin47index46rhtml'
F:/ruby/lib/ruby/1.8/monitor.rb:290:in `mon_release'
F:/ruby/lib/ruby/1.8/monitor.rb:224:in `mon_exit'
F:/ruby/lib/ruby/1.8/monitor.rb:240:in `synchronize'
#{RAILS_ROOT}/vendor/openwfe/expool/expressionpool.rb:624:in
`fetch_engine_environment'
#{RAILS_ROOT}/vendor/openwfe/expressions/environment.rb:78:in `[]'
#{RAILS_ROOT}/vendor/openwfe/expressions/environment.rb:78:in `[]'
#{RAILS_ROOT}/vendor/openwfe/expressions/flowexpression.rb:329:in
`lookup_variable'
#{RAILS_ROOT}/vendor/openwfe/expressions/flowexpression.rb:296:in
`paused?'
#{RAILS_ROOT}/vendor/openwfe/engine/engine.rb:845:in `paused?'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/
base.rb:326:in `send'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/
base.rb:326:in `compile_and_render_template'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/
base.rb:301:in `render_template'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/
base.rb:260:in `render_file'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/
base.rb:275:in `render'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/
partials.rb:59:in `render_partial'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
benchmarking.rb:26:in `benchmark'
F:/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure'
F:/ruby/lib/ruby/1.8/benchmark.rb:307:in `realtime'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
benchmarking.rb:26:in `benchmark'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/
partials.rb:58:in `render_partial'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/
base.rb:287:in `render'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/
base.rb:326:in `send'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/
base.rb:326:in `compile_and_render_template'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/
base.rb:301:in `render_template'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/
base.rb:260:in `render_file'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
base.rb:806:in `render_file'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
base.rb:711:in `render_with_no_layout'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
layout.rb:247:in `render_without_benchmark'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
benchmarking.rb:50:in `render'
F:/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
benchmarking.rb:50:in `render'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
base.rb:1096:in `perform_action_without_filters'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
filters.rb:632:in `call_filter'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
filters.rb:638:in `call_filter'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
filters.rb:438:in `call'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
filters.rb:637:in `call_filter'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
filters.rb:619:in `perform_action_without_benchmark'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
benchmarking.rb:66:in `perform_action_without_rescue'
F:/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
benchmarking.rb:66:in `perform_action_without_rescue'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
rescue.rb:83:in `perform_action'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
base.rb:430:in `send'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
base.rb:430:in `process_without_filters'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
filters.rb:624:in `process_without_session_management_support'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
session_management.rb:114:in `process'
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/
base.rb:330:in `process'
F:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/dispatcher.rb:41:in
`dispatch'
F:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:
113:in `handle_dispatch'
F:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:79:in
`service'
F:/ruby/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
F:/ruby/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
F:/ruby/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
F:/ruby/lib/ruby/1.8/webrick/server.rb:162:in `start'
F:/ruby/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
F:/ruby/lib/ruby/1.8/webrick/server.rb:95:in `start'
F:/ruby/lib/ruby/1.8/webrick/server.rb:92:in `each'
F:/ruby/lib/ruby/1.8/webrick/server.rb:92:in `start'
F:/ruby/lib/ruby/1.8/webrick/server.rb:23:in `start'
F:/ruby/lib/ruby/1.8/webrick/server.rb:82:in `start'
F:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:63:in
`dispatch'
F:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/commands/servers/
webrick.rb:59
F:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
F:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
F:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/
dependencies.rb:495:in `require'
F:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/
dependencies.rb:342:in `new_constants_in'
F:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/
dependencies.rb:495:in `require'
F:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/commands/server.rb:39
F:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
F:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
script/server:3
F:/ruby/lib/ruby/1.8/monitor.rb:290:in `mon_release'
F:/ruby/lib/ruby/1.8/monitor.rb:224:in `mon_exit'
F:/ruby/lib/ruby/1.8/monitor.rb:240:in `synchronize'
#{RAILS_ROOT}/vendor/openwfe/expool/expressionpool.rb:624:in
`fetch_engine_environment'
#{RAILS_ROOT}/vendor/openwfe/expressions/environment.rb:78:in `[]'
#{RAILS_ROOT}/vendor/openwfe/expressions/environment.rb:78:in `[]'
#{RAILS_ROOT}/vendor/openwfe/expressions/flowexpression.rb:329:in
`lookup_variable'
#{RAILS_ROOT}/vendor/openwfe/expressions/flowexpression.rb:296:in
`paused?'
#{RAILS_ROOT}/vendor/openwfe/engine/engine.rb:845:in `paused?'
#{RAILS_ROOT}/app/views/eadmin/_process_status.rhtml:13:in
`_run_rhtml_47app47views47eadmin47_process_status46rhtml'
Any help on this would be appreciated.
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenWFEru users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---