Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 KB | None | 0 0
  1. Stage 2.2 (user features) failed with exception:
  2. info.smart_tools.smartactors.feature_loader.interfaces.ifeature_loader.exceptions.FeatureLoadException: Error loading dependency named 'get-available-specialist-time-chain'.
  3. at info.smart_tools.smartactors.feature_loader.feature_loader.FeatureStatusImpl.failDependency(FeatureStatusImpl.java:141)
  4. at info.smart_tools.smartactors.feature_loader.feature_loader.FeatureStatusImpl.lambda$addDependency$1(FeatureStatusImpl.java:161)
  5. at info.smart_tools.smartactors.feature_loader.feature_loader.FeatureStatusImpl.runCallbacks(FeatureStatusImpl.java:96)
  6. at info.smart_tools.smartactors.feature_loader.feature_loader.FeatureStatusImpl.failDependency(FeatureStatusImpl.java:144)
  7. at info.smart_tools.smartactors.feature_loader.feature_loader.FeatureStatusImpl.lambda$addDependency$1(FeatureStatusImpl.java:161)
  8. at info.smart_tools.smartactors.feature_loader.feature_loader.FeatureStatusImpl.runCallbacks(FeatureStatusImpl.java:96)
  9. at info.smart_tools.smartactors.feature_loader.feature_loader.FeatureStatusImpl.lambda$decreaseCounter$0(FeatureStatusImpl.java:128)
  10. at info.smart_tools.smartactors.task.task_dispatcher.ExecutionTask.execute(ExecutionTask.java:38)
  11. at info.smart_tools.smartactors.task.thread_pool.ThreadImpl$ThreadRunnable.run(ThreadImpl.java:39)
  12. at java.lang.Thread.run(Thread.java:745)
  13. Caused by: info.smart_tools.smartactors.feature_loader.interfaces.ifeature_loader.exceptions.FeatureLoadException: Error loading dependency named 'specialist-time-feature'.
  14. at info.smart_tools.smartactors.feature_loader.feature_loader.FeatureStatusImpl.failDependency(FeatureStatusImpl.java:141)
  15. ... 6 more
  16. Caused by: info.smart_tools.smartactors.base.interfaces.iaction.exception.ActionExecuteException: info.smart_tools.smartactors.configuration_manager.interfaces.iconfiguration_manager.exceptions.ConfigurationProcessingException: Could not create object described in "objects" section.
  17. at info.smart_tools.smartactors.feature_loader.feature_loader.FeatureLoader.loadPluginsAndConfig(FeatureLoader.java:212)
  18. at info.smart_tools.smartactors.feature_loader.feature_loader.FeatureStatusImpl.lambda$decreaseCounter$0(FeatureStatusImpl.java:122)
  19. ... 3 more
  20. Caused by: info.smart_tools.smartactors.configuration_manager.interfaces.iconfiguration_manager.exceptions.ConfigurationProcessingException: Could not create object described in "objects" section.
  21. at info.smart_tools.smartactors.core_service_starter.core_starter.ObjectsSectionProcessingStrategy.onLoadConfig(ObjectsSectionProcessingStrategy.java:69)
  22. at info.smart_tools.smartactors.configuration_manager.configuration_manager.ConfigurationManager.applyConfig(ConfigurationManager.java:51)
  23. at info.smart_tools.smartactors.feature_loader.feature_loader.FeatureLoader.loadPluginsAndConfig(FeatureLoader.java:209)
  24. ... 4 more
  25. Caused by: info.smart_tools.smartactors.message_processing_interfaces.iroutable_object_creator.exceptions.ObjectCreationException: Could not create receiver chain.
  26. at info.smart_tools.smartactors.message_processing.actor_receiver_creator.ActorReceiverCreator.createObject(ActorReceiverCreator.java:77)
  27. at info.smart_tools.smartactors.core_service_starter.core_starter.ObjectsSectionProcessingStrategy.onLoadConfig(ObjectsSectionProcessingStrategy.java:64)
  28. ... 6 more
  29. Caused by: info.smart_tools.smartactors.message_processing_interfaces.ireceiver_generator.exception.ReceiverGeneratorException: Could not generate message receiver because of the following error:
  30. at info.smart_tools.smartactors.message_processing.receiver_generator.ReceiverGenerator.generate(ReceiverGenerator.java:65)
  31. at info.smart_tools.smartactors.message_processing.actor_receiver_creator.ActorReceiverCreator.createObject(ActorReceiverCreator.java:70)
  32. ... 7 more
  33. Caused by: info.smart_tools.smartactors.utility_tool.interfaces.iclass_generator.exception.ClassGenerationException: Could not generate class.
  34. at info.smart_tools.smartactors.utility_tool.class_generator_with_java_compile_api.ClassGenerator.generate(ClassGenerator.java:46)
  35. at info.smart_tools.smartactors.utility_tool.class_generator_with_java_compile_api.ClassGenerator.generate(ClassGenerator.java:13)
  36. at info.smart_tools.smartactors.message_processing.receiver_generator.ReceiverGenerator.generateClass(ReceiverGenerator.java:147)
  37. at info.smart_tools.smartactors.message_processing.receiver_generator.ReceiverGenerator.generate(ReceiverGenerator.java:56)
  38. ... 8 more
  39. Caused by: java.lang.Exception: java.lang.Exception: Failed to compile com.steptodream.feature.specialist_time_actor.SpecialistTimeActor_reserveEvent_receiver
  40. /com/steptodream/feature/specialist_time_actor/SpecialistTimeActor_reserveEvent_receiver.java:25: error: incompatible types: java.lang.String cannot be converted to info.smart_tools.smartactors.iobject.iobject_wrapper.IObjectWrapper
  41. ((IObjectWrapper) wrapper).init(processor.getEnvironment());
  42. ^
  43. /com/steptodream/feature/specialist_time_actor/SpecialistTimeActor_reserveEvent_receiver.java:26: error: incompatible types: java.lang.String cannot be converted to com.steptodream.feature.specialist_time_actor.wrapper.ReserveTimeWrapper
  44. this.usersObject.reserveEvent(wrapper);
  45. ^
  46. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  47. at info.smart_tools.smartactors.utility_tool.class_generator_with_java_compile_api.InMemoryCodeCompiler.compile(InMemoryCodeCompiler.java:89)
  48. at info.smart_tools.smartactors.utility_tool.class_generator_with_java_compile_api.ClassGenerator.generate(ClassGenerator.java:43)
  49. ... 11 more
  50. Caused by: java.lang.Exception: Failed to compile com.steptodream.feature.specialist_time_actor.SpecialistTimeActor_reserveEvent_receiver
  51. /com/steptodream/feature/specialist_time_actor/SpecialistTimeActor_reserveEvent_receiver.java:25: error: incompatible types: java.lang.String cannot be converted to info.smart_tools.smartactors.iobject.iobject_wrapper.IObjectWrapper
  52. ((IObjectWrapper) wrapper).init(processor.getEnvironment());
  53. ^
  54. /com/steptodream/feature/specialist_time_actor/SpecialistTimeActor_reserveEvent_receiver.java:26: error: incompatible types: java.lang.String cannot be converted to com.steptodream.feature.specialist_time_actor.wrapper.ReserveTimeWrapper
  55. this.usersObject.reserveEvent(wrapper);
  56. ^
  57. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  58. at info.smart_tools.smartactors.utility_tool.class_generator_with_java_compile_api.InMemoryCodeCompiler.compile(InMemoryCodeCompiler.java:84)
  59. ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement