Hi-

I am trying to launch a process definition in ruote-web2 and I am
facing the following problems -

1. no connection available
dump
--------------------------------------------------------------------------
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/connection_adapters/abstract/query_cache.rb:70:in
`columns_with_query_cache'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-jdbc-
adapter-0.9/lib/jdbc_adapter/jdbc_mssql.rb:224:in `columns'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/base.rb:1276:in `columns'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/base.rb:1289:in `column_names'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/base.rb:1302:in `column_methods_hash'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/base.rb:1991:in `all_attributes_exists?'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/base.rb:1991:in `each'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/base.rb:1991:in `all?'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/base.rb:1991:in `all_attributes_exists?'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/base.rb:1847:in `method_missing'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/ruote-0.9.20/lib/openwfe/
extras/expool/db_errorjournal.rb:106:in `get_error_log'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/ruote-0.9.20/lib/openwfe/
engine/status_methods.rb:324:in `process_statuses'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/ruote-0.9.20/lib/openwfe/
engine/status_methods.rb:320:in `each'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/ruote-0.9.20/lib/openwfe/
engine/status_methods.rb:320:in `process_statuses'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/ruote-0.9.20/lib/openwfe/
engine/status_methods.rb:369:in `process_status'

-----------------------------------------------------------------------------------------------------------------------------

2. ActiveRecord::ConnectionNotEstablished: no connection available:
SELECT * FROM process_errors WHERE (process_errors.[wfid] = '20090511-
deyupuheja')  ORDER BY id asc

This post has helped me a lot as I faced same errors.. As mentioned in
this thread..
I have added h[:remote_definitions_allowed] = true to the ruote_plugin/
init.rb
Also, I have updated my lib/openwfe/expool/def_parser.rb

I am working on windows.. I am using MS-SQL Server, JRuby 1.2.0,
activerecord 2.3.2, activerecord-jdbc-adapter (0.9)
Please suggest how to resolve this problem.

Thanks,
Pranav
--~--~---------~--~----~------------~-------~--~----~
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to