Hi,
I am trying to setup ruote-web2 on my windows machine following the
instructions posted here -
http://groups.google.com/group/openwferu-users/browse_thread/thread/cbfac03d6055f8f4/df23e1ffc0eddb78?lnk=gst&q=ruote-web2#df23e1ffc0eddb78

I am able to work till the rake db:migrate step. But I get the
following error when I try to execute
rake db:fixtures:load FIXTURE_PATH=db/dev_fixtures

Error
---------------------------------------------------------------------------------------------------------------------------------------------------

rake aborted!
ActiveRecord::ActiveRecordError: Conversion failed when converting
datetime from character string.: INSERT INTO ar_workitems ([wfname],
[fei], [wi_fields], [participant_name], [wfrevision], [wfid], [id],
[store_name], [expid], [last_modified], [dispatch_time]) VALUES
('test', '(fei 0.9.20 s_engine /Users/mettraux/ruote-web2/public/defs/
truck_sell_0.rb TruckSell 0 20081003-gajoyususo participant 0.6.0)',
'---
a: A
b: B
', 'alpha', 0, '20081003-gajoyususo', 1, 'store1', '0.0.1',
'2009-05-08 11:29:07 UTC', '2009-05-08 11:29:07 UTC')

---------------------------------------------------------------------------------------------------------------------------------------------------
Dump-

C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/connection_adapters/abstract_adapter.rb:212:in `log'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-jdbc-
adapter-0.9/lib/active_record/connection_adapters/jdbc_adapter.rb:
581:in `execute'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/connection_adapters/abstract/database_statements.rb:
235:in `insert_fixture'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/fixtures.rb:630:in `insert_fixtures'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/fixtures.rb:567:in `each'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/fixtures.rb:567:in `insert_fixtures'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/fixtures.rb:510:in `create_fixtures'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/fixtures.rb:510:in `each'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/fixtures.rb:510:in `create_fixtures'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/connection_adapters/abstract/database_statements.rb:
136:in `transaction'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/fixtures.rb:508:in `create_fixtures'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/connection_adapters/abstract_adapter.rb:100:in
`disable_referential_integrity'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/fixtures.rb:499:in `create_fixtures'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/base.rb:1453:in `silence'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/fixtures.rb:498:in `create_fixtures'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/tasks/
databases.rake:218
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/tasks/
databases.rake:217:in `each'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/tasks/
databases.rake:217
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
617:in `call'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
617:in `execute'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
612:in `each'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
612:in `execute'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
578:in `invoke_with_call_chain'
C:/pranav latest/1.2.0/lib/ruby/1.8/monitor.rb:191:in
`mon_synchronize'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
571:in `invoke_with_call_chain'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
564:in `invoke'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
2027:in `invoke_task'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
2005:in `top_level'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
2005:in `each'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
2005:in `top_level'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
2044:in `standard_exception_handling'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
1999:in `top_level'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
1977:in `run'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
2044:in `standard_exception_handling'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
1974:in `run'
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/bin/rake:31
C:/pranav latest/1.2.0/lib/ruby/gems/1.8/gems/rake-0.8.4/bin/rake:
19:in `load'
C:\pranav latest\1.2.0\bin\rake:19

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

I am working on JRuby 1.2.0, Rails 2.3.2.
I am using MS SQL Server database and activerecord-jdbc-adapter (0.9)

I am new to this and would really appreciate any possible help.

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