Guest User

Untitled

a guest
Jul 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  1. sudo ../webdevenv/p2/bin/client1
  2. program: /home/webdevenv/p2/parts/client1/bin/runzope
  3. daemon manager not running
  4. zopectl> fg
  5. /home/webdevenv/p2/parts/client1/bin/runzope -X debug-mode=on
  6. 2009-11-06 11:47:24 INFO ZServer HTTP server started at Fri Nov 6 11:47:24 2009
  7. Hostname: ppsrv15.pp.asu.edu
  8. Port: 9280
  9. 2009-11-06 11:47:24 INFO ZServer WebDAV server started at Fri Nov 6 11:47:24 2009
  10. Hostname: 0.0.0.0
  11. Port: 9266
  12. 2009-11-06 11:47:24 INFO Zope Set effective user to "zuser"
  13. 2009-11-06 11:47:30 ERROR Application Could not import Products.TinyMCE
  14. Traceback (most recent call last):
  15. File "/home/webdevenv/p2/parts/zope2/lib/python/OFS/Application.py", line 709, in import_product
  16. product=__import__(pname, global_dict, global_dict, silly)
  17. File "/home/webdevenv/p2/eggs/Products.TinyMCE-1.1rc6-py2.4.egg/Products/TinyMCE/__init__.py", line 3, in ?
  18. from Products.TinyMCE.utility import TinyMCE
  19. File "/home/webdevenv/p2/eggs/Products.TinyMCE-1.1rc6-py2.4.egg/Products/TinyMCE/utility.py", line 11, in ?
  20. import simplejson as json
  21. File "build/bdist.linux-x86_64/egg/simplejson/__init__.py", line 108, in ?
  22. # to the Zope maillist in which people claim that Zope has "frozen"
  23. File "build/bdist.linux-x86_64/egg/simplejson/decoder.py", line 7, in ?
  24. File "build/bdist.linux-x86_64/egg/simplejson/scanner.py", line 5, in ?
  25. File "build/bdist.linux-x86_64/egg/simplejson/_speedups.py", line 7, in ?
  26. File "build/bdist.linux-x86_64/egg/simplejson/_speedups.py", line 4, in __bootstrap__
  27. File "/home/webdevenv/p2/eggs/setuptools-0.6c9-py2.4.egg/pkg_resources.py", line 840, in resource_filename
  28. return get_provider(package_or_requirement).get_resource_filename(
  29. File "/home/webdevenv/p2/eggs/setuptools-0.6c9-py2.4.egg/pkg_resources.py", line 1310, in get_resource_filename
  30. self._extract_resource(manager, self._eager_to_zip(name))
  31. File "/home/webdevenv/p2/eggs/setuptools-0.6c9-py2.4.egg/pkg_resources.py", line 1331, in _extract_resource
  32. real_path = manager.get_cache_path(
  33. File "/home/webdevenv/p2/eggs/setuptools-0.6c9-py2.4.egg/pkg_resources.py", line 921, in get_cache_path
  34. self.extraction_error()
  35. File "/home/webdevenv/p2/eggs/setuptools-0.6c9-py2.4.egg/pkg_resources.py", line 887, in extraction_error
  36. raise err
  37. ExtractionError: Can't extract file(s) to egg cache
  38.  
  39. The following error occurred while trying to extract file(s) to the Python egg
  40. cache:
  41.  
  42. [Errno 13] Permission denied: '/home/iddwb/.python-eggs'
  43.  
  44. The Python egg cache directory is currently set to:
  45.  
  46. /home/iddwb/.python-eggs
  47.  
  48. Perhaps your account does not have write access to this directory? You can
  49. change the cache directory by setting the PYTHON_EGG_CACHE environment
  50. variable to point to an accessible directory.
  51.  
  52. Traceback (most recent call last):
  53. File "/home/webdevenv/p2/parts/zope2/lib/python/Zope2/Startup/run.py", line 56, in ?
  54. run()
  55. File "/home/webdevenv/p2/parts/zope2/lib/python/Zope2/Startup/run.py", line 21, in run
  56. starter.prepare()
  57. File "/home/webdevenv/p2/parts/zope2/lib/python/Zope2/Startup/__init__.py", line 102, in prepare
  58. self.startZope()
  59. File "/home/webdevenv/p2/parts/zope2/lib/python/Zope2/Startup/__init__.py", line 278, in startZope
  60. Zope2.startup()
  61. File "/home/webdevenv/p2/parts/zope2/lib/python/Zope2/__init__.py", line 47, in startup
  62. _startup()
  63. File "/home/webdevenv/p2/parts/zope2/lib/python/Zope2/App/startup.py", line 45, in startup
  64. OFS.Application.import_products()
  65. File "/home/webdevenv/p2/parts/zope2/lib/python/OFS/Application.py", line 686, in import_products
  66. import_product(product_dir, product_name, raise_exc=debug_mode)
  67. File "/home/webdevenv/p2/parts/zope2/lib/python/OFS/Application.py", line 709, in import_product
  68. product=__import__(pname, global_dict, global_dict, silly)
  69. File "/home/webdevenv/p2/eggs/Products.TinyMCE-1.1rc6-py2.4.egg/Products/TinyMCE/__init__.py", line 3, in ?
  70. from Products.TinyMCE.utility import TinyMCE
  71. File "/home/webdevenv/p2/eggs/Products.TinyMCE-1.1rc6-py2.4.egg/Products/TinyMCE/utility.py", line 11, in ?
  72. import simplejson as json
  73. File "/home/webdevenv/p2/parts/zope2/lib/python/Zope2/Startup/__init__.py", line 108, in ?
  74. # to the Zope maillist in which people claim that Zope has "frozen"
  75. File "build/bdist.linux-x86_64/egg/simplejson/decoder.py", line 7, in ?
  76. File "build/bdist.linux-x86_64/egg/simplejson/scanner.py", line 5, in ?
  77. File "build/bdist.linux-x86_64/egg/simplejson/_speedups.py", line 7, in ?
  78. File "build/bdist.linux-x86_64/egg/simplejson/_speedups.py", line 4, in __bootstrap__
  79. File "/home/webdevenv/p2/eggs/setuptools-0.6c9-py2.4.egg/pkg_resources.py", line 840, in resource_filename
  80. return get_provider(package_or_requirement).get_resource_filename(
  81. File "/home/webdevenv/p2/eggs/setuptools-0.6c9-py2.4.egg/pkg_resources.py", line 1310, in get_resource_filename
  82. self._extract_resource(manager, self._eager_to_zip(name))
  83. File "/home/webdevenv/p2/eggs/setuptools-0.6c9-py2.4.egg/pkg_resources.py", line 1331, in _extract_resource
  84. real_path = manager.get_cache_path(
  85. File "/home/webdevenv/p2/eggs/setuptools-0.6c9-py2.4.egg/pkg_resources.py", line 921, in get_cache_path
  86. self.extraction_error()
  87. File "/home/webdevenv/p2/eggs/setuptools-0.6c9-py2.4.egg/pkg_resources.py", line 887, in extraction_error
  88. raise err
  89. pkg_resources.ExtractionError: Can't extract file(s) to egg cache
  90.  
  91. The following error occurred while trying to extract file(s) to the Python egg
  92. cache:
  93.  
  94. [Errno 13] Permission denied: '/home/iddwb/.python-eggs'
  95.  
  96. The Python egg cache directory is currently set to:
  97.  
  98. /home/iddwb/.python-eggs
Add Comment
Please, Sign In to add comment