Giter VIP home page Giter VIP logo

s4hana-ext-create-employee's Introduction

REUSE status

SAP S/4HANA Cloud Extensions - SAP S/4HANA Cloud App for One-Click User Creation

This repository contains the sample code for the SAP S/4HANA Cloud App for One-Click User Creation tutorial.

This code is only one part of the tutorial, so please follow the tutorial before attempting to use this code.

Description

SAP S/4HANA Cloud App for One-Click User Creation is an admin side-by-side extension scenario. Within the scenario, you use the Create Employee and IDP User app to make the creation of new employees and users - along with business role assignments - easier for SAP S/4HANA Cloud, as the user is also created in the IDP. It puts several manual admin tasks, that would usually need to be performed in different UIs, into one UI.

SAP Extensibility Explorer

This tutorial is one of multiple tutorials that make up the SAP Extensibility Explorer for SAP S/4HANA Cloud. SAP Extensibility Explorer is a central place where anyone involved in the extensibility process can gain insight into various types of extensibility options. At the heart of SAP Extensibility Explorer, there is a rich repository of sample scenarios which show, in a hands-on way, how to realize an extensibility requirement leveraging different extensibility patterns.

Requirements

Download and Installation

This repository is a part of the sample SAP S/4HANA Cloud App for One-Click User Creation. In step 'Build and Deploy the Create Employee and IDP User App' in the tutorial the instructions for use can be found.

Please download the zip file by clicking here so that the code can be used in the tutorial.

Known issues

As this scenario uses SOAP protocol, you might have to adapt/update wsdl file, obtained from the S/4HANA system, to work with this code.

How to obtain support

If you have issues with this sample, please open a report using GitHub issues.

License

Copyright © 2024 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.

s4hana-ext-create-employee's People

Contributors

allen-1607 avatar allen-develops avatar amritanshukr avatar btbernard avatar grenik avatar ksati avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

s4hana-ext-create-employee's Issues

Starting of application failed

Hi,

after following the guide (download code, Maven build) I have encountered an error after pushing the app to SCP (see below).

Did I miss anything?

2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1699) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:573) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1089) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:859) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:762) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:398) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:330) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:1258) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at com.sap.csc.employeecreationbe.EmployeeCreationBeApplication.main(EmployeeCreationBeApplication.java:17) [classes/:na]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_232]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_232]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [app/:na]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [app/:na]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [app/:na]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [app/:na]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT Caused by: javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:402) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:377) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1758) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1695) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT ... 24 common frames omitted
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT Caused by: org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.BeanValidationIntegrator.integrate(BeanValidationIntegrator.java:138) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:281) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:462) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:892) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:57) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:390) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT ... 28 common frames omitted
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:140) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.hibernate.validator.internal.engine.ConfigurationImpl.buildValidatorFactory(ConfigurationImpl.java:364) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:103) ~[validation-api-2.0.1.Final.jar!/:na]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.TypeSafeActivator.getValidatorFactory(TypeSafeActivator.java:501) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.TypeSafeActivator.activate(TypeSafeActivator.java:84) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_232]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_232]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.BeanValidationIntegrator.integrate(BeanValidationIntegrator.java:132) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2020-03-24T17:46:56.715+0000 [APP/PROC/WEB/0] OUT ... 34 common frames omitted

Unexpected subelement ValidityPeriod

Hello, im getting this error when running the application:

Failed to connect to soap service: org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement ValidityPeriod
1

Console:
{"status":"INTERNAL_SERVER_ERROR","message":"Failed to connect to soap service: org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement ValidityPeriod","debugMessage":null,"timestamp":{"year":2019,"monthValue":11,"month":"NOVEMBER","dayOfMonth":19,"dayOfYear":323,"dayOfWeek":"TUESDAY","hour":10,"minute":35,"second":40,"nano":891000000,"chronology":{"calendarType":"iso8601","id":"ISO"}}}

Any hints on soliving that issue?

Package Failed for the Downloaded Code

I have downloaded the zip file and extract all the files. Then, I tried to run "mvn clean package" command to build the package but got errors as attached. I'm not sure whether there are some configurations missing.

app crash

Hello,

i followed this scenario , but i got error in this step: Build and Deploy the Create Employee and IDP User App
Application could not been deployed and got crashed state.

Thanks for your help!

Here are the error i got by using this commande: cf8.exe logs employee-creation --recent

2022-01-20T13:56:41.17+0100 [APP/PROC/WEB/0] OUT Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
2022-01-20T13:56:41.17+0100 [APP/PROC/WEB/0] OUT at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:140) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final]
2022-01-20T13:56:41.17+0100 [APP/PROC/WEB/0] OUT at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final]
2022-01-20T13:56:41.17+0100 [APP/PROC/WEB/0] OUT at org.hibernate.validator.internal.engine.ConfigurationImpl.buildValidatorFactory(ConfigurationImpl.java:364) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final]
2022-01-20T13:56:41.17+0100 [APP/PROC/WEB/0] OUT at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:103) ~[validation-api-2.0.1.Final.jar!/:na]
2022-01-20T13:56:41.17+0100 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.TypeSafeActivator.getValidatorFactory(TypeSafeActivator.java:501) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2022-01-20T13:56:41.17+0100 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.TypeSafeActivator.activate(TypeSafeActivator.java:84) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2022-01-20T13:56:41.17+0100 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312]

App crashes when trying to start

Hi,

I am unable to get the application to start in SCP. It keeps crashing and I don't understand why?

See log below.

C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master>mvn clean package
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------< com.sap.csc:employee-creation >--------------------
[INFO] Building employee-creation 1.0.0
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from sonatype-oss-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/openjfx/javafx.base/11.0.0-SNAPSHOT/maven-metadata.xml
Downloaded from sonatype-oss-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/openjfx/javafx.base/11.0.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 1.5 kB/s)
Downloading from sonatype-oss-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/openjfx/javafx/11.0.0-SNAPSHOT/maven-metadata.xml
Downloaded from sonatype-oss-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/openjfx/javafx/11.0.0-SNAPSHOT/maven-metadata.xml (596 B at 2.9 kB/s)
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ employee-creation ---
[INFO] Deleting C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master\target
[INFO]
[INFO] --- axis2-wsdl2code-maven-plugin:1.7.8:wsdl2code (query) @ employee-creation ---
Retrieving document at 'C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master\src/main/resources/static/businessuser/QUERYBUSINESSUSERIN.wsdl'.
log4j:WARN No appenders could be found for logger (org.apache.axiom.locator.DefaultOMMetaFactoryLocator).
log4j:WARN Please initialize the log4j system properly.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.ws.commons.schema.utils.DOMUtil (file:/C:/Users/MarkSmith/.m2/repository/org/apache/ws/xmlschema/xmlschema-core/2.2.1/xmlschema-core-2.2.1.jar) to method com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.getXmlEncoding()
WARNING: Please consider reporting this to the maintainers of org.apache.ws.commons.schema.utils.DOMUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO]
[INFO] --- axis2-wsdl2code-maven-plugin:1.7.8:wsdl2code (manage) @ employee-creation ---
Retrieving document at 'C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master\src/main/resources/static/businessuser/MANAGEBUSINESSUSERIN.wsdl'.
[INFO]
[INFO] --- axis2-wsdl2code-maven-plugin:1.7.8:wsdl2code (workforce) @ employee-creation ---
Retrieving document at 'C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master\src/main/resources/static/employee/WORKFORCEPERSONMASTERDATAREPLI.wsdl'.
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ employee-creation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 24 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ employee-creation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 224 source files to C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master\target\classes
[INFO] /C:/Users/MarkSmith/Desktop/s4hana-ext-create-employee-master/target/generated-sources/axis2/wsdl2code/src/com/sap/csc/employeecreationbe/business/query/QueryBusinessUserServiceStub.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/MarkSmith/Desktop/s4hana-ext-create-employee-master/target/generated-sources/axis2/wsdl2code/src/com/sap/csc/employeecreationbe/business/query/QueryBusinessUserServiceStub.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ employee-creation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ employee-creation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ employee-creation ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ employee-creation ---
[INFO] Building jar: C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master\target\employee-creation.jar
[INFO]
[INFO] --- spring-boot-maven-plugin:2.0.4.RELEASE:repackage (default) @ employee-creation ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 54.076 s
[INFO] Finished at: 2021-01-18T14:37:28-07:00
[INFO] ------------------------------------------------------------------------

C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master>cf api https://api.cf.us10.hana.ondemand.com
Setting API endpoint to https://api.cf.us10.hana.ondemand.com...
OK

API endpoint: https://api.cf.us10.hana.ondemand.com
API version: 3.91.0

Not logged in. Use 'cf login' or 'cf login --sso' to log in.

C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master>cf login
API endpoint: https://api.cf.us10.hana.ondemand.com

Email: [email protected]
Password:

Authenticating...
OK

Select an org:

  1. NIMBL
  2. s0017476859trial

Org (enter to skip): 1
Targeted org NIMBL.

Select a space:

  1. Anki
  2. RPA

Space (enter to skip): 2
Targeted space RPA.

API endpoint: https://api.cf.us10.hana.ondemand.com
API version: 3.91.0
user: [email protected]
org: NIMBL
space: RPA

C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master>cf push
Pushing app employee-creation to org NIMBL / space RPA as [email protected]...
Applying manifest file C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master\manifest.yml...
Manifest applied
Packaging files to upload...
Uploading files...
4.31 MiB / 4.31 MiB [====================================================================================] 100.00% 11s

Waiting for API to complete processing files...

Staging app and tracing logs...
Downloading java_buildpack...
Downloaded java_buildpack
Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 creating container for instance 66121524-fe7c-43d8-aa91-8a1d66411fde
Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 successfully created container for instance 66121524-fe7c-43d8-aa91-8a1d66411fde
Downloading app package...
Downloaded app package (71.8M)
-----> Java Buildpack v4.33 (offline) | https://github.com/cloudfoundry/java-buildpack.git#696b30f3
-----> Downloading Jvmkill Agent 1.16.0_RELEASE from https://java-buildpack.cloudfoundry.org/jvmkill/bionic/x86_64/jvmkill-1.16.0-RELEASE.so (found in cache)
-----> Downloading Open Jdk JRE 1.8.0_272 from https://java-buildpack.cloudfoundry.org/openjdk/bionic/x86_64/bellsoft-jre8u272%2B10-linux-amd64.tar.gz (found in cache)
Expanding Open Jdk JRE to .java-buildpack/open_jdk_jre (1.0s)
JVM DNS caching disabled in lieu of BOSH DNS caching
-----> Downloading Open JDK Like Memory Calculator 3.13.0_RELEASE from https://java-buildpack.cloudfoundry.org/memory-calculator/bionic/x86_64/memory-calculator-3.13.0-RELEASE.tar.gz (found in cache)
Loaded Classes: 25687, Threads: 250
-----> Downloading Client Certificate Mapper 1.11.0_RELEASE from https://java-buildpack.cloudfoundry.org/client-certificate-mapper/client-certificate-mapper-1.11.0-RELEASE.jar (found in cache)
-----> Downloading Container Security Provider 1.18.0_RELEASE from https://java-buildpack.cloudfoundry.org/container-security-provider/container-security-provider-1.18.0-RELEASE.jar (found in cache)
-----> Downloading Spring Auto Reconfiguration 2.11.0_RELEASE from https://java-buildpack.cloudfoundry.org/auto-reconfiguration/auto-reconfiguration-2.11.0-RELEASE.jar (found in cache)
Exit status 0
Uploading droplet, build artifacts cache...
Uploading droplet...
Uploading build artifacts cache...
Uploaded build artifacts cache (127B)
Uploaded droplet (114.8M)
Uploading complete

Waiting for app employee-creation to start...

Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...
Instances starting...

name: employee-creation
requested state: started
routes: employee-creation-exhausted-hartebeest-qf.cfapps.us10.hana.ondemand.com
last uploaded: Mon 18 Jan 14:42:43 MST 2021
stack: cflinuxfs3
buildpacks:
name version detect output buildpack name
java_buildpack v4.33-offline-https://github.com/cloudfoundry/java-buildpack.git#696b30f3 java java

type: web
sidecars:
instances: 0/1
memory usage: 1024M
start command: JAVA_OPTS="-agentpath:$PWD/.java-buildpack/open_jdk_jre/bin/jvmkill-1.16.0_RELEASE=printHeapHistogram=1
-Djava.io.tmpdir=$TMPDIR -XX:ActiveProcessorCount=$(nproc)
-Djava.ext.dirs=$PWD/.java-buildpack/container_security_provider:$PWD/.java-buildpack/open_jdk_jre/lib/ext
-Djava.security.properties=$PWD/.java-buildpack/java_security/java.security $JAVA_OPTS" &&
CALCULATED_MEMORY=$($PWD/.java-buildpack/open_jdk_jre/bin/java-buildpack-memory-calculator-3.13.0_RELEASE
-totMemory=$MEMORY_LIMIT -loadedClasses=26480 -poolType=metaspace -stackThreads=250
-vmOptions="$JAVA_OPTS") && echo JVM Memory Configuration: $CALCULATED_MEMORY && JAVA_OPTS="$JAVA_OPTS
$CALCULATED_MEMORY" && MALLOC_ARENA_MAX=2 SERVER_PORT=$PORT eval exec
$PWD/.java-buildpack/open_jdk_jre/bin/java $JAVA_OPTS -cp $PWD/.
org.springframework.boot.loader.JarLauncher
state since cpu memory disk details
#0 crashed 2021-01-18T21:43:55Z 0.0% 427.7M of 1G 195.6M of 1G

type: task
sidecars:
instances: 0/0
memory usage: 1024M
start command: JAVA_OPTS="-agentpath:$PWD/.java-buildpack/open_jdk_jre/bin/jvmkill-1.16.0_RELEASE=printHeapHistogram=1
-Djava.io.tmpdir=$TMPDIR -XX:ActiveProcessorCount=$(nproc)
-Djava.ext.dirs=$PWD/.java-buildpack/container_security_provider:$PWD/.java-buildpack/open_jdk_jre/lib/ext
-Djava.security.properties=$PWD/.java-buildpack/java_security/java.security $JAVA_OPTS" &&
CALCULATED_MEMORY=$($PWD/.java-buildpack/open_jdk_jre/bin/java-buildpack-memory-calculator-3.13.0_RELEASE
-totMemory=$MEMORY_LIMIT -loadedClasses=26480 -poolType=metaspace -stackThreads=250
-vmOptions="$JAVA_OPTS") && echo JVM Memory Configuration: $CALCULATED_MEMORY && JAVA_OPTS="$JAVA_OPTS
$CALCULATED_MEMORY" && MALLOC_ARENA_MAX=2 SERVER_PORT=$PORT eval exec
$PWD/.java-buildpack/open_jdk_jre/bin/java $JAVA_OPTS -cp $PWD/.
org.springframework.boot.loader.JarLauncher
There are no running instances of this process.
Start unsuccessful

TIP: use 'cf logs employee-creation --recent' for more information
FAILED

C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master>cf logs employee-creation --recent
Retrieving logs for app employee-creation in org NIMBL / space RPA as [email protected]...

2021-01-18T14:41:37.33-0700 [API/20] OUT Added process: "web"
2021-01-18T14:41:37.34-0700 [API/20] OUT Created app with guid 88cda7a6-396d-4593-813a-8253820a5017
2021-01-18T14:41:37.35-0700 [API/20] OUT Applied manifest to app with guid 88cda7a6-396d-4593-813a-8253820a5017 (---
2021-01-18T14:41:37.36-0700 [API/20] OUT applications:
2021-01-18T14:41:37.36-0700 [API/20] OUT - name: employee-creation
2021-01-18T14:41:37.36-0700 [API/20] OUT timeout: 600
2021-01-18T14:41:37.36-0700 [API/20] OUT path: C:\Users\MarkSmith\Desktop\s4hana-ext-create-employee-master\target\employee-creation.jar
2021-01-18T14:41:37.36-0700 [API/20] OUT memory: 1024M
2021-01-18T14:41:37.36-0700 [API/20] OUT random-route: true
2021-01-18T14:41:37.36-0700 [API/20] OUT buildpacks:
2021-01-18T14:41:37.36-0700 [API/20] OUT - java_buildpack
2021-01-18T14:41:37.36-0700 [API/20] OUT env: "[PRIVATE DATA HIDDEN]"
2021-01-18T14:41:37.36-0700 [API/20] OUT services:
2021-01-18T14:41:37.36-0700 [API/20] OUT - destinations-create-employee
2021-01-18T14:41:37.37-0700 [API/20] OUT - xsuaa-create-employee
2021-01-18T14:41:37.37-0700 [API/20] OUT )
2021-01-18T14:41:57.67-0700 [API/24] OUT Uploading app package for app with guid 88cda7a6-396d-4593-813a-8253820a5017
2021-01-18T14:42:20.26-0700 [API/16] OUT Creating build for app with guid 88cda7a6-396d-4593-813a-8253820a5017
2021-01-18T14:42:20.99-0700 [STG/0] OUT Downloading java_buildpack...
2021-01-18T14:42:21.02-0700 [STG/0] OUT Downloaded java_buildpack
2021-01-18T14:42:21.02-0700 [STG/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 creating container for instance 66121524-fe7c-43d8-aa91-8a1d66411fde
2021-01-18T14:42:21.75-0700 [STG/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 successfully created container for instance 66121524-fe7c-43d8-aa91-8a1d66411fde
2021-01-18T14:42:22.01-0700 [STG/0] OUT Downloading app package...
2021-01-18T14:42:24.60-0700 [STG/0] OUT Downloaded app package (71.8M)
2021-01-18T14:42:26.52-0700 [STG/0] OUT -----> Java Buildpack v4.33 (offline) | https://github.com/cloudfoundry/java-buildpack.git#696b30f3
2021-01-18T14:42:26.57-0700 [STG/0] OUT -----> Downloading Jvmkill Agent 1.16.0_RELEASE from https://java-buildpack.cloudfoundry.org/jvmkill/bionic/x86_64/jvmkill-1.16.0-RELEASE.so (found in cache)
2021-01-18T14:42:26.58-0700 [STG/0] OUT -----> Downloading Open Jdk JRE 1.8.0_272 from https://java-buildpack.cloudfoundry.org/openjdk/bionic/x86_64/bellsoft-jre8u272%2B10-linux-amd64.tar.gz (found in cache)
2021-01-18T14:42:27.61-0700 [STG/0] OUT Expanding Open Jdk JRE to .java-buildpack/open_jdk_jre (1.0s)
2021-01-18T14:42:27.61-0700 [STG/0] OUT JVM DNS caching disabled in lieu of BOSH DNS caching
2021-01-18T14:42:27.61-0700 [STG/0] OUT -----> Downloading Open JDK Like Memory Calculator 3.13.0_RELEASE from https://java-buildpack.cloudfoundry.org/memory-calculator/bionic/x86_64/memory-calculator-3.13.0-RELEASE.tar.gz (found in cache)
2021-01-18T14:42:29.27-0700 [STG/0] OUT Loaded Classes: 25687, Threads: 250
2021-01-18T14:42:29.30-0700 [STG/0] OUT -----> Downloading Client Certificate Mapper 1.11.0_RELEASE from https://java-buildpack.cloudfoundry.org/client-certificate-mapper/client-certificate-mapper-1.11.0-RELEASE.jar (found in cache)
2021-01-18T14:42:29.30-0700 [STG/0] OUT -----> Downloading Container Security Provider 1.18.0_RELEASE from https://java-buildpack.cloudfoundry.org/container-security-provider/container-security-provider-1.18.0-RELEASE.jar (found in cache)
2021-01-18T14:42:29.30-0700 [STG/0] OUT -----> Downloading Spring Auto Reconfiguration 2.11.0_RELEASE from https://java-buildpack.cloudfoundry.org/auto-reconfiguration/auto-reconfiguration-2.11.0-RELEASE.jar (found in cache)
2021-01-18T14:42:41.76-0700 [STG/0] OUT Exit status 0
2021-01-18T14:42:41.76-0700 [STG/0] OUT Uploading droplet, build artifacts cache...
2021-01-18T14:42:41.76-0700 [STG/0] OUT Uploading droplet...
2021-01-18T14:42:41.76-0700 [STG/0] OUT Uploading build artifacts cache...
2021-01-18T14:42:41.82-0700 [STG/0] OUT Uploaded build artifacts cache (127B)
2021-01-18T14:42:43.57-0700 [API/19] OUT Creating droplet for app with guid 88cda7a6-396d-4593-813a-8253820a5017
2021-01-18T14:42:47.90-0700 [STG/0] OUT Uploaded droplet (114.8M)
2021-01-18T14:42:47.92-0700 [STG/0] OUT Uploading complete
2021-01-18T14:42:48.51-0700 [STG/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 stopping instance 66121524-fe7c-43d8-aa91-8a1d66411fde
2021-01-18T14:42:48.51-0700 [STG/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 destroying container for instance 66121524-fe7c-43d8-aa91-8a1d66411fde
2021-01-18T14:42:49.45-0700 [STG/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 successfully destroyed container for instance 66121524-fe7c-43d8-aa91-8a1d66411fde
2021-01-18T14:42:50.17-0700 [API/0] OUT Updated app with guid 88cda7a6-396d-4593-813a-8253820a5017 ({:droplet_guid=>"49b0fb56-4cda-413a-8818-643570c515a9"})
2021-01-18T14:42:50.20-0700 [API/0] OUT Added process: "task"
2021-01-18T14:42:50.42-0700 [API/11] OUT Creating revision for app with guid 88cda7a6-396d-4593-813a-8253820a5017
2021-01-18T14:42:50.92-0700 [API/11] OUT Restarted app with guid 88cda7a6-396d-4593-813a-8253820a5017
2021-01-18T14:42:50.96-0700 [CELL/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 creating container for instance d9d11d83-2d29-44e0-7bfe-8c36
2021-01-18T14:42:51.69-0700 [CELL/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 successfully created container for instance d9d11d83-2d29-44e0-7bfe-8c36
2021-01-18T14:42:51.86-0700 [CELL/0] OUT Downloading droplet...
2021-01-18T14:42:55.59-0700 [CELL/0] OUT Downloaded droplet (114.8M)
2021-01-18T14:42:55.59-0700 [CELL/0] OUT Starting health monitoring of container
2021-01-18T14:42:55.94-0700 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx372919K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=163656K
2021-01-18T14:42:57.85-0700 [APP/PROC/WEB/0] OUT . ____ _ __ _ _
2021-01-18T14:42:57.85-0700 [APP/PROC/WEB/0] OUT /\ / ' __ _ () __ __ _ \ \ \
2021-01-18T14:42:57.85-0700 [APP/PROC/WEB/0] OUT ( ( )_
_ | '_ | '| | ' / | \ \ \ \ 2021-01-18T14:42:57.85-0700 [APP/PROC/WEB/0] OUT \\/ ___)| |_)| | | | | || (_| | ) ) ) ) 2021-01-18T14:42:57.85-0700 [APP/PROC/WEB/0] OUT ' |____| .__|_| |_|_| |_\__, | / / / / 2021-01-18T14:42:57.85-0700 [APP/PROC/WEB/0] OUT =========|_|==============|___/=/_/_/_/ 2021-01-18T14:42:57.86-0700 [APP/PROC/WEB/0] OUT :: Spring Boot :: (v2.0.4.RELEASE) 2021-01-18T14:42:58.11-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:42:58.110 INFO 6 --- [ main] pertySourceApplicationContextInitializer : 'cloud' property source added 2021-01-18T14:42:58.11-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:42:58.118 INFO 6 --- [ main] nfigurationApplicationContextInitializer : Reconfiguration enabled 2021-01-18T14:42:58.12-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:42:58.126 INFO 6 --- [ main] c.s.c.e.EmployeeCreationBeApplication : Starting EmployeeCreationBeApplication on d9d11d83-2d29-44e0-7bfe-8c36 with PID 6 (/home/vcap/app/BOOT-INF/classes started by vcap in /home/vcap/app) 2021-01-18T14:42:58.12-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:42:58.127 INFO 6 --- [ main] c.s.c.e.EmployeeCreationBeApplication : The following profiles are active: cloud 2021-01-18T14:42:58.21-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:42:58.216 INFO 6 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@46f5f779: startup date [Mon Jan 18 21:42:58 UTC 2021]; root of context hierarchy 2021-01-18T14:43:03.76-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:03.765 INFO 6 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4b007fe0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-01-18T14:43:04.67-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:04.673 INFO 6 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2021-01-18T14:43:04.71-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:04.710 INFO 6 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-01-18T14:43:04.71-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:04.710 INFO 6 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.32 2021-01-18T14:43:04.73-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:04.730 INFO 6 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib] 2021-01-18T14:43:04.86-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:04.863 INFO 6 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2021-01-18T14:43:04.86-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:04.863 INFO 6 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6651 ms 2021-01-18T14:43:05.13-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.136 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'clientCertificateMapper' to: [/*] 2021-01-18T14:43:05.13-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.137 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] 2021-01-18T14:43:05.13-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.137 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2021-01-18T14:43:05.13-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.137 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*] 2021-01-18T14:43:05.13-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.138 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*] 2021-01-18T14:43:05.13-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.138 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'RequestContextServletFilter' to urls: [/*] 2021-01-18T14:43:05.13-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.138 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/] 2021-01-18T14:43:05.17-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.176 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Registering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor. 2021-01-18T14:43:05.17-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.178 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully registered JMX bean com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor. 2021-01-18T14:43:05.17-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.178 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Registering JMX bean for monitor com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor. 2021-01-18T14:43:05.17-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.179 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully registered JMX bean com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor. 2021-01-18T14:43:05.23-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.237 INFO 6 --- [ost-startStop-1] c.s.c.s.c.c.DestinationDeclarator : Successfully declared destinations: [ErpQueryEndpoint_RFC, ErpQueryEndpoint]. 2021-01-18T14:43:05.23-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.238 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Registering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor. 2021-01-18T14:43:05.23-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.238 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully registered JMX bean com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor. 2021-01-18T14:43:05.23-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.239 INFO 6 --- [ost-startStop-1] c.s.c.s.f.h.HystrixBootstrapListener : Boostrapping Hystrix. 2021-01-18T14:43:05.25-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.250 INFO 6 --- [ost-startStop-1] s.c.s.s.c.s.Axis2CustomConverterListener : Axis2 Custom Converter Class SoapCustomConverter registered during startup. 2021-01-18T14:43:05.25-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.257 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextServletFilter : No RequestContextFactory configured. Falling back to DefaultRequestContextFactory. 2021-01-18T14:43:05.26-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.265 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.connectivity.DestinationsRequestContextListener with priority -2. 2021-01-18T14:43:05.26-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.265 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.security.user.UserRequestContextListener with priority -4. 2021-01-18T14:43:05.26-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.265 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.security.AuthTokenRequestContextListener with priority -5. 2021-01-18T14:43:05.26-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.265 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.tenant.TenantRequestContextListener with priority -3. 2021-01-18T14:43:05.54-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.546 INFO 6 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2021-01-18T14:43:05.76-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.765 INFO 6 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2021-01-18T14:43:05.88-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.880 INFO 6 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' 2021-01-18T14:43:05.91-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:05.913 INFO 6 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ 2021-01-18T14:43:05.91-0700 [APP/PROC/WEB/0] OUT name: default 2021-01-18T14:43:05.91-0700 [APP/PROC/WEB/0] OUT ...] 2021-01-18T14:43:06.05-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.052 INFO 6 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final} 2021-01-18T14:43:06.05-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.054 INFO 6 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2021-01-18T14:43:06.12-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.122 INFO 6 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2021-01-18T14:43:06.46-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.462 INFO 6 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2021-01-18T14:43:06.92-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.921 WARN 6 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration 2021-01-18T14:43:06.92-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.921 INFO 6 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2021-01-18T14:43:06.92-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.928 INFO 6 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. 2021-01-18T14:43:06.93-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.933 INFO 6 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2021-01-18T14:43:06.93-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.936 INFO 6 --- [ost-startStop-1] c.s.c.s.f.h.HystrixBootstrapListener : Shutting down Hystrix. 2021-01-18T14:43:06.97-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.978 WARN 6 --- [ost-startStop-1] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources. 2021-01-18T14:43:06.97-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.978 INFO 6 --- [ost-startStop-1] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2021-01-18T14:43:06.98-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.981 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Unregistering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor. 2021-01-18T14:43:06.98-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.981 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully unregistered JMX bean com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor. 2021-01-18T14:43:06.98-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.981 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Unregistering JMX bean for monitor com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor. 2021-01-18T14:43:06.98-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.982 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully unregistered JMX bean com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor. 2021-01-18T14:43:06.98-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.982 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Unregistering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor. 2021-01-18T14:43:06.98-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.982 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully unregistered JMX bean com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor. 2021-01-18T14:43:06.99-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:06.999 INFO 6 --- [ main] ConditionEvaluationReportLoggingListener : 2021-01-18T14:43:06.99-0700 [APP/PROC/WEB/0] OUT Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:07.007 ERROR 6 --- [ main] o.s.boot.SpringApplication : Application run failed 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1699) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:573) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1089) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:859) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:762) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:398) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:330) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:1258) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at com.sap.csc.employeecreationbe.EmployeeCreationBeApplication.main(EmployeeCreationBeApplication.java:17) [classes/:na] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_272] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_272] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_272] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_272] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [app/:na] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [app/:na] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [app/:na] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [app/:na] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT Caused by: javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:402) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:377) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1758) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1695) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT ... 24 common frames omitted 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT Caused by: org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.BeanValidationIntegrator.integrate(BeanValidationIntegrator.java:138) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:281) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:462) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:892) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:57) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:390) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT ... 28 common frames omitted 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.<init>(ValidatorFactoryImpl.java:140) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.hibernate.validator.internal.engine.ConfigurationImpl.buildValidatorFactory(ConfigurationImpl.java:364) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:103) ~[validation-api-2.0.1.Final.jar!/:na] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.TypeSafeActivator.getValidatorFactory(TypeSafeActivator.java:501) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.TypeSafeActivator.activate(TypeSafeActivator.java:84) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_272] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_272] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_272] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_272] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.BeanValidationIntegrator.integrate(BeanValidationIntegrator.java:132) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final] 2021-01-18T14:43:07.00-0700 [APP/PROC/WEB/0] OUT ... 34 common frames omitted 2021-01-18T14:43:07.11-0700 [APP/PROC/WEB/0] OUT Exit status 1 2021-01-18T14:43:12.59-0700 [CELL/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 stopping instance d9d11d83-2d29-44e0-7bfe-8c36 2021-01-18T14:43:12.59-0700 [CELL/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 destroying container for instance d9d11d83-2d29-44e0-7bfe-8c36 2021-01-18T14:43:12.60-0700 [API/6] OUT Process has crashed with type: "web" 2021-01-18T14:43:12.62-0700 [API/6] OUT App instance exited with guid 88cda7a6-396d-4593-813a-8253820a5017 payload: {"instance"=>"d9d11d83-2d29-44e0-7bfe-8c36", "index"=>0, "cell_id"=>"ff54f2fb-6672-44d0-b963-c7bf04d31ee6", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 1", "crash_count"=>1, "crash_timestamp"=>1611006192571549455, "version"=>"52f171b3-5768-44bf-b93b-c539041e666a"} 2021-01-18T14:43:12.81-0700 [CELL/0] OUT Cell f095f43c-ee2a-4963-90e4-f84a874cafe2 creating container for instance 09fd337a-dd7c-4792-7c0e-77b0 2021-01-18T14:43:12.82-0700 [PROXY/0] OUT Exit status 137 2021-01-18T14:43:13.22-0700 [CELL/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 successfully destroyed container for instance d9d11d83-2d29-44e0-7bfe-8c36 2021-01-18T14:43:13.58-0700 [CELL/0] OUT Cell f095f43c-ee2a-4963-90e4-f84a874cafe2 successfully created container for instance 09fd337a-dd7c-4792-7c0e-77b0 2021-01-18T14:43:13.83-0700 [CELL/0] OUT Downloading droplet... 2021-01-18T14:43:17.76-0700 [CELL/0] OUT Downloaded droplet (114.8M) 2021-01-18T14:43:17.76-0700 [CELL/0] OUT Starting health monitoring of container 2021-01-18T14:43:18.10-0700 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx372919K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=163656K 2021-01-18T14:43:19.96-0700 [APP/PROC/WEB/0] OUT . ____ _ __ _ _ 2021-01-18T14:43:19.96-0700 [APP/PROC/WEB/0] OUT /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ 2021-01-18T14:43:19.96-0700 [APP/PROC/WEB/0] OUT ( ( )\___ | '_ | '_| | '_ \/ _ | \ \ \
2021-01-18T14:43:19.96-0700 [APP/PROC/WEB/0] OUT \/ )| |)| | | | | || (| | ) ) ) )
2021-01-18T14:43:19.96-0700 [APP/PROC/WEB/0] OUT ' |
| .__|| ||| |_, | / / / /
2021-01-18T14:43:19.96-0700 [APP/PROC/WEB/0] OUT =========|
|==============|/=////
2021-01-18T14:43:19.97-0700 [APP/PROC/WEB/0] OUT :: Spring Boot :: (v2.0.4.RELEASE)
2021-01-18T14:43:20.21-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:20.213 INFO 6 --- [ main] pertySourceApplicationContextInitializer : 'cloud' property source added
2021-01-18T14:43:20.21-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:20.219 INFO 6 --- [ main] nfigurationApplicationContextInitializer : Reconfiguration enabled
2021-01-18T14:43:20.23-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:20.230 INFO 6 --- [ main] c.s.c.e.EmployeeCreationBeApplication : Starting EmployeeCreationBeApplication on 09fd337a-dd7c-4792-7c0e-77b0 with PID 6 (/home/vcap/app/BOOT-INF/classes started by vcap in /home/vcap/app)
2021-01-18T14:43:20.23-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:20.230 INFO 6 --- [ main] c.s.c.e.EmployeeCreationBeApplication : The following profiles are active: cloud
2021-01-18T14:43:20.30-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:20.302 INFO 6 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@46f5f779: startup date [Mon Jan 18 21:43:20 UTC 2021]; root of context hierarchy
2021-01-18T14:43:25.43-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:25.437 INFO 6 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4b007fe0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-01-18T14:43:26.37-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:26.378 INFO 6 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2021-01-18T14:43:26.41-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:26.418 INFO 6 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2021-01-18T14:43:26.41-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:26.418 INFO 6 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.32
2021-01-18T14:43:26.43-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:26.434 INFO 6 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
2021-01-18T14:43:26.83-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:26.834 INFO 6 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2021-01-18T14:43:26.83-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:26.835 INFO 6 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6535 ms
2021-01-18T14:43:27.08-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.081 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'clientCertificateMapper' to: [/]
2021-01-18T14:43:27.08-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.082 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/
]
2021-01-18T14:43:27.08-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.082 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/]
2021-01-18T14:43:27.08-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.082 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/
]
2021-01-18T14:43:27.08-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.082 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/]
2021-01-18T14:43:27.08-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.082 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'RequestContextServletFilter' to urls: [/
]
2021-01-18T14:43:27.08-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.082 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2021-01-18T14:43:27.11-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.109 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Registering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor.
2021-01-18T14:43:27.11-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.111 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully registered JMX bean com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor.
2021-01-18T14:43:27.11-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.111 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Registering JMX bean for monitor com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor.
2021-01-18T14:43:27.11-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.112 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully registered JMX bean com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor.
2021-01-18T14:43:27.15-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.151 INFO 6 --- [ost-startStop-1] c.s.c.s.c.c.DestinationDeclarator : Successfully declared destinations: [ErpQueryEndpoint_RFC, ErpQueryEndpoint].
2021-01-18T14:43:27.15-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.151 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Registering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor.
2021-01-18T14:43:27.15-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.152 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully registered JMX bean com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor.
2021-01-18T14:43:27.15-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.152 INFO 6 --- [ost-startStop-1] c.s.c.s.f.h.HystrixBootstrapListener : Boostrapping Hystrix.
2021-01-18T14:43:27.16-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.163 INFO 6 --- [ost-startStop-1] s.c.s.s.c.s.Axis2CustomConverterListener : Axis2 Custom Converter Class SoapCustomConverter registered during startup.
2021-01-18T14:43:27.17-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.178 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextServletFilter : No RequestContextFactory configured. Falling back to DefaultRequestContextFactory.
2021-01-18T14:43:27.18-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.186 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.connectivity.DestinationsRequestContextListener with priority -2.
2021-01-18T14:43:27.18-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.186 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.security.user.UserRequestContextListener with priority -4.
2021-01-18T14:43:27.18-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.186 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.security.AuthTokenRequestContextListener with priority -5.
2021-01-18T14:43:27.18-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.186 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.tenant.TenantRequestContextListener with priority -3.
2021-01-18T14:43:27.40-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.402 INFO 6 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2021-01-18T14:43:27.61-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.614 INFO 6 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2021-01-18T14:43:27.72-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.729 INFO 6 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2021-01-18T14:43:27.76-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.761 INFO 6 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
2021-01-18T14:43:27.76-0700 [APP/PROC/WEB/0] OUT name: default
2021-01-18T14:43:27.76-0700 [APP/PROC/WEB/0] OUT ...]
2021-01-18T14:43:27.95-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.949 INFO 6 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final}
2021-01-18T14:43:27.95-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:27.953 INFO 6 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2021-01-18T14:43:28.04-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.047 INFO 6 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2021-01-18T14:43:28.31-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.313 INFO 6 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2021-01-18T14:43:28.78-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.786 WARN 6 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration
2021-01-18T14:43:28.78-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.786 INFO 6 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2021-01-18T14:43:28.79-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.793 INFO 6 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2021-01-18T14:43:28.79-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.796 INFO 6 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2021-01-18T14:43:28.79-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.799 INFO 6 --- [ost-startStop-1] c.s.c.s.f.h.HystrixBootstrapListener : Shutting down Hystrix.
2021-01-18T14:43:28.83-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.839 WARN 6 --- [ost-startStop-1] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2021-01-18T14:43:28.83-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.839 INFO 6 --- [ost-startStop-1] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2021-01-18T14:43:28.84-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.841 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Unregistering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor.
2021-01-18T14:43:28.84-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.841 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully unregistered JMX bean com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor.
2021-01-18T14:43:28.84-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.842 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Unregistering JMX bean for monitor com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor.
2021-01-18T14:43:28.84-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.842 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully unregistered JMX bean com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor.
2021-01-18T14:43:28.84-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.842 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Unregistering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor.
2021-01-18T14:43:28.84-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.842 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully unregistered JMX bean com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor.
2021-01-18T14:43:28.85-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.858 INFO 6 --- [ main] ConditionEvaluationReportLoggingListener :
2021-01-18T14:43:28.85-0700 [APP/PROC/WEB/0] OUT Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:28.864 ERROR 6 --- [ main] o.s.boot.SpringApplication : Application run failed
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1699) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:573) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1089) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:859) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:762) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:398) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:330) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:1258) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at com.sap.csc.employeecreationbe.EmployeeCreationBeApplication.main(EmployeeCreationBeApplication.java:17) [classes/:na]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_272]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_272]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_272]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_272]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [app/:na]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [app/:na]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [app/:na]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [app/:na]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT Caused by: javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:402) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:377) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1758) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1695) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT ... 24 common frames omitted
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT Caused by: org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.BeanValidationIntegrator.integrate(BeanValidationIntegrator.java:138) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:281) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:462) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:892) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:57) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:390) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT ... 28 common frames omitted
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:140) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.hibernate.validator.internal.engine.ConfigurationImpl.buildValidatorFactory(ConfigurationImpl.java:364) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:103) ~[validation-api-2.0.1.Final.jar!/:na]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.TypeSafeActivator.getValidatorFactory(TypeSafeActivator.java:501) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.TypeSafeActivator.activate(TypeSafeActivator.java:84) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_272]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_272]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_272]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_272]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.BeanValidationIntegrator.integrate(BeanValidationIntegrator.java:132) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2021-01-18T14:43:28.86-0700 [APP/PROC/WEB/0] OUT ... 34 common frames omitted
2021-01-18T14:43:28.91-0700 [APP/PROC/WEB/0] OUT Exit status 1
2021-01-18T14:43:34.30-0700 [CELL/0] OUT Cell f095f43c-ee2a-4963-90e4-f84a874cafe2 stopping instance 09fd337a-dd7c-4792-7c0e-77b0
2021-01-18T14:43:34.30-0700 [CELL/0] OUT Cell f095f43c-ee2a-4963-90e4-f84a874cafe2 destroying container for instance 09fd337a-dd7c-4792-7c0e-77b0
2021-01-18T14:43:34.30-0700 [API/24] OUT Process has crashed with type: "web"
2021-01-18T14:43:34.33-0700 [API/24] OUT App instance exited with guid 88cda7a6-396d-4593-813a-8253820a5017 payload: {"instance"=>"09fd337a-dd7c-4792-7c0e-77b0", "index"=>0, "cell_id"=>"f095f43c-ee2a-4963-90e4-f84a874cafe2", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 1", "crash_count"=>2, "crash_timestamp"=>1611006214259670258, "version"=>"52f171b3-5768-44bf-b93b-c539041e666a"}
2021-01-18T14:43:34.51-0700 [PROXY/0] OUT Exit status 137
2021-01-18T14:43:34.80-0700 [CELL/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 creating container for instance 8494dadd-0374-4dc5-6db5-5b51
2021-01-18T14:43:34.94-0700 [CELL/0] OUT Cell f095f43c-ee2a-4963-90e4-f84a874cafe2 successfully destroyed container for instance 09fd337a-dd7c-4792-7c0e-77b0
2021-01-18T14:43:35.55-0700 [CELL/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 successfully created container for instance 8494dadd-0374-4dc5-6db5-5b51
2021-01-18T14:43:35.65-0700 [CELL/0] OUT Downloading droplet...
2021-01-18T14:43:36.07-0700 [CELL/0] OUT Downloaded droplet
2021-01-18T14:43:36.07-0700 [CELL/0] OUT Starting health monitoring of container
2021-01-18T14:43:36.44-0700 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx372919K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=163656K
2021-01-18T14:43:38.34-0700 [APP/PROC/WEB/0] OUT . ____ _ __ _ _
2021-01-18T14:43:38.34-0700 [APP/PROC/WEB/0] OUT /\ / ' __ _ () __ __ _ \ \ \
2021-01-18T14:43:38.34-0700 [APP/PROC/WEB/0] OUT ( ( )_
_ | '_ | '| | ' / | \ \ \ \ 2021-01-18T14:43:38.34-0700 [APP/PROC/WEB/0] OUT \\/ ___)| |_)| | | | | || (_| | ) ) ) ) 2021-01-18T14:43:38.34-0700 [APP/PROC/WEB/0] OUT ' |____| .__|_| |_|_| |_\__, | / / / / 2021-01-18T14:43:38.34-0700 [APP/PROC/WEB/0] OUT =========|_|==============|___/=/_/_/_/ 2021-01-18T14:43:38.34-0700 [APP/PROC/WEB/0] OUT :: Spring Boot :: (v2.0.4.RELEASE) 2021-01-18T14:43:38.57-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:38.571 INFO 19 --- [ main] pertySourceApplicationContextInitializer : 'cloud' property source added 2021-01-18T14:43:38.57-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:38.576 INFO 19 --- [ main] nfigurationApplicationContextInitializer : Reconfiguration enabled 2021-01-18T14:43:38.58-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:38.587 INFO 19 --- [ main] c.s.c.e.EmployeeCreationBeApplication : Starting EmployeeCreationBeApplication on 8494dadd-0374-4dc5-6db5-5b51 with PID 19 (/home/vcap/app/BOOT-INF/classes started by vcap in /home/vcap/app) 2021-01-18T14:43:38.58-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:38.587 INFO 19 --- [ main] c.s.c.e.EmployeeCreationBeApplication : The following profiles are active: cloud 2021-01-18T14:43:38.66-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:38.660 INFO 19 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@46f5f779: startup date [Mon Jan 18 21:43:38 UTC 2021]; root of context hierarchy 2021-01-18T14:43:43.83-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:43.836 INFO 19 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4b007fe0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-01-18T14:43:44.77-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:44.769 INFO 19 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2021-01-18T14:43:44.81-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:44.814 INFO 19 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-01-18T14:43:44.81-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:44.814 INFO 19 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.32 2021-01-18T14:43:44.83-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:44.830 INFO 19 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib] 2021-01-18T14:43:45.24-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.239 INFO 19 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2021-01-18T14:43:45.24-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.240 INFO 19 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6583 ms 2021-01-18T14:43:45.53-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.535 INFO 19 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'clientCertificateMapper' to: [/*] 2021-01-18T14:43:45.53-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.536 INFO 19 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] 2021-01-18T14:43:45.53-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.536 INFO 19 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2021-01-18T14:43:45.53-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.536 INFO 19 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*] 2021-01-18T14:43:45.53-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.536 INFO 19 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*] 2021-01-18T14:43:45.53-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.537 INFO 19 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'RequestContextServletFilter' to urls: [/*] 2021-01-18T14:43:45.53-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.537 INFO 19 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/] 2021-01-18T14:43:45.57-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.575 INFO 19 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Registering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor. 2021-01-18T14:43:45.57-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.577 INFO 19 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully registered JMX bean com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor. 2021-01-18T14:43:45.57-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.577 INFO 19 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Registering JMX bean for monitor com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor. 2021-01-18T14:43:45.57-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.578 INFO 19 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully registered JMX bean com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor. 2021-01-18T14:43:45.63-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.635 INFO 19 --- [ost-startStop-1] c.s.c.s.c.c.DestinationDeclarator : Successfully declared destinations: [ErpQueryEndpoint_RFC, ErpQueryEndpoint]. 2021-01-18T14:43:45.63-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.636 INFO 19 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Registering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor. 2021-01-18T14:43:45.63-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.636 INFO 19 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully registered JMX bean com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor. 2021-01-18T14:43:45.63-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.636 INFO 19 --- [ost-startStop-1] c.s.c.s.f.h.HystrixBootstrapListener : Boostrapping Hystrix. 2021-01-18T14:43:45.64-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.648 INFO 19 --- [ost-startStop-1] s.c.s.s.c.s.Axis2CustomConverterListener : Axis2 Custom Converter Class SoapCustomConverter registered during startup. 2021-01-18T14:43:45.65-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.655 INFO 19 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextServletFilter : No RequestContextFactory configured. Falling back to DefaultRequestContextFactory. 2021-01-18T14:43:45.66-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.663 INFO 19 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.connectivity.DestinationsRequestContextListener with priority -2. 2021-01-18T14:43:45.66-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.663 INFO 19 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.security.user.UserRequestContextListener with priority -4. 2021-01-18T14:43:45.66-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.663 INFO 19 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.security.AuthTokenRequestContextListener with priority -5. 2021-01-18T14:43:45.66-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.663 INFO 19 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.tenant.TenantRequestContextListener with priority -3. 2021-01-18T14:43:45.90-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:45.904 INFO 19 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2021-01-18T14:43:46.12-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:46.120 INFO 19 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2021-01-18T14:43:46.21-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:46.216 INFO 19 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' 2021-01-18T14:43:46.25-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:46.250 INFO 19 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ 2021-01-18T14:43:46.25-0700 [APP/PROC/WEB/0] OUT name: default 2021-01-18T14:43:46.25-0700 [APP/PROC/WEB/0] OUT ...] 2021-01-18T14:43:46.40-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:46.406 INFO 19 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final} 2021-01-18T14:43:46.40-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:46.408 INFO 19 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2021-01-18T14:43:46.47-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:46.472 INFO 19 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2021-01-18T14:43:46.73-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:46.731 INFO 19 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2021-01-18T14:43:47.18-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.187 WARN 19 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration 2021-01-18T14:43:47.18-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.187 INFO 19 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2021-01-18T14:43:47.19-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.195 INFO 19 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. 2021-01-18T14:43:47.19-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.198 INFO 19 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2021-01-18T14:43:47.20-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.201 INFO 19 --- [ost-startStop-1] c.s.c.s.f.h.HystrixBootstrapListener : Shutting down Hystrix. 2021-01-18T14:43:47.24-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.240 WARN 19 --- [ost-startStop-1] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources. 2021-01-18T14:43:47.24-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.240 INFO 19 --- [ost-startStop-1] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2021-01-18T14:43:47.24-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.242 INFO 19 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Unregistering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor. 2021-01-18T14:43:47.24-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.242 INFO 19 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully unregistered JMX bean com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor. 2021-01-18T14:43:47.24-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.243 INFO 19 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Unregistering JMX bean for monitor com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor. 2021-01-18T14:43:47.24-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.243 INFO 19 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully unregistered JMX bean com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor. 2021-01-18T14:43:47.24-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.243 INFO 19 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Unregistering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor. 2021-01-18T14:43:47.24-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.243 INFO 19 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully unregistered JMX bean com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor. 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.259 INFO 19 --- [ main] ConditionEvaluationReportLoggingListener : 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:43:47.268 ERROR 19 --- [ main] o.s.boot.SpringApplication : Application run failed 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1699) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:573) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1089) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:859) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:762) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:398) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:330) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:1258) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at com.sap.csc.employeecreationbe.EmployeeCreationBeApplication.main(EmployeeCreationBeApplication.java:17) [classes/:na] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_272] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_272] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_272] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_272] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [app/:na] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [app/:na] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [app/:na] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [app/:na] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT Caused by: javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:402) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:377) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1758) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1695) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT ... 24 common frames omitted 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT Caused by: org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.BeanValidationIntegrator.integrate(BeanValidationIntegrator.java:138) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:281) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:462) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:892) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:57) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:390) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT ... 28 common frames omitted 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.<init>(ValidatorFactoryImpl.java:140) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.hibernate.validator.internal.engine.ConfigurationImpl.buildValidatorFactory(ConfigurationImpl.java:364) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:103) ~[validation-api-2.0.1.Final.jar!/:na] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.TypeSafeActivator.getValidatorFactory(TypeSafeActivator.java:501) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.TypeSafeActivator.activate(TypeSafeActivator.java:84) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_272] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_272] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_272] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_272] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.BeanValidationIntegrator.integrate(BeanValidationIntegrator.java:132) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final] 2021-01-18T14:43:47.26-0700 [APP/PROC/WEB/0] OUT ... 34 common frames omitted 2021-01-18T14:43:47.32-0700 [APP/PROC/WEB/0] OUT Exit status 1 2021-01-18T14:43:52.69-0700 [CELL/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 stopping instance 8494dadd-0374-4dc5-6db5-5b51 2021-01-18T14:43:52.69-0700 [CELL/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 destroying container for instance 8494dadd-0374-4dc5-6db5-5b51 2021-01-18T14:43:52.71-0700 [API/8] OUT Process has crashed with type: "web" 2021-01-18T14:43:52.73-0700 [API/8] OUT App instance exited with guid 88cda7a6-396d-4593-813a-8253820a5017 payload: {"instance"=>"8494dadd-0374-4dc5-6db5-5b51", "index"=>0, "cell_id"=>"ff54f2fb-6672-44d0-b963-c7bf04d31ee6", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 1", "crash_count"=>3, "crash_timestamp"=>1611006232694797566, "version"=>"52f171b3-5768-44bf-b93b-c539041e666a"} 2021-01-18T14:43:52.90-0700 [PROXY/0] OUT Exit status 137 2021-01-18T14:43:53.25-0700 [CELL/0] OUT Cell ff54f2fb-6672-44d0-b963-c7bf04d31ee6 successfully destroyed container for instance 8494dadd-0374-4dc5-6db5-5b51 2021-01-18T14:44:25.94-0700 [CELL/0] OUT Cell ea0095d8-4872-4a84-9766-78b732f315fb creating container for instance 86e03cae-e318-4bf5-59ec-75ee 2021-01-18T14:44:26.74-0700 [CELL/0] OUT Cell ea0095d8-4872-4a84-9766-78b732f315fb successfully created container for instance 86e03cae-e318-4bf5-59ec-75ee 2021-01-18T14:44:27.01-0700 [CELL/0] OUT Downloading droplet... 2021-01-18T14:44:30.90-0700 [CELL/0] OUT Downloaded droplet (114.8M) 2021-01-18T14:44:30.90-0700 [CELL/0] OUT Starting health monitoring of container 2021-01-18T14:44:31.26-0700 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx372919K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=163656K 2021-01-18T14:44:33.19-0700 [APP/PROC/WEB/0] OUT . ____ _ __ _ _ 2021-01-18T14:44:33.19-0700 [APP/PROC/WEB/0] OUT /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ 2021-01-18T14:44:33.19-0700 [APP/PROC/WEB/0] OUT ( ( )\___ | '_ | '_| | '_ \/ _ | \ \ \
2021-01-18T14:44:33.19-0700 [APP/PROC/WEB/0] OUT \/ )| |)| | | | | || (| | ) ) ) )
2021-01-18T14:44:33.19-0700 [APP/PROC/WEB/0] OUT ' |
| .__|| ||| |_, | / / / /
2021-01-18T14:44:33.19-0700 [APP/PROC/WEB/0] OUT =========|
|==============|/=////
2021-01-18T14:44:33.19-0700 [APP/PROC/WEB/0] OUT :: Spring Boot :: (v2.0.4.RELEASE)
2021-01-18T14:44:33.43-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:33.432 INFO 6 --- [ main] pertySourceApplicationContextInitializer : 'cloud' property source added
2021-01-18T14:44:33.43-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:33.437 INFO 6 --- [ main] nfigurationApplicationContextInitializer : Reconfiguration enabled
2021-01-18T14:44:33.44-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:33.447 INFO 6 --- [ main] c.s.c.e.EmployeeCreationBeApplication : Starting EmployeeCreationBeApplication on 86e03cae-e318-4bf5-59ec-75ee with PID 6 (/home/vcap/app/BOOT-INF/classes started by vcap in /home/vcap/app)
2021-01-18T14:44:33.44-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:33.448 INFO 6 --- [ main] c.s.c.e.EmployeeCreationBeApplication : The following profiles are active: cloud
2021-01-18T14:44:33.52-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:33.525 INFO 6 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5b1d2887: startup date [Mon Jan 18 21:44:33 UTC 2021]; root of context hierarchy
2021-01-18T14:44:38.77-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:38.771 INFO 6 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$81e84b42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-01-18T14:44:39.63-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:39.633 INFO 6 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2021-01-18T14:44:39.67-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:39.678 INFO 6 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2021-01-18T14:44:39.67-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:39.679 INFO 6 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.32
2021-01-18T14:44:39.69-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:39.695 INFO 6 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
2021-01-18T14:44:40.09-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.096 INFO 6 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2021-01-18T14:44:40.09-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.096 INFO 6 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6574 ms
2021-01-18T14:44:40.35-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.355 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'clientCertificateMapper' to: [/]
2021-01-18T14:44:40.35-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.355 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/
]
2021-01-18T14:44:40.35-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.355 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/]
2021-01-18T14:44:40.35-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.355 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/
]
2021-01-18T14:44:40.35-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.356 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/]
2021-01-18T14:44:40.35-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.356 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'RequestContextServletFilter' to urls: [/
]
2021-01-18T14:44:40.35-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.356 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2021-01-18T14:44:40.38-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.383 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Registering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor.
2021-01-18T14:44:40.38-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.384 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully registered JMX bean com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor.
2021-01-18T14:44:40.38-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.384 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Registering JMX bean for monitor com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor.
2021-01-18T14:44:40.38-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.385 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully registered JMX bean com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor.
2021-01-18T14:44:40.42-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.425 INFO 6 --- [ost-startStop-1] c.s.c.s.c.c.DestinationDeclarator : Successfully declared destinations: [ErpQueryEndpoint_RFC, ErpQueryEndpoint].
2021-01-18T14:44:40.42-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.426 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Registering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor.
2021-01-18T14:44:40.42-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.426 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully registered JMX bean com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor.
2021-01-18T14:44:40.42-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.426 INFO 6 --- [ost-startStop-1] c.s.c.s.f.h.HystrixBootstrapListener : Boostrapping Hystrix.
2021-01-18T14:44:40.44-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.446 INFO 6 --- [ost-startStop-1] s.c.s.s.c.s.Axis2CustomConverterListener : Axis2 Custom Converter Class SoapCustomConverter registered during startup.
2021-01-18T14:44:40.45-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.453 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextServletFilter : No RequestContextFactory configured. Falling back to DefaultRequestContextFactory.
2021-01-18T14:44:40.46-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.461 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.connectivity.DestinationsRequestContextListener with priority -2.
2021-01-18T14:44:40.46-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.461 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.security.user.UserRequestContextListener with priority -4.
2021-01-18T14:44:40.46-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.462 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.security.AuthTokenRequestContextListener with priority -5.
2021-01-18T14:44:40.46-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.462 INFO 6 --- [ost-startStop-1] c.s.c.s.c.s.RequestContextListenerChain : Added default listener com.sap.cloud.sdk.cloudplatform.tenant.TenantRequestContextListener with priority -3.
2021-01-18T14:44:40.72-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.718 INFO 6 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2021-01-18T14:44:40.99-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:40.989 INFO 6 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2021-01-18T14:44:41.10-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:41.106 INFO 6 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2021-01-18T14:44:41.14-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:41.139 INFO 6 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
2021-01-18T14:44:41.14-0700 [APP/PROC/WEB/0] OUT name: default
2021-01-18T14:44:41.14-0700 [APP/PROC/WEB/0] OUT ...]
2021-01-18T14:44:41.30-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:41.308 INFO 6 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final}
2021-01-18T14:44:41.31-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:41.311 INFO 6 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2021-01-18T14:44:41.37-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:41.379 INFO 6 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2021-01-18T14:44:41.63-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:41.631 INFO 6 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2021-01-18T14:44:42.09-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.090 WARN 6 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration
2021-01-18T14:44:42.09-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.090 INFO 6 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2021-01-18T14:44:42.09-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.097 INFO 6 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2021-01-18T14:44:42.10-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.100 INFO 6 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2021-01-18T14:44:42.10-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.103 INFO 6 --- [ost-startStop-1] c.s.c.s.f.h.HystrixBootstrapListener : Shutting down Hystrix.
2021-01-18T14:44:42.14-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.144 WARN 6 --- [ost-startStop-1] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2021-01-18T14:44:42.14-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.144 INFO 6 --- [ost-startStop-1] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2021-01-18T14:44:42.14-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.147 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Unregistering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor.
2021-01-18T14:44:42.14-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.147 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully unregistered JMX bean com.sap.cloud.sdk.cloudplatform.monitoring:name=ExceptionMonitor.
2021-01-18T14:44:42.14-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.148 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Unregistering JMX bean for monitor com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor.
2021-01-18T14:44:42.14-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.148 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully unregistered JMX bean com.sap.cloud.sdk.s4hana.connectivity:name=ErpEndpointMonitor.
2021-01-18T14:44:42.14-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.148 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Unregistering JMX bean for monitor com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor.
2021-01-18T14:44:42.14-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.148 INFO 6 --- [ost-startStop-1] c.s.c.s.c.monitoring.JmxMonitor : Successfully unregistered JMX bean com.sap.cloud.sdk.cloudplatform.cache:name=CacheMonitor.
2021-01-18T14:44:42.16-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.165 INFO 6 --- [ main] ConditionEvaluationReportLoggingListener :
2021-01-18T14:44:42.16-0700 [APP/PROC/WEB/0] OUT Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT 2021-01-18 21:44:42.172 ERROR 6 --- [ main] o.s.boot.SpringApplication : Application run failed
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1699) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:573) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1089) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:859) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:762) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:398) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:330) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:1258) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246) [spring-boot-2.0.4.RELEASE.jar!/:2.0.4.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at com.sap.csc.employeecreationbe.EmployeeCreationBeApplication.main(EmployeeCreationBeApplication.java:17) [classes/:na]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_272]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_272]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_272]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_272]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [app/:na]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [app/:na]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [app/:na]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [app/:na]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT Caused by: javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:402) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:377) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1758) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1695) ~[spring-beans-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT ... 24 common frames omitted
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT Caused by: org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.BeanValidationIntegrator.integrate(BeanValidationIntegrator.java:138) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:281) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:462) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:892) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:57) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:390) ~[spring-orm-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT ... 28 common frames omitted
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:140) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.hibernate.validator.internal.engine.ConfigurationImpl.buildValidatorFactory(ConfigurationImpl.java:364) ~[hibernate-validator-6.0.11.Final.jar!/:6.0.11.Final]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:103) ~[validation-api-2.0.1.Final.jar!/:na]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.TypeSafeActivator.getValidatorFactory(TypeSafeActivator.java:501) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.TypeSafeActivator.activate(TypeSafeActivator.java:84) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_272]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_272]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_272]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_272]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT at org.hibernate.cfg.beanvalidation.BeanValidationIntegrator.integrate(BeanValidationIntegrator.java:132) ~[hibernate-core-5.2.17.Final.jar!/:5.2.17.Final]
2021-01-18T14:44:42.17-0700 [APP/PROC/WEB/0] OUT ... 34 common frames omitted
2021-01-18T14:44:42.24-0700 [APP/PROC/WEB/0] OUT Exit status 1
2021-01-18T14:44:47.64-0700 [CELL/0] OUT Cell ea0095d8-4872-4a84-9766-78b732f315fb stopping instance 86e03cae-e318-4bf5-59ec-75ee
2021-01-18T14:44:47.64-0700 [CELL/0] OUT Cell ea0095d8-4872-4a84-9766-78b732f315fb destroying container for instance 86e03cae-e318-4bf5-59ec-75ee
2021-01-18T14:44:47.70-0700 [API/0] OUT Process has crashed with type: "web"
2021-01-18T14:44:47.73-0700 [API/0] OUT App instance exited with guid 88cda7a6-396d-4593-813a-8253820a5017 payload: {"instance"=>"86e03cae-e318-4bf5-59ec-75ee", "index"=>0, "cell_id"=>"ea0095d8-4872-4a84-9766-78b732f315fb", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 1", "crash_count"=>4, "crash_timestamp"=>1611006287639489397, "version"=>"52f171b3-5768-44bf-b93b-c539041e666a"}
2021-01-18T14:44:47.85-0700 [PROXY/0] OUT Exit status 137
2021-01-18T14:44:48.22-0700 [CELL/0] OUT Cell ea0095d8-4872-4a84-9766-78b732f315fb successfully destroyed container for instance 86e03cae-e318-4bf5-59ec-75ee

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.