Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. 05:22:55 -ERR - ServiceLoader: Failure while starting service 'ServiceManager:appframe.core.service.Service':
  2. Traceback (most recent call last):
  3. File "appframe\loaders\baseLoader.py", line 13, in run
  4. self.app.changeState('startup')
  5. File "C:\gpd\appframe\application.py", line 53, in changeState
  6. stateFunc(*args, **kwArgs)
  7. File "appframe\loaders\baseLoader.py", line 20, in startup
  8. self.app.serviceLoader.loadServices()
  9. File "appframe\core\service_loader.py", line 34, in loadServices
  10. if self.startServices():
  11. --- <exception caught here> ---
  12. File "appframe\core\service_loader.py", line 106, in startServices
  13. method()
  14. File "C:\gpd\app_services\deamon\service_manager.py", line 80, in start
  15. rpcSvc = self.app.getImplementer("RpcService")
  16. File "C:\gpd\appframe\application.py", line 152, in getImplementer
  17. return self.implementers[interface][0]
  18. exceptions.KeyError: 'RpcService'
  19. 
  20. 05:22:55 Failure while starting service 'Installer:appframe.core.service.Service':
  21. Traceback (most recent call last):
  22. File "appframe\loaders\baseLoader.py", line 13, in run
  23. self.app.changeState('startup')
  24. File "C:\gpd\appframe\application.py", line 53, in changeState
  25. stateFunc(*args, **kwArgs)
  26. File "appframe\loaders\baseLoader.py", line 20, in startup
  27. self.app.serviceLoader.loadServices()
  28. File "appframe\core\service_loader.py", line 34, in loadServices
  29. if self.startServices():
  30. --- <exception caught here> ---
  31. File "appframe\core\service_loader.py", line 106, in startServices
  32. method()
  33. File "C:\gpd\app_services\deamon\installer.py", line 57, in start
  34. rpcSvc = self.app.getImplementer("RpcService")
  35. File "C:\gpd\appframe\application.py", line 152, in getImplementer
  36. return self.implementers[interface][0]
  37. exceptions.KeyError: 'RpcService'
  38. 
  39. 05:22:55 -FAIL- Application: Transition to state startup failed:
  40. Traceback (most recent call last):
  41. File "C:\Python27\lib\runpy.py", line 72, in _run_code
  42. exec code in run_globals
  43. File "C:\gpd\appframe\application.py", line 181, in <module>
  44. app.run()
  45. File "C:\gpd\appframe\application.py", line 129, in run
  46. self.stateLoader.run()
  47. File "appframe\loaders\baseLoader.py", line 13, in run
  48. self.app.changeState('startup')
  49. --- <exception caught here> ---
  50. File "C:\gpd\appframe\application.py", line 53, in changeState
  51. stateFunc(*args, **kwArgs)
  52. File "appframe\loaders\baseLoader.py", line 20, in startup
  53. self.app.serviceLoader.loadServices()
  54. File "appframe\core\service_loader.py", line 38, in loadServices
  55. raise StateError('One or more critical errors encounterd while loading, see the log')
  56. appframe.core.service_loader.StateError: One or more critical errors encounterd while loading, see the log
  57. 
  58.  
  59. C:\gpd>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement