You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to track down some functional inconsistencies and log errors. I have been seeing an issue trying to display the xml transcript for items.
Next to the session item (bottom half of page on right), if you click the 'play' icon, an xml box appears with the indexed transcript. In the first case below we see expected behavior, the 2nd does not.
https://static.library.ucla.edu/oralhistory/pdf/submasters/21198-zz002knr6c-3-submaster.pdf
executions: 0
locale: en
Last Error
Toggle full message
Failed to open TCP connection to solr:8983 (No route to host - connect(2) for "solr" port 8983)
/usr/local/rvm/rubies/ruby-2.5.8/lib/ruby/2.5.0/net/http.rb:939:in rescue in block in connect' /usr/local/rvm/rubies/ruby-2.5.8/lib/ruby/2.5.0/net/http.rb:936:in block in connect'
/usr/local/rvm/rubies/ruby-2.5.8/lib/ruby/2.5.0/timeout.rb:93:in block in timeout' /usr/local/rvm/rubies/ruby-2.5.8/lib/ruby/2.5.0/timeout.rb:103:in timeout'
/usr/local/rvm/rubies/ruby-2.5.8/lib/ruby/2.5.0/net/http.rb:935:in connect' /usr/local/rvm/rubies/ruby-2.5.8/lib/ruby/2.5.0/net/http.rb:920:in do_start'
/usr/local/rvm/rubies/ruby-2.5.8/lib/ruby/2.5.0/net/http.rb:909:in `start'
The text was updated successfully, but these errors were encountered:
I'm trying to track down some functional inconsistencies and log errors. I have been seeing an issue trying to display the xml transcript for items.
Next to the session item (bottom half of page on right), if you click the 'play' icon, an xml box appears with the indexed transcript. In the first case below we see expected behavior, the 2nd does not.
Proper behavior:
https://oralhistory.library.ucla.edu/catalog/21198-zz002kd7t9
Non-working behavior:
https://oralhistory.library.ucla.edu/catalog/21198-zz002kpjm4
Javascript error:
GET blob:https://oralhistory.library.ucla.edu/8c6c73a5-57a4-44c5-a22d-df6760328a7f net::ERR_FILE_NOT_FOUND
I suspect the xml is not getting indexed for some reason, are there any hard coded paths or quirks that might cause this issue?
Possibly related, but perhaps not, we have a decent amount of pdf indexing errors in the log, example:
job_class: IndexPdfTranscriptJob
job_id: 5cf81f52-27ae-4db6-909e-e625f6e7826d
provider_job_id:
queue_name: default
priority:
arguments:
executions: 0
locale: en
Last Error
Toggle full message
Failed to open TCP connection to solr:8983 (No route to host - connect(2) for "solr" port 8983)
/usr/local/rvm/rubies/ruby-2.5.8/lib/ruby/2.5.0/net/http.rb:939:in
rescue in block in connect' /usr/local/rvm/rubies/ruby-2.5.8/lib/ruby/2.5.0/net/http.rb:936:in
block in connect'/usr/local/rvm/rubies/ruby-2.5.8/lib/ruby/2.5.0/timeout.rb:93:in
block in timeout' /usr/local/rvm/rubies/ruby-2.5.8/lib/ruby/2.5.0/timeout.rb:103:in
timeout'/usr/local/rvm/rubies/ruby-2.5.8/lib/ruby/2.5.0/net/http.rb:935:in
connect' /usr/local/rvm/rubies/ruby-2.5.8/lib/ruby/2.5.0/net/http.rb:920:in
do_start'/usr/local/rvm/rubies/ruby-2.5.8/lib/ruby/2.5.0/net/http.rb:909:in `start'
The text was updated successfully, but these errors were encountered: