Advertisement
Guest User

Untitled

a guest
Oct 1st, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. 2014-10-01 11:53:25 ERROR Zope.SiteErrorLog 1412117605.10.368634045524 http://example.com/lims/worksheets/WS14-015/manage_results
  2. Traceback (innermost last):
  3. Module ZPublisher.Publish, line 138, in publish
  4. Module ZPublisher.mapply, line 77, in mapply
  5. Module ZPublisher.Publish, line 48, in call_object
  6. Module bika.lims.browser.worksheet, line 702, in __call__
  7. Module bika.lims.browser.worksheet, line 785, in checkInstrumentsValidity
  8. Module bika.lims.content.referenceanalysis, line 176, in isInstrumentValid
  9. AttributeError: 'NoneType' object has no attribute 'getInstrumentEntryOfResults'
  10. Traceback (most recent call last):
  11. File "/opt/plone/buildout-cache/eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/Publish.py", line 138, in publish
  12. request, bind=1)
  13. File "/opt/plone/buildout-cache/eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/mapply.py", line 77, in mapply
  14. if debug is not None: return debug(object,args,context)
  15. File "/opt/plone/buildout-cache/eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/Publish.py", line 48, in call_object
  16. result=apply(object,args) # Type s<cr> to step into published object.
  17. File "/opt/plone/zinstance/src/bika.lims/bika/lims/browser/worksheet.py", line 702, in __call__
  18. self.checkInstrumentsValidity()
  19. File "/opt/plone/zinstance/src/bika.lims/bika/lims/browser/worksheet.py", line 785, in checkInstrumentsValidity
  20. valid = an.isInstrumentValid()
  21. File "/opt/plone/zinstance/src/bika.lims/bika/lims/content/referenceanalysis.py", line 176, in isInstrumentValid
  22. if self.getService().getInstrumentEntryOfResults() \
  23. AttributeError: 'NoneType' object has no attribute 'getInstrumentEntryOfResults'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement