spring-cloud-dataflow

How to resolve Unsatisfied dependency expressed through field 'schedulerService'?

北城余情 提交于 2020-07-09 12:48:02
问题 I'm trying to install a custom built SCDF2.5.1(To add oracle Driver) into openshift (Followed the Kubectl installation doc for SCDF). I modified the deployment.yaml to pull this custom SCDF docker image of mine from git repo. Now when I start the container I get the below error INFO org.hibernate.dialect.Dialect.<init> - HHH000400: Using dialect: org.hibernate.dialect.Oracle12cDialect INFO org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator.initiateService - HHH000490:

How to resolve Unsatisfied dependency expressed through field 'schedulerService'?

℡╲_俬逩灬. 提交于 2020-07-09 12:47:10
问题 I'm trying to install a custom built SCDF2.5.1(To add oracle Driver) into openshift (Followed the Kubectl installation doc for SCDF). I modified the deployment.yaml to pull this custom SCDF docker image of mine from git repo. Now when I start the container I get the below error INFO org.hibernate.dialect.Dialect.<init> - HHH000400: Using dialect: org.hibernate.dialect.Oracle12cDialect INFO org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator.initiateService - HHH000490:

DB Credentials Exposed as part job parameters when executing a task from SCDF

删除回忆录丶 提交于 2020-06-17 09:17:07
问题 I have Custom Built SCDF which is built as docker image in Openshift and referred in server-deployment.yaml as docker image.I use the Oracle db to store the task meta data and is an external source here. I pass the all db properties in configmap. The DB password is base64 encoded and added in config map as secret. These db details are being used by SCDF to store task metadata. These job parameters are passed by SCDF to the executing job.But these job parameters which in turn are the

Could not decode json type for key: file_name in a Spring Cloud Data Flow stream

六眼飞鱼酱① 提交于 2020-06-16 19:32:52
问题 I use Spring Cloud Data Flow to set up a stream that read a CSV file, transform it using a custom processor and log it : stream create --name testsourcecsv --definition "file --mode=lines --directory=D:/toto/ --file.filename-pattern=adresses-28.csv --maxMessages=1000 | csvToMap --spring.cloud.stream.bindings.output.content-type=application/json | log --spring.cloud.stream.bindings.input.content-type=application/json" --deploy The file and csvToMap applications work fine, but in the log

How to add Oracle Driver dependency to Spring Data Flow Server?

余生颓废 提交于 2020-05-31 10:14:54
问题 I'm currently trying Spring Data Flow Server with Spring Batches. I have two datasources in my application.properties. And the Spring Batch application works fine and it reads and writes data into the Database. But When I tried to deploy the Jar file in Spring Cloud Data Flow server, the SCDF doesn't load the properties from application.properties file and loads the default h2 config. I also tried passing the config as arguments when the starting the SCDF, but I get Oracle Driver not found in

Caused by: org.apache.http.conn.HttpHostConnectException: Connect to localhost:7577 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed:

你。 提交于 2020-05-28 08:34:20
问题 I am using Spring Cloud Data Flow with the Spring Batch by taking a reference from : https://codenotfound.com/spring-batch-admin-example.html. Now I've used latest version of Spring Boot v2.2.6.RELEASE . Error: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://localhost:7577/api/release/list": Connect to localhost:7577 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect; nested exception is org.apache.http.conn

Caused by: org.apache.http.conn.HttpHostConnectException: Connect to localhost:7577 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed:

杀马特。学长 韩版系。学妹 提交于 2020-05-28 08:33:27
问题 I am using Spring Cloud Data Flow with the Spring Batch by taking a reference from : https://codenotfound.com/spring-batch-admin-example.html. Now I've used latest version of Spring Boot v2.2.6.RELEASE . Error: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://localhost:7577/api/release/list": Connect to localhost:7577 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect; nested exception is org.apache.http.conn