Unable to start. #664

Closed
opened 2009-03-17 19:24:55 +00:00 by hottuna · 4 comments
hottuna commented 2009-03-17 19:24:55 +00:00
Owner

Python 2.6
Win 7

C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\bin>tahoe start -C C:\stor
STARTING C:\stor
C:\Python26\lib\site-packages\zope\__init__.py:3: UserWarning: Module twisted was already imported from C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\twisted-8.2.0-py2.6-win32.egg\twisted\__init__.pyc, but c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\nevow-0.9.32-py2.6.egg is being added to sys.path
  import pkg_resources
C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\twisted-8.2.0-py2.6-win32.egg\twisted\persisted\sob.py:12: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import os, md5, sys
C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\twisted-8.2.0-py2.6-win32.egg\twisted\python\filepath.py:12: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha
C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\foolscap-0.3.2-py2.6.egg\foolscap\banana.py:2: DeprecationWarning: the sets module is deprecated
  import struct, sets, time
Traceback (most recent call last):
  File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 694, in run
    runApp(config)
  File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\scripts\twistd.py", line 23, in runApp
    _SomeApplicationRunner(config).run()
  File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 411, in run
    self.application = self.createOrGetApplication()
  File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 494, in createOrGetApplication
    application = getApplication(self.config, passphrase)
--- <exception caught here> ---
  File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 505, in getApplication
    application = service.loadApplication(filename, style, passphrase)
  File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\service.py", line 390, in loadApplication
    application = sob.loadValueFromFile(filename, 'application', passphrase)
  File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\persisted\sob.py", line 214, in loadValueFromFile
    exec fileObj in d, d
  File "tahoe-client.tac", line 7, in <module>
    from allmydata import client
  File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\client.py", line 3, in <module>
    from allmydata import node
  File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\node.py", line 19, in <module>
    for thing, things_version in get_package_versions().iteritems():
  File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\__init__.py", line 169, in get_package_versions
    return dict([(k, v) for k, (v, l) in get_package_versions_and_locations().iteritems()])
  File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\__init__.py", line 139, in get_package_versions_and_locations
    import OpenSSL, allmydata, foolscap, nevow, platform, pycryptopp, setuptools, simplejson, twisted, zfec, zope.interface
  File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\pyOpenSSL-0.8-py2.6-win32.egg\OpenSSL\__init__.py", line 11, in <module>
    import rand, crypto, SSL, tsafe
exceptions.ImportError: DLL load failed: The specified procedure could not be found.

Failed to load application: DLL load failed: The specified procedure could not be found.

client node probably not started
Python 2.6 Win 7 ``` C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\bin>tahoe start -C C:\stor STARTING C:\stor C:\Python26\lib\site-packages\zope\__init__.py:3: UserWarning: Module twisted was already imported from C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\twisted-8.2.0-py2.6-win32.egg\twisted\__init__.pyc, but c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\nevow-0.9.32-py2.6.egg is being added to sys.path import pkg_resources C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\twisted-8.2.0-py2.6-win32.egg\twisted\persisted\sob.py:12: DeprecationWarning: the md5 module is deprecated; use hashlib instead import os, md5, sys C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\twisted-8.2.0-py2.6-win32.egg\twisted\python\filepath.py:12: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\foolscap-0.3.2-py2.6.egg\foolscap\banana.py:2: DeprecationWarning: the sets module is deprecated import struct, sets, time Traceback (most recent call last): File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 694, in run runApp(config) File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\scripts\twistd.py", line 23, in runApp _SomeApplicationRunner(config).run() File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 411, in run self.application = self.createOrGetApplication() File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 494, in createOrGetApplication application = getApplication(self.config, passphrase) --- <exception caught here> --- File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 505, in getApplication application = service.loadApplication(filename, style, passphrase) File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\service.py", line 390, in loadApplication application = sob.loadValueFromFile(filename, 'application', passphrase) File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\persisted\sob.py", line 214, in loadValueFromFile exec fileObj in d, d File "tahoe-client.tac", line 7, in <module> from allmydata import client File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\client.py", line 3, in <module> from allmydata import node File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\node.py", line 19, in <module> for thing, things_version in get_package_versions().iteritems(): File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\__init__.py", line 169, in get_package_versions return dict([(k, v) for k, (v, l) in get_package_versions_and_locations().iteritems()]) File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\__init__.py", line 139, in get_package_versions_and_locations import OpenSSL, allmydata, foolscap, nevow, platform, pycryptopp, setuptools, simplejson, twisted, zfec, zope.interface File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\pyOpenSSL-0.8-py2.6-win32.egg\OpenSSL\__init__.py", line 11, in <module> import rand, crypto, SSL, tsafe exceptions.ImportError: DLL load failed: The specified procedure could not be found. Failed to load application: DLL load failed: The specified procedure could not be found. client node probably not started ```
tahoe-lafs added the
code
major
defect
1.3.0
labels 2009-03-17 19:24:55 +00:00
tahoe-lafs added this to the undecided milestone 2009-03-17 19:24:55 +00:00

reformatted by putting the wiki markup !and around the cut and paste and removing the extra carriage returns

reformatted by putting the wiki markup !` and ` around the cut and paste and removing the extra carriage returns

Adding Cc: Chris Galvan, in case he wants to help with this.

Adding Cc: Chris Galvan, in case he wants to help with this.
zooko added
packaging
and removed
code
labels 2009-03-17 20:01:52 +00:00

This indicates that #456 (it would be nice if the dependency on OpenSSL could be automatically resolved) wasn't really fixed. Hm, note that hottuna is using Python 2.6. Chris Galvan built the eggs for Python 2.4 and 2.5, but I built the egg for Python 2.6. Perhaps I did it wrong!

This indicates that #456 (it would be nice if the dependency on OpenSSL could be automatically resolved) wasn't really fixed. Hm, note that hottuna is using Python 2.6. Chris Galvan built the eggs for Python 2.4 and 2.5, but I built the egg for Python 2.6. Perhaps I did it wrong!

This is a duplicate of #456.

This is a duplicate of #456.
zooko added the
duplicate
label 2009-08-06 18:35:14 +00:00
zooko closed this issue 2009-08-06 18:35:14 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#664
No description provided.