Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.48 KB | None | 0 0
  1. cd /home/extreme/NetbeansProjects/pinsaneclient; JAVA_HOME=/usr/lib/jvm/java-8-oracle /usr/local/netbeans-8.0.1/java/maven/bin/mvn "-Dexec.args=-classpath %classpath pinsane.client.Main" -Dexec.executable=/usr/lib/jvm/java-8-oracle/bin/java org.codehaus.mojo:exec-maven-plugin:1.2.1:exec
  2. Running NetBeans Compile On Save execution. Phase execution is skipped and output directories of dependency projects (with Compile on Save turned on) will be used instead of their jar artifacts.
  3. Scanning for projects...
  4. Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.pom
  5.  
  6. Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.pom (0 B at 0.0 KB/sec)
  7. Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
  8.  
  9. Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (0 B at 0.0 KB/sec)
  10. Downloading: http://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
  11.  
  12. Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (0 B at 0.0 KB/sec)
  13. Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.jar
  14.  
  15. Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.jar (0 B at 0.0 KB/sec)
  16.  
  17. ------------------------------------------------------------------------
  18. Building PinsaneClient 1.0-SNAPSHOT
  19. ------------------------------------------------------------------------
  20.  
  21. --- exec-maven-plugin:1.2.1:exec (default-cli) @ PinsaneClient ---
  22. Downloading: http://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom
  23.  
  24. Downloaded: http://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom (0 B at 0.0 KB/sec)
  25. Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
  26.  
  27. Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (0 B at 0.0 KB/sec)
  28. Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom
  29.  
  30. Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom (0 B at 0.0 KB/sec)
  31. Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
  32.  
  33. Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (0 B at 0.0 KB/sec)
  34.  
  35. . ____ _ __ _ _
  36. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  37. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  38. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  39. ' |____| .__|_| |_|_| |_\__, | / / / /
  40. =========|_|==============|___/=/_/_/_/
  41. :: Spring Boot :: (v1.1.6.RELEASE)
  42.  
  43. 2014-10-24 19:59:12.552 INFO 1439 --- [ main] pinsane.client.Main : Starting Main on extreme-desktop with PID 1439 (/home/extreme/NetbeansProjects/pinsaneclient/target/classes started by extreme in /home/extreme/NetbeansProjects/pinsaneclient)
  44. 2014-10-24 19:59:12.579 INFO 1439 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@501edcf1: startup date [Fri Oct 24 19:59:12 CEST 2014]; root of context hierarchy
  45. 2014-10-24 19:59:13.514 INFO 1439 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
  46. 2014-10-24 19:59:13.530 INFO 1439 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  47. name: default
  48. ...]
  49. 2014-10-24 19:59:13.575 INFO 1439 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {4.3.6.Final}
  50. 2014-10-24 19:59:13.576 INFO 1439 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  51. 2014-10-24 19:59:13.577 INFO 1439 --- [ main] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
  52. 2014-10-24 19:59:13.698 INFO 1439 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
  53. 2014-10-24 19:59:14.116 INFO 1439 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
  54. 2014-10-24 19:59:14.206 INFO 1439 --- [ main] o.h.h.i.ast.ASTQueryTranslatorFactory : HHH000397: Using ASTQueryTranslatorFactory
  55. 2014-10-24 19:59:14.380 INFO 1439 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000227: Running hbm2ddl schema export
  56. 2014-10-24 19:59:14.382 ERROR 1439 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table session_cookies drop constraint FK_ksga6u26k9aq7f5bvnssc7g59
  57. 2014-10-24 19:59:14.383 ERROR 1439 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.SESSION_COOKIES
  58. 2014-10-24 19:59:14.385 ERROR 1439 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000388: Unsuccessful: INSERT INTO `nodes` (address,max_accounts,name,public_key) VALUES('192.168.1.1', 100, 'Local network node', 'EABCX')
  59. 2014-10-24 19:59:14.386 ERROR 1439 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found:
  60. 2014-10-24 19:59:14.386 ERROR 1439 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000388: Unsuccessful: INSERT INTO `accounts` (email, password, type, task_limit, node_id) VALUES('admin@email.com', '$2a$10$tg3XkGaH8j5d6W5LEq5Snugj/ZJI3sFi3QkfJ7pY4j2/jv5Yj5fau', 'TYPE_ENTERPRISE', 300, 1)
  61. 2014-10-24 19:59:14.386 ERROR 1439 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found:
  62. 2014-10-24 19:59:14.386 ERROR 1439 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000388: Unsuccessful: INSERT INTO `account_roles` VALUES(1, 'ROLE_ADMIN')
  63. 2014-10-24 19:59:14.387 ERROR 1439 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found:
  64. 2014-10-24 19:59:14.387 ERROR 1439 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000388: Unsuccessful: INSERT INTO `account_nodes` VALUES(1, 1)
  65. 2014-10-24 19:59:14.387 ERROR 1439 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found:
  66. 2014-10-24 19:59:14.388 INFO 1439 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000230: Schema export complete
  67. 2014-10-24 19:59:14.488 WARN 1439 --- [ main] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt
  68.  
  69. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageListenerContainer' defined in class path resource [pinsane/client/RabbitConfiguration.class]: Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer pinsane.client.RabbitConfiguration.messageListenerContainer(org.springframework.amqp.rabbit.connection.ConnectionFactory)] threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageListener': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private pinsane.client.service.WebDriverService pinsane.client.service.IncomingMessageServiceImpl.driverService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  70. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:597)
  71. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1095)
  72. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:990)
  73. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
  74. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
  75. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
  76. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
  77. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
  78. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  79. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:706)
  80. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
  81. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
  82. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691)
  83. at org.springframework.boot.SpringApplication.run(SpringApplication.java:320)
  84. at org.springframework.boot.SpringApplication.run(SpringApplication.java:952)
  85. at org.springframework.boot.SpringApplication.run(SpringApplication.java:941)
  86. at pinsane.client.Main.main(Main.java:13)
  87. Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer pinsane.client.RabbitConfiguration.messageListenerContainer(org.springframework.amqp.rabbit.connection.ConnectionFactory)] threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageListener': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private pinsane.client.service.WebDriverService pinsane.client.service.IncomingMessageServiceImpl.driverService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  88. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:188)
  89. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:586)
  90. ... 16 common frames omitted
  91. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageListener': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private pinsane.client.service.WebDriverService pinsane.client.service.IncomingMessageServiceImpl.driverService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  92. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:293)
  93. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1186)
  94. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  95. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
  96. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
  97. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
  98. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
  99. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  100. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:324)
  101. at pinsane.client.RabbitConfiguration$$EnhancerBySpringCGLIB$$c793842b.messageListener(<generated>)
  102. at pinsane.client.RabbitConfiguration.messageListenerContainer(RabbitConfiguration.java:26)
  103. at pinsane.client.RabbitConfiguration$$EnhancerBySpringCGLIB$$c793842b.CGLIB$messageListenerContainer$0(<generated>)
  104. at pinsane.client.RabbitConfiguration$$EnhancerBySpringCGLIB$$c793842b$$FastClassBySpringCGLIB$$bb0e0c86.invoke(<generated>)
  105. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  106. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:312)
  107. at pinsane.client.RabbitConfiguration$$EnhancerBySpringCGLIB$$c793842b.messageListenerContainer(<generated>)
  108. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  109. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  110. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  111. at java.lang.reflect.Method.invoke(Method.java:483)
  112. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:166)
  113. ... 17 common frames omitted
  114. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private pinsane.client.service.WebDriverService pinsane.client.service.IncomingMessageServiceImpl.driverService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  115. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:509)
  116. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
  117. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:290)
  118. ... 37 common frames omitted
  119. Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  120. at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1118)
  121. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:967)
  122. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:862)
  123. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:481)
  124. ... 39 common frames omitted
  125.  
  126. 2014-10-24 19:59:14.491 INFO 1439 --- [ main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  127. 2014-10-24 19:59:14.493 INFO 1439 --- [ main] .b.l.ClasspathLoggingApplicationListener : Application failed to start with classpath: [file:/home/extreme/NetbeansProjects/pinsaneclient/target/classes/, file:/home/extreme/.m2/repository/org/springframework/boot/spring-boot-starter/1.1.6.RELEASE/spring-boot-starter-1.1.6.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/boot/spring-boot/1.1.6.RELEASE/spring-boot-1.1.6.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.1.6.RELEASE/spring-boot-autoconfigure-1.1.6.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar, file:/home/extreme/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar, file:/home/extreme/.m2/repository/org/springframework/boot/spring-boot-starter-amqp/1.1.6.RELEASE/spring-boot-starter-amqp-1.1.6.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/spring-tx/4.0.7.RELEASE/spring-tx-4.0.7.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/amqp/spring-rabbit/1.3.5.RELEASE/spring-rabbit-1.3.5.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/amqp/spring-amqp/1.3.5.RELEASE/spring-amqp-1.3.5.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/retry/spring-retry/1.1.0.RELEASE/spring-retry-1.1.0.RELEASE.jar, file:/home/extreme/.m2/repository/com/rabbitmq/amqp-client/3.3.4/amqp-client-3.3.4.jar, file:/home/extreme/.m2/repository/org/springframework/boot/spring-boot-starter-data-jpa/1.1.6.RELEASE/spring-boot-starter-data-jpa-1.1.6.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/boot/spring-boot-starter-aop/1.1.6.RELEASE/spring-boot-starter-aop-1.1.6.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar, file:/home/extreme/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, file:/home/extreme/.m2/repository/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar, file:/home/extreme/.m2/repository/org/aspectj/aspectjweaver/1.8.2/aspectjweaver-1.8.2.jar, file:/home/extreme/.m2/repository/org/springframework/boot/spring-boot-starter-jdbc/1.1.6.RELEASE/spring-boot-starter-jdbc-1.1.6.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/spring-jdbc/4.0.7.RELEASE/spring-jdbc-4.0.7.RELEASE.jar, file:/home/extreme/.m2/repository/org/apache/tomcat/tomcat-jdbc/7.0.55/tomcat-jdbc-7.0.55.jar, file:/home/extreme/.m2/repository/org/apache/tomcat/tomcat-juli/7.0.55/tomcat-juli-7.0.55.jar, file:/home/extreme/.m2/repository/org/hibernate/hibernate-entitymanager/4.3.6.Final/hibernate-entitymanager-4.3.6.Final.jar, file:/home/extreme/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar, file:/home/extreme/.m2/repository/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar, file:/home/extreme/.m2/repository/org/hibernate/hibernate-core/4.3.6.Final/hibernate-core-4.3.6.Final.jar, file:/home/extreme/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar, file:/home/extreme/.m2/repository/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar, file:/home/extreme/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar, file:/home/extreme/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar, file:/home/extreme/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.jar, file:/home/extreme/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar, file:/home/extreme/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar, file:/home/extreme/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar, file:/home/extreme/.m2/repository/org/springframework/spring-orm/4.0.7.RELEASE/spring-orm-4.0.7.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/data/spring-data-jpa/1.6.4.RELEASE/spring-data-jpa-1.6.4.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/data/spring-data-commons/1.8.4.RELEASE/spring-data-commons-1.8.4.RELEASE.jar, file:/home/extreme/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar, file:/home/extreme/.m2/repository/org/springframework/spring-aspects/4.0.7.RELEASE/spring-aspects-4.0.7.RELEASE.jar, file:/home/extreme/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.1.6.RELEASE/spring-boot-starter-logging-1.1.6.RELEASE.jar, file:/home/extreme/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar, file:/home/extreme/.m2/repository/org/slf4j/jul-to-slf4j/1.7.7/jul-to-slf4j-1.7.7.jar, file:/home/extreme/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.7/log4j-over-slf4j-1.7.7.jar, file:/home/extreme/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar, file:/home/extreme/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar, file:/home/extreme/.m2/repository/org/seleniumhq/selenium/selenium-firefox-driver/2.41.0/selenium-firefox-driver-2.41.0.jar, file:/home/extreme/.m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.41.0/selenium-remote-driver-2.41.0.jar, file:/home/extreme/.m2/repository/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar, file:/home/extreme/.m2/repository/org/json/json/20080701/json-20080701.jar, file:/home/extreme/.m2/repository/org/seleniumhq/selenium/selenium-api/2.41.0/selenium-api-2.41.0.jar, file:/home/extreme/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar, file:/home/extreme/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar, file:/home/extreme/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar, file:/home/extreme/.m2/repository/com/google/guava/guava/15.0/guava-15.0.jar, file:/home/extreme/.m2/repository/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar, file:/home/extreme/.m2/repository/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar, file:/home/extreme/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.jar, file:/home/extreme/.m2/repository/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar, file:/home/extreme/.m2/repository/org/hsqldb/hsqldb/2.3.2/hsqldb-2.3.2.jar, file:/home/extreme/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar, file:/home/extreme/.m2/repository/org/seleniumhq/selenium/selenium-support/2.43.1/selenium-support-2.43.1.jar, file:/home/extreme/NetbeansProjects/pinsane/target/classes/, file:/home/extreme/.m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.21/nekohtml-1.9.21.jar, file:/home/extreme/.m2/repository/xerces/xercesImpl/2.10.0/xercesImpl-2.10.0.jar]
  128. 2014-10-24 19:59:14.493 INFO 1439 --- [ main] utoConfigurationReportLoggingInitializer :
  129.  
  130. Error starting ApplicationContext. To display the auto-configuration report enabled debug logging (start with --debug)
  131.  
  132.  
  133. 2014-10-24 19:59:14.494 ERROR 1439 --- [ main] o.s.boot.SpringApplication : Application startup failed
  134.  
  135. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageListenerContainer' defined in class path resource [pinsane/client/RabbitConfiguration.class]: Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer pinsane.client.RabbitConfiguration.messageListenerContainer(org.springframework.amqp.rabbit.connection.ConnectionFactory)] threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageListener': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private pinsane.client.service.WebDriverService pinsane.client.service.IncomingMessageServiceImpl.driverService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  136. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:597)
  137. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1095)
  138. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:990)
  139. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
  140. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
  141. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
  142. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
  143. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
  144. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  145. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:706)
  146. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
  147. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
  148. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691)
  149. at org.springframework.boot.SpringApplication.run(SpringApplication.java:320)
  150. at org.springframework.boot.SpringApplication.run(SpringApplication.java:952)
  151. at org.springframework.boot.SpringApplication.run(SpringApplication.java:941)
  152. at pinsane.client.Main.main(Main.java:13)
  153. Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer pinsane.client.RabbitConfiguration.messageListenerContainer(org.springframework.amqp.rabbit.connection.ConnectionFactory)] threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageListener': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private pinsane.client.service.WebDriverService pinsane.client.service.IncomingMessageServiceImpl.driverService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  154. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:188)
  155. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:586)
  156. ... 16 common frames omitted
  157. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageListener': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private pinsane.client.service.WebDriverService pinsane.client.service.IncomingMessageServiceImpl.driverService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  158. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:293)
  159. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1186)
  160. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  161. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
  162. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
  163. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
  164. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
  165. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  166. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:324)
  167. at pinsane.client.RabbitConfiguration$$EnhancerBySpringCGLIB$$c793842b.messageListener(<generated>)
  168. at pinsane.client.RabbitConfiguration.messageListenerContainer(RabbitConfiguration.java:26)
  169. at pinsane.client.RabbitConfiguration$$EnhancerBySpringCGLIB$$c793842b.CGLIB$messageListenerContainer$0(<generated>)
  170. at pinsane.client.RabbitConfiguration$$EnhancerBySpringCGLIB$$c793842b$$FastClassBySpringCGLIB$$bb0e0c86.invoke(<generated>)
  171. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  172. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:312)
  173. at pinsane.client.RabbitConfiguration$$EnhancerBySpringCGLIB$$c793842b.messageListenerContainer(<generated>)
  174. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  175. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  176. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  177. at java.lang.reflect.Method.invoke(Method.java:483)
  178. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:166)
  179. ... 17 common frames omitted
  180. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private pinsane.client.service.WebDriverService pinsane.client.service.IncomingMessageServiceImpl.driverService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  181. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:509)
  182. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
  183. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:290)
  184. ... 37 common frames omitted
  185. Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  186. at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1118)
  187. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:967)
  188. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:862)
  189. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:481)
  190. ... 39 common frames omitted
  191.  
  192. Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageListenerContainer' defined in class path resource [pinsane/client/RabbitConfiguration.class]: Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer pinsane.client.RabbitConfiguration.messageListenerContainer(org.springframework.amqp.rabbit.connection.ConnectionFactory)] threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageListener': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private pinsane.client.service.WebDriverService pinsane.client.service.IncomingMessageServiceImpl.driverService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  193. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:597)
  194. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1095)
  195. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:990)
  196. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
  197. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
  198. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
  199. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
  200. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
  201. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  202. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:706)
  203. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
  204. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
  205. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691)
  206. at org.springframework.boot.SpringApplication.run(SpringApplication.java:320)
  207. at org.springframework.boot.SpringApplication.run(SpringApplication.java:952)
  208. at org.springframework.boot.SpringApplication.run(SpringApplication.java:941)
  209. at pinsane.client.Main.main(Main.java:13)
  210. Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer pinsane.client.RabbitConfiguration.messageListenerContainer(org.springframework.amqp.rabbit.connection.ConnectionFactory)] threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageListener': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private pinsane.client.service.WebDriverService pinsane.client.service.IncomingMessageServiceImpl.driverService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  211. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:188)
  212. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:586)
  213. ... 16 more
  214. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageListener': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private pinsane.client.service.WebDriverService pinsane.client.service.IncomingMessageServiceImpl.driverService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  215. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:293)
  216. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1186)
  217. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  218. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
  219. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
  220. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
  221. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
  222. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  223. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:324)
  224. at pinsane.client.RabbitConfiguration$$EnhancerBySpringCGLIB$$c793842b.messageListener(<generated>)
  225. at pinsane.client.RabbitConfiguration.messageListenerContainer(RabbitConfiguration.java:26)
  226. at pinsane.client.RabbitConfiguration$$EnhancerBySpringCGLIB$$c793842b.CGLIB$messageListenerContainer$0(<generated>)
  227. at pinsane.client.RabbitConfiguration$$EnhancerBySpringCGLIB$$c793842b$$FastClassBySpringCGLIB$$bb0e0c86.invoke(<generated>)
  228. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  229. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:312)
  230. at pinsane.client.RabbitConfiguration$$EnhancerBySpringCGLIB$$c793842b.messageListenerContainer(<generated>)
  231. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  232. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  233. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  234. at java.lang.reflect.Method.invoke(Method.java:483)
  235. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:166)
  236. ... 17 more
  237. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private pinsane.client.service.WebDriverService pinsane.client.service.IncomingMessageServiceImpl.driverService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  238. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:509)
  239. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
  240. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:290)
  241. ... 37 more
  242. Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [pinsane.client.service.WebDriverService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  243. at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1118)
  244. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:967)
  245. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:862)
  246. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:481)
  247. ... 39 more
  248. ------------------------------------------------------------------------
  249. BUILD FAILURE
  250. ------------------------------------------------------------------------
  251. Total time: 5.615s
  252. Finished at: Fri Oct 24 19:59:15 CEST 2014
  253. Final Memory: 10M/212M
  254. ------------------------------------------------------------------------
  255. Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project PinsaneClient: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
  256.  
  257. To see the full stack trace of the errors, re-run Maven with the -e switch.
  258. Re-run Maven using the -X switch to enable full debug logging.
  259.  
  260. For more information about the errors and possible solutions, please read the following articles:
  261. [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement