Advertisement
Guest User

Untitled

a guest
Aug 14th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.78 KB | None | 0 0
  1.  
  2. . ____ _ __ _ _
  3. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  4. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  5. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  6. ' |____| .__|_| |_|_| |_\__, | / / / /
  7. =========|_|==============|___/=/_/_/_/
  8. :: Spring Boot :: (v1.2.1.RELEASE)
  9.  
  10. 2018-08-14 14:10:12.517 INFO 8940 --- [ main] drools.spring.example.SampleApp : Starting SampleApp on GIGABYTE with PID 8940 (started by Korisnik in D:\DOKUMENTI\Desktop\sbz stuff\Vezba7\drools-spring\drools-spring-v2-app)
  11. 2018-08-14 14:10:12.542 INFO 8940 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4ae82894: startup date [Tue Aug 14 14:10:12 CEST 2018]; root of context hierarchy
  12. 2018-08-14 14:10:12.958 INFO 8940 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'beanNameViewResolver': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
  13. 2018-08-14 14:10:13.056 INFO 8940 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  14. 2018-08-14 14:10:13.297 INFO 8940 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
  15. 2018-08-14 14:10:13.381 INFO 8940 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat
  16. 2018-08-14 14:10:13.381 INFO 8940 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/7.0.57
  17. 2018-08-14 14:10:13.532 INFO 8940 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  18. 2018-08-14 14:10:13.532 INFO 8940 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 992 ms
  19. 2018-08-14 14:10:13.870 INFO 8940 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  20. 2018-08-14 14:10:13.872 INFO 8940 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  21. 2018-08-14 14:10:13.872 INFO 8940 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  22. 2018-08-14 14:10:13.903 WARN 8940 --- [ main] org.kie.scanner.embedder.MavenSettings : Environment variable M2_HOME is not set
  23. 2018-08-14 14:10:14.889 WARN 8940 --- [ main] org.kie.scanner.MavenRepository : Unable to resolve artifact: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  24. 2018-08-14 14:10:14.991 WARN 8940 --- [ main] org.kie.scanner.MavenRepository : Unable to resolve artifact: drools-spring-v2:drools-spring-v2-kjar:pom:0.0.1-SNAPSHOT
  25. 2018-08-14 14:10:14.996 WARN 8940 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt
  26.  
  27. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sampleAppController' defined in file [D:\DOKUMENTI\Desktop\sbz stuff\Vezba7\drools-spring\drools-spring-v2-app\target\classes\drools\spring\example\SampleAppController.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [drools.spring.example.SampleAppService]: : Error creating bean with name 'sampleAppService' defined in file [D:\DOKUMENTI\Desktop\sbz stuff\Vezba7\drools-spring\drools-spring-v2-app\target\classes\drools\spring\example\SampleAppService.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.kie.api.runtime.KieContainer]: : Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sampleAppService' defined in file [D:\DOKUMENTI\Desktop\sbz stuff\Vezba7\drools-spring\drools-spring-v2-app\target\classes\drools\spring\example\SampleAppService.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.kie.api.runtime.KieContainer]: : Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  28. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  29. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
  30. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1131)
  31. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1034)
  32. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
  33. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  34. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  35. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  36. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  37. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  38. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  39. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  40. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  41. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
  42. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691)
  43. at org.springframework.boot.SpringApplication.run(SpringApplication.java:321)
  44. at org.springframework.boot.SpringApplication.run(SpringApplication.java:961)
  45. at org.springframework.boot.SpringApplication.run(SpringApplication.java:950)
  46. at drools.spring.example.SampleApp.main(SampleApp.java:22)
  47. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sampleAppService' defined in file [D:\DOKUMENTI\Desktop\sbz stuff\Vezba7\drools-spring\drools-spring-v2-app\target\classes\drools\spring\example\SampleAppService.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.kie.api.runtime.KieContainer]: : Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  48. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  49. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
  50. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1131)
  51. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1034)
  52. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
  53. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  54. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  55. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  56. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  57. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  58. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
  59. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051)
  60. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
  61. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813)
  62. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  63. ... 18 common frames omitted
  64. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  65. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
  66. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111)
  67. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006)
  68. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
  69. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  70. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  71. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  72. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  73. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  74. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
  75. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051)
  76. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
  77. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813)
  78. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  79. ... 32 common frames omitted
  80. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  81. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
  82. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
  83. ... 45 common frames omitted
  84. Caused by: java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  85. at org.drools.compiler.kie.builder.impl.KieServicesImpl.newKieContainer(KieServicesImpl.java:186)
  86. at org.drools.compiler.kie.builder.impl.KieServicesImpl.newKieContainer(KieServicesImpl.java:172)
  87. at drools.spring.example.SampleApp.kieContainer(SampleApp.java:37)
  88. at drools.spring.example.SampleApp$$EnhancerBySpringCGLIB$$aa9ac18e.CGLIB$kieContainer$0(<generated>)
  89. at drools.spring.example.SampleApp$$EnhancerBySpringCGLIB$$aa9ac18e$$FastClassBySpringCGLIB$$3ef8c731.invoke(<generated>)
  90. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  91. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309)
  92. at drools.spring.example.SampleApp$$EnhancerBySpringCGLIB$$aa9ac18e.kieContainer(<generated>)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  96. at java.lang.reflect.Method.invoke(Method.java:498)
  97. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
  98. ... 46 common frames omitted
  99.  
  100. 2018-08-14 14:10:14.997 INFO 8940 --- [ main] o.apache.catalina.core.StandardService : Stopping service Tomcat
  101. 2018-08-14 14:10:15.001 INFO 8940 --- [ main] .b.l.ClasspathLoggingApplicationListener : Application failed to start with classpath: [file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/resources.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/rt.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/jsse.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/jce.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/charsets.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/jfr.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/ext/access-bridge-64.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/ext/cldrdata.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/ext/dnsns.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/ext/jaccess.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/ext/jfxrt.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/ext/localedata.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/ext/nashorn.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/ext/sunec.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/ext/sunjce_provider.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/ext/sunmscapi.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/ext/sunpkcs11.jar, file:/C:/Program%20Files/Java/jdk1.8.0_111/jre/lib/ext/zipfs.jar, file:/D:/DOKUMENTI/Desktop/sbz%20stuff/Vezba7/drools-spring/drools-spring-v2-app/target/classes/, file:/C:/Users/Korisnik/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.2.1.RELEASE/spring-boot-starter-web-1.2.1.RELEASE.jar, file:/C:/Users/Korisnik/.m2/repository/org/springframework/boot/spring-boot-starter/1.2.1.RELEASE/spring-boot-starter-1.2.1.RELEASE.jar, file:/C:/Users/Korisnik/.m2/repository/org/springframework/boot/spring-boot/1.2.1.RELEASE/spring-boot-1.2.1.RELEASE.jar, file:/C:/Users/Korisnik/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.2.1.RELEASE/spring-boot-autoconfigure-1.2.1.RELEASE.jar, file:/C:/Users/Korisnik/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.2.1.RELEASE/spring-boot-starter-logging-1.2.1.RELEASE.jar, file:/C:/Users/Korisnik/.m2/repository/org/slf4j/jul-to-slf4j/1.7.8/jul-to-slf4j-1.7.8.jar, file:/C:/Users/Korisnik/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.8/log4j-over-slf4j-1.7.8.jar, file:/C:/Users/Korisnik/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar, file:/C:/Users/Korisnik/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar, file:/C:/Users/Korisnik/.m2/repository/org/yaml/snakeyaml/1.14/snakeyaml-1.14.jar, file:/C:/Users/Korisnik/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.2.1.RELEASE/spring-boot-starter-tomcat-1.2.1.RELEASE.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/7.0.57/tomcat-embed-core-7.0.57.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/7.0.57/tomcat-embed-el-7.0.57.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.57/tomcat-embed-logging-juli-7.0.57.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/7.0.57/tomcat-embed-websocket-7.0.57.jar, file:/C:/Users/Korisnik/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.jar, file:/C:/Users/Korisnik/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.4.4/jackson-annotations-2.4.4.jar, file:/C:/Users/Korisnik/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.jar, file:/C:/Users/Korisnik/.m2/repository/org/hibernate/hibernate-validator/5.1.3.Final/hibernate-validator-5.1.3.Final.jar, file:/C:/Users/Korisnik/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar, file:/C:/Users/Korisnik/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar, file:/C:/Users/Korisnik/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar, file:/C:/Users/Korisnik/.m2/repository/org/springframework/spring-web/4.1.4.RELEASE/spring-web-4.1.4.RELEASE.jar, file:/C:/Users/Korisnik/.m2/repository/org/springframework/spring-aop/4.1.4.RELEASE/spring-aop-4.1.4.RELEASE.jar, file:/C:/Users/Korisnik/.m2/repository/org/springframework/spring-webmvc/4.1.4.RELEASE/spring-webmvc-4.1.4.RELEASE.jar, file:/C:/Users/Korisnik/.m2/repository/org/springframework/spring-expression/4.1.4.RELEASE/spring-expression-4.1.4.RELEASE.jar, file:/C:/Users/Korisnik/.m2/repository/org/kie/kie-ci/6.5.0.Final/kie-ci-6.5.0.Final.jar, file:/C:/Users/Korisnik/.m2/repository/org/drools/drools-core/6.5.0.Final/drools-core-6.5.0.Final.jar, file:/C:/Users/Korisnik/.m2/repository/org/mvel/mvel2/2.2.8.Final/mvel2-2.2.8.Final.jar, file:/C:/Users/Korisnik/.m2/repository/commons-codec/commons-codec/1.10/commons-codec-1.10.jar, file:/C:/Users/Korisnik/.m2/repository/org/drools/drools-compiler/6.5.0.Final/drools-compiler-6.5.0.Final.jar, file:/C:/Users/Korisnik/.m2/repository/org/antlr/antlr-runtime/3.5/antlr-runtime-3.5.jar, file:/C:/Users/Korisnik/.m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.jar, file:/C:/Users/Korisnik/.m2/repository/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar, file:/C:/Users/Korisnik/.m2/repository/org/kie/kie-internal/6.5.0.Final/kie-internal-6.5.0.Final.jar, file:/C:/Users/Korisnik/.m2/repository/org/kie/kie-api/6.5.0.Final/kie-api-6.5.0.Final.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar, file:/C:/Users/Korisnik/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar, file:/C:/Users/Korisnik/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar, file:/C:/Users/Korisnik/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar, file:/C:/Users/Korisnik/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar, file:/C:/Users/Korisnik/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar, file:/C:/Users/Korisnik/.m2/repository/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar, file:/C:/Users/Korisnik/.m2/repository/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar, file:/C:/Users/Korisnik/.m2/repository/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar, file:/C:/Users/Korisnik/.m2/repository/org/eclipse/aether/aether-connector-basic/1.0.0.v20140518/aether-connector-basic-1.0.0.v20140518.jar, file:/C:/Users/Korisnik/.m2/repository/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar, file:/C:/Users/Korisnik/.m2/repository/org/eclipse/aether/aether-transport-wagon/1.0.0.v20140518/aether-transport-wagon-1.0.0.v20140518.jar, file:/C:/Users/Korisnik/.m2/repository/org/eclipse/aether/aether-transport-file/1.0.0.v20140518/aether-transport-file-1.0.0.v20140518.jar, file:/C:/Users/Korisnik/.m2/repository/org/eclipse/aether/aether-transport-http/1.0.0.v20140518/aether-transport-http-1.0.0.v20140518.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar, file:/C:/Users/Korisnik/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.8/jcl-over-slf4j-1.7.8.jar, file:/C:/Users/Korisnik/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar, file:/C:/Users/Korisnik/.m2/repository/javax/enterprise/cdi-api/1.0-SP4/cdi-api-1.0-SP4.jar, file:/C:/Users/Korisnik/.m2/repository/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.0.Beta1/jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar, file:/C:/Users/Korisnik/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar, file:/C:/Users/Korisnik/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/ant/ant/1.9.4/ant-1.9.4.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/maven/wagon/wagon-http/2.6/wagon-http-2.6.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/maven/wagon/wagon-http-shared/2.6/wagon-http-shared-2.6.jar, file:/C:/Users/Korisnik/.m2/repository/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar, file:/C:/Users/Korisnik/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar, file:/C:/Users/Korisnik/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar, file:/C:/Users/Korisnik/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar, file:/C:/Users/Korisnik/.m2/repository/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar, file:/C:/Users/Korisnik/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar, file:/C:/Users/Korisnik/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, file:/C:/Users/Korisnik/.m2/repository/com/google/guava/guava/17.0/guava-17.0.jar, file:/C:/Users/Korisnik/.m2/repository/org/slf4j/slf4j-api/1.7.8/slf4j-api-1.7.8.jar, file:/C:/Users/Korisnik/.m2/repository/org/kie/kie-spring/6.5.0.Final/kie-spring-6.5.0.Final.jar, file:/C:/Users/Korisnik/.m2/repository/org/jbpm/jbpm-flow/6.5.0.Final/jbpm-flow-6.5.0.Final.jar, file:/C:/Users/Korisnik/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar, file:/C:/Users/Korisnik/.m2/repository/org/springframework/spring-tx/4.1.4.RELEASE/spring-tx-4.1.4.RELEASE.jar, file:/C:/Users/Korisnik/.m2/repository/org/drools/drools-decisiontables/6.5.0.Final/drools-decisiontables-6.5.0.Final.jar, file:/C:/Users/Korisnik/.m2/repository/org/drools/drools-templates/6.5.0.Final/drools-templates-6.5.0.Final.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/poi/poi-ooxml/3.13/poi-ooxml-3.13.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/poi/poi-ooxml-schemas/3.13/poi-ooxml-schemas-3.13.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.jar, file:/C:/Users/Korisnik/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar, file:/C:/Users/Korisnik/.m2/repository/org/apache/poi/poi/3.10.1/poi-3.10.1.jar, file:/C:/Users/Korisnik/.m2/repository/org/springframework/spring-beans/4.1.4.RELEASE/spring-beans-4.1.4.RELEASE.jar, file:/C:/Users/Korisnik/.m2/repository/org/springframework/spring-context/4.1.4.RELEASE/spring-context-4.1.4.RELEASE.jar, file:/C:/Users/Korisnik/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar, file:/C:/Users/Korisnik/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar, file:/C:/Users/Korisnik/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar, file:/D:/DOKUMENTI/Desktop/sbz%20stuff/Vezba7/drools-spring/drools-spring-v2-kjar/target/classes/, file:/C:/Users/Korisnik/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar, file:/C:/Users/Korisnik/.m2/repository/org/springframework/spring-core/4.1.4.RELEASE/spring-core-4.1.4.RELEASE.jar]
  102. 2018-08-14 14:10:15.002 INFO 8940 --- [ main] utoConfigurationReportLoggingInitializer :
  103.  
  104. Error starting ApplicationContext. To display the auto-configuration report enabled debug logging (start with --debug)
  105.  
  106.  
  107. 2018-08-14 14:10:15.002 ERROR 8940 --- [ main] o.s.boot.SpringApplication : Application startup failed
  108.  
  109. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sampleAppController' defined in file [D:\DOKUMENTI\Desktop\sbz stuff\Vezba7\drools-spring\drools-spring-v2-app\target\classes\drools\spring\example\SampleAppController.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [drools.spring.example.SampleAppService]: : Error creating bean with name 'sampleAppService' defined in file [D:\DOKUMENTI\Desktop\sbz stuff\Vezba7\drools-spring\drools-spring-v2-app\target\classes\drools\spring\example\SampleAppService.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.kie.api.runtime.KieContainer]: : Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sampleAppService' defined in file [D:\DOKUMENTI\Desktop\sbz stuff\Vezba7\drools-spring\drools-spring-v2-app\target\classes\drools\spring\example\SampleAppService.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.kie.api.runtime.KieContainer]: : Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  110. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  111. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
  112. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1131)
  113. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1034)
  114. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
  115. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  116. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  117. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  118. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  119. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  120. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  121. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  122. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  123. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
  124. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691)
  125. at org.springframework.boot.SpringApplication.run(SpringApplication.java:321)
  126. at org.springframework.boot.SpringApplication.run(SpringApplication.java:961)
  127. at org.springframework.boot.SpringApplication.run(SpringApplication.java:950)
  128. at drools.spring.example.SampleApp.main(SampleApp.java:22)
  129. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sampleAppService' defined in file [D:\DOKUMENTI\Desktop\sbz stuff\Vezba7\drools-spring\drools-spring-v2-app\target\classes\drools\spring\example\SampleAppService.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.kie.api.runtime.KieContainer]: : Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  130. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  131. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
  132. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1131)
  133. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1034)
  134. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
  135. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  136. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  137. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  138. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  139. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  140. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
  141. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051)
  142. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
  143. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813)
  144. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  145. ... 18 common frames omitted
  146. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  147. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
  148. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111)
  149. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006)
  150. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
  151. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  152. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  153. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  154. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  155. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  156. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
  157. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051)
  158. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
  159. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813)
  160. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  161. ... 32 common frames omitted
  162. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  163. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
  164. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
  165. ... 45 common frames omitted
  166. Caused by: java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  167. at org.drools.compiler.kie.builder.impl.KieServicesImpl.newKieContainer(KieServicesImpl.java:186)
  168. at org.drools.compiler.kie.builder.impl.KieServicesImpl.newKieContainer(KieServicesImpl.java:172)
  169. at drools.spring.example.SampleApp.kieContainer(SampleApp.java:37)
  170. at drools.spring.example.SampleApp$$EnhancerBySpringCGLIB$$aa9ac18e.CGLIB$kieContainer$0(<generated>)
  171. at drools.spring.example.SampleApp$$EnhancerBySpringCGLIB$$aa9ac18e$$FastClassBySpringCGLIB$$3ef8c731.invoke(<generated>)
  172. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  173. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309)
  174. at drools.spring.example.SampleApp$$EnhancerBySpringCGLIB$$aa9ac18e.kieContainer(<generated>)
  175. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  176. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  177. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  178. at java.lang.reflect.Method.invoke(Method.java:498)
  179. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
  180. ... 46 common frames omitted
  181.  
  182. Exception in thread "main" org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sampleAppController' defined in file [D:\DOKUMENTI\Desktop\sbz stuff\Vezba7\drools-spring\drools-spring-v2-app\target\classes\drools\spring\example\SampleAppController.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [drools.spring.example.SampleAppService]: : Error creating bean with name 'sampleAppService' defined in file [D:\DOKUMENTI\Desktop\sbz stuff\Vezba7\drools-spring\drools-spring-v2-app\target\classes\drools\spring\example\SampleAppService.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.kie.api.runtime.KieContainer]: : Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sampleAppService' defined in file [D:\DOKUMENTI\Desktop\sbz stuff\Vezba7\drools-spring\drools-spring-v2-app\target\classes\drools\spring\example\SampleAppService.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.kie.api.runtime.KieContainer]: : Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  183. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  184. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
  185. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1131)
  186. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1034)
  187. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
  188. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  189. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  190. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  191. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  192. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  193. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  194. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  195. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  196. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
  197. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691)
  198. at org.springframework.boot.SpringApplication.run(SpringApplication.java:321)
  199. at org.springframework.boot.SpringApplication.run(SpringApplication.java:961)
  200. at org.springframework.boot.SpringApplication.run(SpringApplication.java:950)
  201. at drools.spring.example.SampleApp.main(SampleApp.java:22)
  202. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sampleAppService' defined in file [D:\DOKUMENTI\Desktop\sbz stuff\Vezba7\drools-spring\drools-spring-v2-app\target\classes\drools\spring\example\SampleAppService.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.kie.api.runtime.KieContainer]: : Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  203. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  204. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
  205. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1131)
  206. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1034)
  207. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
  208. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  209. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  210. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  211. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  212. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  213. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
  214. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051)
  215. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
  216. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813)
  217. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  218. ... 18 more
  219. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kieContainer' defined in drools.spring.example.SampleApp: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  220. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
  221. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111)
  222. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006)
  223. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
  224. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  225. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  226. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  227. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  228. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  229. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
  230. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051)
  231. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
  232. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813)
  233. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  234. ... 32 more
  235. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.kie.api.runtime.KieContainer]: Factory method 'kieContainer' threw exception; nested exception is java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  236. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
  237. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
  238. ... 45 more
  239. Caused by: java.lang.RuntimeException: Cannot find KieModule: drools-spring-v2:drools-spring-v2-kjar:0.0.1-SNAPSHOT
  240. at org.drools.compiler.kie.builder.impl.KieServicesImpl.newKieContainer(KieServicesImpl.java:186)
  241. at org.drools.compiler.kie.builder.impl.KieServicesImpl.newKieContainer(KieServicesImpl.java:172)
  242. at drools.spring.example.SampleApp.kieContainer(SampleApp.java:37)
  243. at drools.spring.example.SampleApp$$EnhancerBySpringCGLIB$$aa9ac18e.CGLIB$kieContainer$0(<generated>)
  244. at drools.spring.example.SampleApp$$EnhancerBySpringCGLIB$$aa9ac18e$$FastClassBySpringCGLIB$$3ef8c731.invoke(<generated>)
  245. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  246. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309)
  247. at drools.spring.example.SampleApp$$EnhancerBySpringCGLIB$$aa9ac18e.kieContainer(<generated>)
  248. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  249. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  250. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  251. at java.lang.reflect.Method.invoke(Method.java:498)
  252. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
  253. ... 46 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement