Advertisement
Guest User

Untitled

a guest
Dec 17th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. erpnext@server:~/erpnext$ ./lib/wnf.py --update origin master
  2. From https://github.com/webnotes/wnframework
  3. * branch master -> FETCH_HEAD
  4. Already up-to-date.
  5. From https://github.com/webnotes/erpnext
  6. * branch master -> FETCH_HEAD
  7. Already up-to-date.
  8. Building js and css files...
  9. Wrote public/css/all-web.css - 124k
  10. Wrote public/js/all-web.min.js - 41k
  11. Wrote public/js/editor.min.js - 26k
  12. Wrote public/css/all-app.css - 163k
  13. Wrote public/js/all-app.min.js - 555k
  14. Wrote public/js/slickgrid.min.js - 102k
  15. Executing patches.1311.p07_scheduler_errors_digest in erpnext
  16. Traceback (innermost last):
  17. File "lib/webnotes/modules/patch_handler.py", line 58, in execute_patch
  18. webnotes.get_method(patchmodule + ".execute")()
  19. File "app/patches/1311/p07_scheduler_errors_digest.py", line 23, in execute
  20. edigest.insert()
  21. File "lib/webnotes/model/bean.py", line 260, in insert
  22. return self.save()
  23. File "lib/webnotes/model/bean.py", line 302, in save
  24. self.save_main()
  25. File "lib/webnotes/model/bean.py", line 358, in save_main
  26. self.doc.save(check_links = False, ignore_fields = self.ignore_fields)
  27. File "lib/webnotes/model/doc.py", line 222, in save
  28. keep_timestamps=keep_timestamps)
  29. File "lib/webnotes/model/doc.py", line 410, in _update_values
  30. (self.doctype, ', '.join(update_str), "%s"), values)
  31. File "lib/webnotes/db.py", line 97, in sql
  32. self._cursor.execute(query, values)
  33. File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 174, in execute
  34. self.errorhandler(self, exc, value)
  35. File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
  36. raise errorclass, errorvalue
  37. OperationalError: (1054, "Unknown column 'scheduler_errors' in 'field list'")
  38.  
  39. patches.1311.p07_scheduler_errors_digest: failed: STOPPED
  40. Traceback (most recent call last):
  41. File "./lib/wnf.py", line 803, in <module>
  42. main()
  43. File "./lib/wnf.py", line 23, in main
  44. run(fn, parsed_args)
  45. File "./lib/wnf.py", line 41, in run
  46. out = globals().get(fn)(*args.get(fn), **args)
  47. File "./lib/wnf.py", line 34, in new_fn
  48. return fn(*args, **new_kwargs)
  49. File "./lib/wnf.py", line 275, in update
  50. latest(site=site)
  51. File "./lib/wnf.py", line 34, in new_fn
  52. return fn(*args, **new_kwargs)
  53. File "./lib/wnf.py", line 292, in latest
  54. webnotes.modules.patch_handler.run_all()
  55. File "lib/webnotes/modules/patch_handler.py", line 30, in run_all
  56. raise PatchError(patch)
  57. webnotes.modules.patch_handler.PatchError: patches.1311.p07_scheduler_errors_digest
  58. erpnext@server:~/erpnext$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement