Skip to content

Instantly share code, notes, and snippets.

@maedoc
Created March 10, 2014 12:16
Show Gist options
  • Save maedoc/9464046 to your computer and use it in GitHub Desktop.
Save maedoc/9464046 to your computer and use it in GitHub Desktop.
errors
C:\Users\duke\dev\tvb\TVB_Distribution\bin>cmd /c tvb_clean
"Done"
C:\Users\duke\dev\tvb\TVB_Distribution\bin>cmd /c tvb_start
Found the first free port: 8080.
"Done"
C:\Users\duke\dev\tvb\TVB_Distribution\bin>Found the first free port: 8080.
C:\Users\duke\dev\tvb\TVB_Distribution\tvb_data\numpy\lib\utils.py:1132: DeprecationWarning: The compiler package is deprecated and removed in Python 3.x.
import compiler
C:\Users\duke\dev\tvb\TVB_Distribution\tvb_data\sqlalchemy\types.py:84: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
return x == y
Exception in thread Thread-3:
Traceback (most recent call last):
File "C:\Users\duke\dev\tvb\TVB_Distribution\tvb_data\threading.py", line 810, in __bootstrap_inner
self.run()
File "C:\Users\duke\dev\tvb\TVB_Distribution\tvb_data\threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\Users\duke\dev\tvb\TVB_Distribution\tvb_data\tvb\core\services\event_handlers.py", line 216, in run
method_name=self.call_method, visible=self.operation_visible, **parameters)
File "C:\Users\duke\dev\tvb\TVB_Distribution\tvb_data\tvb\core\services\flow_service.py", line 377, in fire_operation
raise OperationException(str(excep))
OperationException: (ProgrammingError) You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings. u'UPDATE "OPERATIONS" SET completion_date=?, status=?, additional_info=? WHERE "OPERATIONS".id = ?' ('2014-03-10 13:15:01.376000', '1-ERROR', "[Error 32] Le processus ne peut pas acc\xe9der au fichier car ce fichier est utilis\xe9 par un autre processus: 'c:\\\\users\\\\duke\\\\appdata\\\\local\\\\temp\\\\cff_74866745\\\\CNetwork\\\\tvb_connectivity_matrix.gpickle'", 1)
Exception in thread Thread-15:
Traceback (most recent call last):
File "C:\Users\duke\dev\tvb\TVB_Distribution\tvb_data\threading.py", line 810, in __bootstrap_inner
self.run()
File "C:\Users\duke\dev\tvb\TVB_Distribution\tvb_data\threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\Users\duke\dev\tvb\TVB_Distribution\tvb_data\tvb\core\services\event_handlers.py", line 216, in run
method_name=self.call_method, visible=self.operation_visible, **parameters)
File "C:\Users\duke\dev\tvb\TVB_Distribution\tvb_data\tvb\core\services\flow_service.py", line 373, in fire_operation
raise OperationException(excep.message, excep)
OperationException: Empty value for required parameter Large Scale Connectivity
Exception in thread Thread-37:
Traceback (most recent call last):
File "C:\Users\duke\dev\tvb\TVB_Distribution\tvb_data\threading.py", line 810, in __bootstrap_inner
self.run()
File "C:\Users\duke\dev\tvb\TVB_Distribution\tvb_data\threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\Users\duke\dev\tvb\TVB_Distribution\tvb_data\tvb\core\services\event_handlers.py", line 216, in run
method_name=self.call_method, visible=self.operation_visible, **parameters)
File "C:\Users\duke\dev\tvb\TVB_Distribution\tvb_data\tvb\core\services\flow_service.py", line 373, in fire_operation
raise OperationException(excep.message, excep)
OperationException: Empty value for required parameter Brain Cortical Surface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment