Link to home
Start Free TrialLog in
Avatar of Rohit Bajaj
Rohit BajajFlag for India

asked on

Spring web application takes long time to start in debug mode

HI,
Following are the logs when i start my spring web application in IntellIj Idea. It takes around 5 minutes to start it in debug mode!!.. Dont know how do i fix it. Shouldnt take that long. Whereas if i just start it normally it takes only 13 seconds.
Connected to the target VM, address: '127.0.0.1:51462', transport: 'socket'
23:20:55.358 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Included patterns for restart : []
23:20:55.364 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Excluded patterns for restart : [/spring-boot-starter/target/classes/, /spring-boot-autoconfigure/target/classes/, /spring-boot-starter-[\w-]+/, /spring-boot/target/classes/, /spring-boot-actuator/target/classes/, /spring-boot-devtools/target/classes/]
23:20:55.365 [main] DEBUG org.springframework.boot.devtools.restart.ChangeableUrls - Matching URLs for reloading : [file:/Users/robinsuri/Checkout/workflow-app/target/classes/]

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.5.9.RELEASE)

2017-12-12 23:20:56.324  INFO 77876 --- [  restartedMain] c.f.a.w.WorkflowAppApplication           : Starting WorkflowAppApplication on DDVMACROBINSU with PID 77876 (/Users/robinsuri/Checkout/workflow-app/target/classes started by robinsuri in /Users/robinsuri/Checkout/workflow-app)
2017-12-12 23:20:56.326  INFO 77876 --- [  restartedMain] c.f.a.w.WorkflowAppApplication           : No active profile set, falling back to default profiles: default
2017-12-12 23:20:57.198  INFO 77876 --- [  restartedMain] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@26008bc3: startup date [Tue Dec 12 23:20:57 IST 2017]; root of context hierarchy
2017-12-12 23:21:02.372  INFO 77876 --- [  restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2017-12-12 23:21:02.431  INFO 77876 --- [  restartedMain] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2017-12-12 23:21:02.433  INFO 77876 --- [  restartedMain] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.23
2017-12-12 23:21:02.608  INFO 77876 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2017-12-12 23:21:02.609  INFO 77876 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 5427 ms
2017-12-12 23:21:02.932  INFO 77876 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'dispatcherServlet' to [/]
2017-12-12 23:21:02.941  INFO 77876 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
2017-12-12 23:21:02.941  INFO 77876 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2017-12-12 23:21:02.941  INFO 77876 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2017-12-12 23:21:02.942  INFO 77876 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'requestContextFilter' to: [/*]
2017-12-12 23:21:02.942  INFO 77876 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'resourceUrlEncodingFilter' to: [/*]
Tue Dec 12 23:21:03 IST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 12 23:21:04 IST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 12 23:21:04 IST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 12 23:21:04 IST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 12 23:21:04 IST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 12 23:21:04 IST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 12 23:21:04 IST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 12 23:21:04 IST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 12 23:21:04 IST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 12 23:21:05 IST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2017-12-12 23:21:05.417  INFO 77876 --- [  restartedMain] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2017-12-12 23:21:05.468  INFO 77876 --- [  restartedMain] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [
	name: default
	...]
2017-12-12 23:21:05.761  INFO 77876 --- [  restartedMain] org.hibernate.Version                    : HHH000412: Hibernate Core {5.0.12.Final}
2017-12-12 23:21:05.764  INFO 77876 --- [  restartedMain] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found
2017-12-12 23:21:05.769  INFO 77876 --- [  restartedMain] org.hibernate.cfg.Environment            : HHH000021: Bytecode provider name : javassist
2017-12-12 23:21:05.934  INFO 77876 --- [  restartedMain] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2017-12-12 23:21:06.621  INFO 77876 --- [  restartedMain] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
2017-12-12 23:21:11.608  INFO 77876 --- [  restartedMain] org.hibernate.tool.hbm2ddl.SchemaUpdate  : HHH000228: Running hbm2ddl schema update
2017-12-12 23:21:15.032  INFO 77876 --- [  restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2017-12-12 23:21:21.728  INFO 77876 --- [  restartedMain] o.h.h.i.QueryTranslatorFactoryInitiator  : HHH000397: Using ASTQueryTranslatorFactory
2017-12-12 23:21:34.678 ERROR 77876 --- [  restartedMain] c.f.a.w.component.CustomAspect           : execution(AppEnvironment.getAppId()): 1358 ms
2017-12-12 23:22:47.500  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@26008bc3: startup date [Tue Dec 12 23:20:57 IST 2017]; root of context hierarchy
2017-12-12 23:22:56.981  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/fetch-contacts],methods=[GET],produces=[application/json]}" onto public java.lang.String com.flock.apps.workflowapp.controller.ApiController.fetchContacts(java.lang.String)
2017-12-12 23:22:57.072  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/fetch-user-info],methods=[GET],produces=[application/json]}" onto public com.flock.model.response.User com.flock.apps.workflowapp.controller.ApiController.fetchUserInfo(java.lang.String)
2017-12-12 23:22:57.125  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/upload-file],methods=[POST]}" onto public org.springframework.http.ResponseEntity com.flock.apps.workflowapp.controller.ApiController.uploadFile(org.springframework.web.multipart.MultipartFile)
2017-12-12 23:22:57.276  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/redirect/my-tasks],methods=[GET]}" onto public java.lang.String com.flock.apps.workflowapp.controller.RedirectionController.myTasks(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String)
2017-12-12 23:22:57.337  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/redirect/my-task],methods=[GET]}" onto public java.lang.String com.flock.apps.workflowapp.controller.RedirectionController.myTask(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Integer,java.lang.String)
2017-12-12 23:22:57.371  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/redirect/my-processes],methods=[GET]}" onto public java.lang.String com.flock.apps.workflowapp.controller.RedirectionController.myProcesses(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String)
2017-12-12 23:22:57.781  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/task/my-tasks],methods=[GET],produces=[application/json]}" onto public com.flock.apps.workflowapp.model.response.UserTaskList com.flock.apps.workflowapp.controller.TaskApiController.fetchAssignedTask(java.lang.String)
2017-12-12 23:22:57.814  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/task/my-tasks/export],methods=[GET]}" onto public void com.flock.apps.workflowapp.controller.TaskApiController.exportTask(java.lang.String,javax.servlet.http.HttpServletResponse)
2017-12-12 23:22:57.853  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/task/{taskId}/claim],methods=[GET]}" onto public java.lang.String com.flock.apps.workflowapp.controller.TaskApiController.claimTask(java.lang.String,int)
2017-12-12 23:22:57.924  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/task/{taskId}],methods=[PUT],consumes=[application/json]}" onto public void com.flock.apps.workflowapp.controller.TaskApiController.fillTaskFormFields(java.lang.Integer,java.util.List<com.flock.apps.workflowapp.model.response.FormFieldRequest>,java.lang.String)
2017-12-12 23:22:57.967  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/task/{taskId}],methods=[GET],produces=[application/json]}" onto public java.lang.String com.flock.apps.workflowapp.controller.TaskApiController.fetchTask(java.lang.Integer,java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
2017-12-12 23:22:58.003  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/task/{taskId}/comments],methods=[GET],produces=[application/json]}" onto public java.lang.String com.flock.apps.workflowapp.controller.TaskApiController.fetchComments(java.lang.Integer,java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
2017-12-12 23:22:58.086  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/task/{taskId}/complete],methods=[PUT],consumes=[application/json]}" onto public void com.flock.apps.workflowapp.controller.TaskApiController.completeTask(java.lang.Integer,java.lang.String,com.flock.apps.workflowapp.controller.TaskApiController$ActionComment)
2017-12-12 23:22:58.143  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/task/{taskId}/reopen],methods=[PUT],consumes=[application/json]}" onto public void com.flock.apps.workflowapp.controller.TaskApiController.reopenTask(java.lang.Integer,java.lang.String,com.flock.apps.workflowapp.controller.TaskApiController$ActionComment)
2017-12-12 23:22:58.235  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/task/{taskId}/comment],methods=[POST],consumes=[application/json]}" onto public void com.flock.apps.workflowapp.controller.TaskApiController.createComment(java.lang.String,com.flock.apps.workflowapp.model.request.TaskCommentRequest)
2017-12-12 23:22:59.103  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/workflow/my-workflows],methods=[GET],produces=[application/json]}" onto public java.util.List<com.flock.apps.workflowapp.model.response.WorkflowResponse> com.flock.apps.workflowapp.controller.WorkflowApiController.getWorkflow(java.lang.String)
2017-12-12 23:22:59.142  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/workflow/my-workflows/export],methods=[GET]}" onto public void com.flock.apps.workflowapp.controller.WorkflowApiController.exportWorkflow(java.lang.String,javax.servlet.http.HttpServletResponse)
2017-12-12 23:22:59.225  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/workflow/],methods=[POST]}" onto public java.lang.String com.flock.apps.workflowapp.controller.WorkflowApiController.createWorkflow(com.flock.apps.workflowapp.model.response.WorkflowRequest,java.lang.String)
2017-12-12 23:22:59.286  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/workflow/details/{workflowId}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.flock.apps.workflowapp.controller.WorkflowApiController.getWorkflowDetails(java.lang.String,int)
2017-12-12 23:22:59.338  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/workflow/edit],methods=[PUT]}" onto public org.springframework.http.ResponseEntity com.flock.apps.workflowapp.controller.WorkflowApiController.editWorkflow(javax.servlet.http.HttpServletRequest,com.flock.apps.workflowapp.model.response.WorkflowRequest,java.lang.String)
2017-12-12 23:22:59.524  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/workflow/delete/{workflowId}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity com.flock.apps.workflowapp.controller.WorkflowApiController.deleteWorkflow(java.lang.String,int)
2017-12-12 23:22:59.850  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/event],methods=[POST]}" onto public void com.flock.apps.workflowapp.controller.WorkflowController.event(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-12-12 23:22:59.878  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/sidebar],methods=[GET]}" onto public java.lang.String com.flock.apps.workflowapp.controller.WorkflowController.sidebar(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-12-12 23:22:59.912  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/status],methods=[GET]}" onto public java.lang.String com.flock.apps.workflowapp.controller.WorkflowController.getStatus()
2017-12-12 23:22:59.944  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/logout],methods=[GET]}" onto public java.lang.String com.flock.apps.workflowapp.controller.WorkflowController.logout(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-12-12 23:22:59.991  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/insert],methods=[GET]}" onto public java.lang.String com.flock.apps.workflowapp.controller.WorkflowController.insertSampleData(javax.servlet.http.HttpServletRequest)
2017-12-12 23:23:00.086  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/insert/prod],methods=[GET]}" onto public java.lang.String com.flock.apps.workflowapp.controller.WorkflowController.insertSampleTemplatesForProd(javax.servlet.http.HttpServletRequest)
2017-12-12 23:23:00.141  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/login],methods=[GET]}" onto public java.lang.String com.flock.apps.workflowapp.controller.WorkflowController.login(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,java.lang.String)
2017-12-12 23:23:00.285  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/workflow-template/],methods=[GET],produces=[application/json]}" onto public java.util.List<com.flock.apps.workflowapp.model.response.WorkflowTemplateResponse> com.flock.apps.workflowapp.controller.WorkflowTemplateApiController.getAllWorkflowTemplates(java.lang.String)
2017-12-12 23:23:00.331  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/workflow-lite/api/workflow-template/{workflowTemplateId}],methods=[GET],produces=[application/json]}" onto public com.flock.apps.workflowapp.model.response.WorkflowTemplateResponse com.flock.apps.workflowapp.controller.WorkflowTemplateApiController.getWorkflowTemplates(java.lang.Integer,java.lang.String)
2017-12-12 23:23:01.105  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-12-12 23:23:01.139  INFO 77876 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-12-12 23:23:13.617  INFO 77876 --- [  restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-12-12 23:23:13.624  INFO 77876 --- [  restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/workflow-lite/static/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-12-12 23:23:17.316  INFO 77876 --- [  restartedMain] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in exceptionHandlingController
2017-12-12 23:23:22.213  INFO 77876 --- [  restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-12-12 23:24:55.481  INFO 77876 --- [  restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2017-12-12 23:25:14.907  INFO 77876 --- [  restartedMain] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup
2017-12-12 23:25:21.026  INFO 77876 --- [  restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
2017-12-12 23:25:22.103  INFO 77876 --- [  restartedMain] c.f.a.w.WorkflowAppApplication           : Started WorkflowAppApplication in 266.701 seconds (JVM running for 268.233)

Open in new window


How can i speed up the start of this ?

Thansk
SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rohit Bajaj

ASKER

i want put breakpoints in code.
for that the project needs to be started in debug mode. there is a button in intellij idea that startsbit in debug mode. the logs i have pasted shows which thing is taking the most time on startup.
need to decrease the time to start the server
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
But isnt 5 mins a lot of time. I dont think it should take that much. This is a very small project...
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
There seems to be something wrong with my intellij Idea will try reinstalling it again....As the same project runs in few seconds on a different machine in debug mode..