Last active
September 6, 2016 05:55
-
-
Save adam-phillipps/61e311304048800f78a04894a639d691 to your computer and use it in GitHub Desktop.
output from java -jar -DmodelIndex=“0” -DuseLocalFiles=false roas-simulator-1.0.jar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java -jar -DmodelIndex=“0” -DuseLocalFiles=false roas-simulator-1.0.jar | |
. ____ _ __ _ _ | |
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ | |
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ | |
\\/ ___)| |_)| | | | | || (_| | ) ) ) ) | |
' |____| .__|_| |_|_| |_\__, | / / / / | |
=========|_|==============|___/=/_/_/_/ | |
:: Spring Boot :: (v1.4.0.RELEASE) | |
2016-09-06 05:26:25.348 INFO 4995 --- [ main] com.smashanalytics.main.Application : Starting Application v1.0 on ip-172-31-4-97 with PID 4995 (/home/ubuntu/crawler/roas-simulator-1.0.jar started by ubuntu in /home/ubuntu/crawler) | |
2016-09-06 05:26:25.367 INFO 4995 --- [ main] com.smashanalytics.main.Application : No active profile set, falling back to default profiles: default | |
2016-09-06 05:26:25.717 INFO 4995 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@726f3b58: startup date [Tue Sep 06 05:26:25 UTC 2016]; root of context hierarchy | |
2016-09-06 05:26:30.084 INFO 4995 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring | |
2016-09-06 05:26:31.530 INFO 4995 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http) | |
2016-09-06 05:26:31.580 INFO 4995 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat | |
2016-09-06 05:26:31.583 INFO 4995 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.4 | |
2016-09-06 05:26:31.850 INFO 4995 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext | |
2016-09-06 05:26:31.850 INFO 4995 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6153 ms | |
2016-09-06 05:26:32.692 INFO 4995 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/] | |
2016-09-06 05:26:32.703 INFO 4995 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricFilter' to: [/*] | |
2016-09-06 05:26:32.703 INFO 4995 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] | |
2016-09-06 05:26:32.703 INFO 4995 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] | |
2016-09-06 05:26:32.704 INFO 4995 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*] | |
2016-09-06 05:26:32.706 INFO 4995 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*] | |
2016-09-06 05:26:32.706 INFO 4995 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*] | |
2016-09-06 05:26:32.706 INFO 4995 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*] | |
2016-09-06 05:26:34.348 ERROR 4995 --- [ main] o.s.b.b.PropertiesConfigurationFactory : Properties configuration failed validation | |
2016-09-06 05:26:34.349 ERROR 4995 --- [ main] o.s.b.b.PropertiesConfigurationFactory : Field error in object 'roas' on field 'modelIndex': rejected value [“0”]; codes [typeMismatch.roas.modelIndex,typeMismatch.modelIndex,typeMismatch.int,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [roas.modelIndex,modelIndex]; arguments []; default message [modelIndex]]; default message [Failed to convert property value of type [java.lang.String] to required type [int] for property 'modelIndex'; nested exception is org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.lang.String] to type [int]] | |
2016-09-06 05:26:34.351 WARN 4995 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roasRestService': Unsatisfied dependency expressed through field 'roasComponent': Error creating bean with name 'roasComponent': Unsatisfied dependency expressed through field 'roasProperties': Error creating bean with name 'roas-com.smashanalytics.roas.RoasProperties': Could not bind properties to RoasProperties (prefix=roas, ignoreInvalidFields=false, ignoreUnknownFields=false, ignoreNestedProperties=false); nested exception is org.springframework.validation.BindException: org.springframework.boot.bind.RelaxedDataBinder$RelaxedBeanPropertyBindingResult: 1 errors | |
Field error in object 'roas' on field 'modelIndex': rejected value [“0”]; codes [typeMismatch.roas.modelIndex,typeMismatch.modelIndex,typeMismatch.int,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [roas.modelIndex,modelIndex]; arguments []; default message [modelIndex]]; default message [Failed to convert property value of type [java.lang.String] to required type [int] for property 'modelIndex'; nested exception is org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.lang.String] to type [int]]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'roas-com.smashanalytics.roas.RoasProperties': Could not bind properties to RoasProperties (prefix=roas, ignoreInvalidFields=false, ignoreUnknownFields=false, ignoreNestedProperties=false); nested exception is org.springframework.validation.BindException: org.springframework.boot.bind.RelaxedDataBinder$RelaxedBeanPropertyBindingResult: 1 errors | |
Field error in object 'roas' on field 'modelIndex': rejected value [“0”]; codes [typeMismatch.roas.modelIndex,typeMismatch.modelIndex,typeMismatch.int,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [roas.modelIndex,modelIndex]; arguments []; default message [modelIndex]]; default message [Failed to convert property value of type [java.lang.String] to required type [int] for property 'modelIndex'; nested exception is org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.lang.String] to type [int]]; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roasComponent': Unsatisfied dependency expressed through field 'roasProperties': Error creating bean with name 'roas-com.smashanalytics.roas.RoasProperties': Could not bind properties to RoasProperties (prefix=roas, ignoreInvalidFields=false, ignoreUnknownFields=false, ignoreNestedProperties=false); nested exception is org.springframework.validation.BindException: org.springframework.boot.bind.RelaxedDataBinder$RelaxedBeanPropertyBindingResult: 1 errors | |
Field error in object 'roas' on field 'modelIndex': rejected value [“0”]; codes [typeMismatch.roas.modelIndex,typeMismatch.modelIndex,typeMismatch.int,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [roas.modelIndex,modelIndex]; arguments []; default message [modelIndex]]; default message [Failed to convert property value of type [java.lang.String] to required type [int] for property 'modelIndex'; nested exception is org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.lang.String] to type [int]]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'roas-com.smashanalytics.roas.RoasProperties': Could not bind properties to RoasProperties (prefix=roas, ignoreInvalidFields=false, ignoreUnknownFields=false, ignoreNestedProperties=false); nested exception is org.springframework.validation.BindException: org.springframework.boot.bind.RelaxedDataBinder$RelaxedBeanPropertyBindingResult: 1 errors | |
Field error in object 'roas' on field 'modelIndex': rejected value [“0”]; codes [typeMismatch.roas.modelIndex,typeMismatch.modelIndex,typeMismatch.int,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [roas.modelIndex,modelIndex]; arguments []; default message [modelIndex]]; default message [Failed to convert property value of type [java.lang.String] to required type [int] for property 'modelIndex'; nested exception is org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.lang.String] to type [int]] | |
2016-09-06 05:26:34.368 INFO 4995 --- [ main] o.apache.catalina.core.StandardService : Stopping service Tomcat | |
2016-09-06 05:26:34.421 INFO 4995 --- [ main] utoConfigurationReportLoggingInitializer : | |
Error starting ApplicationContext. To display the auto-configuration report enable debug logging (start with --debug) | |
2016-09-06 05:26:34.452 ERROR 4995 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : | |
*************************** | |
APPLICATION FAILED TO START | |
*************************** | |
Description: | |
Binding to target com.smashanalytics.roas.RoasProperties@34b7ac2f failed: | |
Property: roas.modelIndex | |
Value: “0” | |
Reason: Failed to convert property value of type [java.lang.String] to required type [int] for property 'modelIndex'; nested exception is org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.lang.String] to type [int] | |
Action: | |
Update your application's configuration | |
ubuntu@ip-172-31-4-97:~/crawler$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. ____ _ __ _ _ | |
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ | |
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ | |
\\/ ___)| |_)| | | | | || (_| | ) ) ) ) | |
' |____| .__|_| |_|_| |_\__, | / / / / | |
=========|_|==============|___/=/_/_/_/ | |
:: Spring Boot :: (v1.4.0.RELEASE) | |
2016-09-06 05:31:57.149 INFO 5257 --- [ main] com.smashanalytics.main.Application : Starting Application v1.0 on ip-172-31-4-97 with PID 5257 (/home/ubuntu/crawler/roas-simulator-1.0.jar started by ubuntu in /home/ubuntu/crawler) | |
2016-09-06 05:31:57.168 INFO 5257 --- [ main] com.smashanalytics.main.Application : No active profile set, falling back to default profiles: default | |
2016-09-06 05:31:57.485 INFO 5257 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@726f3b58: startup date [Tue Sep 06 05:31:57 UTC 2016]; root of context hierarchy | |
2016-09-06 05:32:02.193 INFO 5257 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring | |
2016-09-06 05:32:03.966 INFO 5257 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http) | |
2016-09-06 05:32:04.021 INFO 5257 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat | |
2016-09-06 05:32:04.028 INFO 5257 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.4 | |
2016-09-06 05:32:04.288 INFO 5257 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext | |
2016-09-06 05:32:04.288 INFO 5257 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6805 ms | |
2016-09-06 05:32:05.132 INFO 5257 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/] | |
2016-09-06 05:32:05.143 INFO 5257 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricFilter' to: [/*] | |
2016-09-06 05:32:05.146 INFO 5257 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] | |
2016-09-06 05:32:05.146 INFO 5257 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] | |
2016-09-06 05:32:05.146 INFO 5257 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*] | |
2016-09-06 05:32:05.146 INFO 5257 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*] | |
2016-09-06 05:32:05.147 INFO 5257 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*] | |
2016-09-06 05:32:05.150 INFO 5257 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*] | |
workingDirectory: /Users/jchaves/Documents/smash/VegasHeroKuApp/ | |
2016-09-06 05:32:06.708 INFO 5257 --- [ main] com.smashanalytics.roas.RoasComponent : Starting model init | |
2016-09-06 05:33:08.822 WARN 5257 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roasRestService': Unsatisfied dependency expressed through field 'roasComponent': Error creating bean with name 'roasComponent': Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: Java heap space; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'roasComponent': Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: Java heap space | |
2016-09-06 05:33:08.837 INFO 5257 --- [ main] o.apache.catalina.core.StandardService : Stopping service Tomcat | |
2016-09-06 05:33:08.889 INFO 5257 --- [ main] utoConfigurationReportLoggingInitializer : | |
Error starting ApplicationContext. To display the auto-configuration report enable debug logging (start with --debug) | |
2016-09-06 05:33:08.922 ERROR 5257 --- [ main] o.s.boot.SpringApplication : Application startup failed | |
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roasRestService': Unsatisfied dependency expressed through field 'roasComponent': Error creating bean with name 'roasComponent': Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: Java heap space; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'roasComponent': Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: Java heap space | |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:569) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:349) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:776) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861) ~[spring-context-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541) ~[spring-context-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) ~[spring-boot-1.4.0.RELEASE.jar!/:1.4.0.RELEASE] | |
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) [spring-boot-1.4.0.RELEASE.jar!/:1.4.0.RELEASE] | |
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:369) [spring-boot-1.4.0.RELEASE.jar!/:1.4.0.RELEASE] | |
at org.springframework.boot.SpringApplication.run(SpringApplication.java:313) [spring-boot-1.4.0.RELEASE.jar!/:1.4.0.RELEASE] | |
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1185) [spring-boot-1.4.0.RELEASE.jar!/:1.4.0.RELEASE] | |
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1174) [spring-boot-1.4.0.RELEASE.jar!/:1.4.0.RELEASE] | |
at com.smashanalytics.main.Application.main(Application.java:28) [classes!/:1.0] | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91] | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91] | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91] | |
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91] | |
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [roas-simulator-1.0.jar:1.0] | |
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [roas-simulator-1.0.jar:1.0] | |
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [roas-simulator-1.0.jar:1.0] | |
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:58) [roas-simulator-1.0.jar:1.0] | |
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'roasComponent': Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: Java heap space | |
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:408) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:207) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1214) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1019) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:566) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE] | |
... 27 common frames omitted | |
Caused by: java.lang.OutOfMemoryError: Java heap space | |
at sun.reflect.GeneratedSerializationConstructorAccessor15.newInstance(Unknown Source) ~[na:na] | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[na:1.8.0_91] | |
at java.io.ObjectStreamClass.newInstance(ObjectStreamClass.java:1006) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1792) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1353) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1714) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2018) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1942) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1808) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1353) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1714) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2018) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1942) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1808) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1353) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1714) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2018) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1942) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1808) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1353) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1714) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2018) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1942) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1808) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1353) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1714) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347) ~[na:1.8.0_91] | |
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2018) ~[na:1.8.0_91] | |
ubuntu@ip-172-31-4-97:~/crawler$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java -jar -DmodelIndex=0 -DuseLocalFiles=false roas-simulator-1.0.jar | |
. ____ _ __ _ _ | |
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ | |
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ | |
\\/ ___)| |_)| | | | | || (_| | ) ) ) ) | |
' |____| .__|_| |_|_| |_\__, | / / / / | |
=========|_|==============|___/=/_/_/_/ | |
:: Spring Boot :: (v1.4.0.RELEASE) | |
2016-09-06 05:48:11.302 INFO 1796 --- [ main] com.smashanalytics.main.Application : Starting Application v1.0 on ip-172-31-43-98 with PID 1796 (/home/ubuntu/crawler/roas-simulator-1.0.jar started by ubuntu in /home/ubuntu/crawler) | |
2016-09-06 05:48:11.309 INFO 1796 --- [ main] com.smashanalytics.main.Application : No active profile set, falling back to default profiles: default | |
2016-09-06 05:48:11.437 INFO 1796 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@726f3b58: startup date [Tue Sep 06 05:48:11 UTC 2016]; root of context hierarchy | |
2016-09-06 05:48:13.484 INFO 1796 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring | |
2016-09-06 05:48:14.044 INFO 1796 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http) | |
2016-09-06 05:48:14.059 INFO 1796 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat | |
2016-09-06 05:48:14.060 INFO 1796 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.4 | |
2016-09-06 05:48:14.141 INFO 1796 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext | |
2016-09-06 05:48:14.141 INFO 1796 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2706 ms | |
2016-09-06 05:48:14.387 INFO 1796 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/] | |
2016-09-06 05:48:14.391 INFO 1796 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricFilter' to: [/*] | |
2016-09-06 05:48:14.391 INFO 1796 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] | |
2016-09-06 05:48:14.391 INFO 1796 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] | |
2016-09-06 05:48:14.391 INFO 1796 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*] | |
2016-09-06 05:48:14.392 INFO 1796 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*] | |
2016-09-06 05:48:14.392 INFO 1796 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*] | |
2016-09-06 05:48:14.392 INFO 1796 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*] | |
workingDirectory: /Users/jchaves/Documents/smash/VegasHeroKuApp/ | |
2016-09-06 05:48:15.054 INFO 1796 --- [ main] com.smashanalytics.roas.RoasComponent : Starting model init |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment