<< Masa.20120229-check-data-float-error-fix-updating-atc_code-email-testenvironment-check-job-mail-oddb_org | Index | Masa.20120227-check-accessor-class-ActiveAgent-AtcClass-Sequence-fix-ATCOverview-error-oddb_org >>
Error
error in SBSM::Session#to_html: /de/gcc/limitation_analysis/group/2225/position/no-text805608557274727137 NoMethodError undefined method `pointer' for #<Array:0x0000001b1a5048> /home/masa/ywesee/oddb.org/src/view/analysis/limitationtext.rb:35:in `limitation_text_title' /usr/local/lib/ruby/gems/1.9.1/gems/htmlgrid-1.0.5/lib/htmlgrid/composite.rb:67:in `create' /usr/local/lib/ruby/gems/1.9.1/gems/htmlgrid-1.0.5/lib/htmlgrid/composite.rb:281:in `compose_component'
Note
masa@masa ~/ywesee/oddb.org $ ruby -I . -rcheck_class bin/oddbd
masa@masa ~/ywesee/oddb.org $ bin/admin ch.oddb> check_package_accessor_class
Result
Commit
ch.oddb> check_registration_accessor_class
Result
Commit
bin/admin
ch.oddb> analysis_group('2225').position('00').descriptions.update_values({'de' => 'Neoplasien, hereditär'}) -> {"de"=>"Neoplasien, hereditär", "fr"=>"\\textbf{Néoplasies héréditaires}"} ch.oddb> analysis_group('2225').position('00').descriptions.update_values({'fr' => 'Néoplasies héréditaires'}) -> {"de"=>"Neoplasien, hereditär", "fr"=>"Néoplasies héréditaires"} ch.oddb> analysis_group('2225').position('00').odba_store -> Neoplasien, hereditär
Error
Note
def odba_stubize(obj, opts={}) # :nodoc:
return false if(frozen?)
id = obj.odba_id
odba_potentials.each { |name|
var = instance_variable_get(name)
# must not be synchronized because of the following if
# statement (if an object has already been replaced by
# a stub, it will have the correct id and it
# will be ignored)
case var
when Stub
# L.411
# no need to make a new stub
when Persistable
...
Experiment
ODBA::Stub = 'hoge'
(eval):1: warning: already initialized constant Stub
Result
/var/log/apache/error_log
Note
suspend
Concept
Check Milestones
Experiment
pid = spawn('/home/masa/work/oddb.org/bin/oddbd; echo "oddb end"') p "spawn_pid = #{pid}" sleep 30 Process.kill('KILL', pid) child = Process.detach(pid) p "child = #{child}" p "end"
Note
Patch
Note