cloud-foundry

Hazelcast member discovery with PCF Registry Service and hazelcast-eureka-plugin

橙三吉。 提交于 2021-01-07 04:11:37
问题 Running several instances of application with embedded hazelcast on PCF. My goal is to chain hazelcast members into cluster. For purpose of member discovery I am using hazelcast-eureka plugin . I am able to achieve member discovery using simple Eureka Server app, passing eureka URL to hazelcast-eureka plugin , using this example. Now I want to use PCF Registry Service instead of Eureka Server app. For that purpose I am using EurekaOneDiscoveryStrategyFactory with EurekaClient autowired which

Hazelcast member discovery with PCF Registry Service and hazelcast-eureka-plugin

前提是你 提交于 2021-01-07 04:09:19
问题 Running several instances of application with embedded hazelcast on PCF. My goal is to chain hazelcast members into cluster. For purpose of member discovery I am using hazelcast-eureka plugin . I am able to achieve member discovery using simple Eureka Server app, passing eureka URL to hazelcast-eureka plugin , using this example. Now I want to use PCF Registry Service instead of Eureka Server app. For that purpose I am using EurekaOneDiscoveryStrategyFactory with EurekaClient autowired which

My app deployment to cloud foundry fails on

故事扮演 提交于 2021-01-07 01:26:24
问题 The command I used was: ibmcloud target --cf The error I receive is given below: -----> Finalizing Dotnet Core ERROR Unable to install dotnet-runtime: could not find a version o f dotnet-runtime to install Failed to compile droplet: Failed to run finalize script: exit status 12 Exit status 223 Cell 0f7012eb-9e32-4fdf-ba92-85aee4639139 stopping instance e5256fa6-702e-41f 2-8c49-039400712a85 Cell 0f7012eb-9e32-4fdf-ba92-85aee4639139 destroying container for instance e 5256fa6-702e-41f2-8c49

Webclient : java.lang.OutOfMemoryError: Direct buffer memory

泄露秘密 提交于 2021-01-05 11:25:50
问题 I am getting java.lang.OutOfMemoryError: Direct buffer memory error at the web client. The batch job runs daily. It fails twice then passed in the third attempt. at org.springframework.retry.support.RetryTemplate.rethrow(RetryTemplate.java:532) ~[spring-retry-1.2.5.RELEASE.jar:na] Caused by: java.lang.OutOfMemoryError: Direct buffer memory at reactor.netty.http.client.HttpClientDoOnError$OnErrorTcpClient.connect(HttpClientDoOnError.java:242) ~[reactor-netty-0.9.11.RELEASE.jar:0.9.11.RELEASE]

How do I connect to my MySQL service on Pivotal Cloud Foundry (PCF) via MySQL Workbench or CLI or MySQLWeb Database Management App?

孤者浪人 提交于 2021-01-05 10:46:58
问题 I have a Spring Boot based REST application that is deployed on Pivotal Cloud Foundry (PCF) and working fine. But this REST application did not had any DB connection till now. Hence, I decided to install MySQL service on PCF from the marketplace and finally got it bounded to my application successfully. However, the problem is that I am NOT able to connect to this newly created MySQL instance via CLI or any other GUI . So far I have followed following links but no luck. https://docs.pivotal

JaxB not Unmarshalling due to SSL error on cloud foundry?

微笑、不失礼 提交于 2021-01-04 04:30:54
问题 I have an web application, Using thymeleaf, springboot, angularjs, and oracle sql developer db. Locally I am able to connect and get values from oracle. But when I push my application to cloud foundry, I am getting status=500. ERROR The url that I am unmarshalling has a untrusted certificate ("Your connection is not secured)". I added cacerts into my jvm, which allowed it to work locally. but I believe I need to add the cacerts into cloud foundry. How would I be able to do so? SSL error ERR

JaxB not Unmarshalling due to SSL error on cloud foundry?

自闭症网瘾萝莉.ら 提交于 2021-01-04 04:27:59
问题 I have an web application, Using thymeleaf, springboot, angularjs, and oracle sql developer db. Locally I am able to connect and get values from oracle. But when I push my application to cloud foundry, I am getting status=500. ERROR The url that I am unmarshalling has a untrusted certificate ("Your connection is not secured)". I added cacerts into my jvm, which allowed it to work locally. but I believe I need to add the cacerts into cloud foundry. How would I be able to do so? SSL error ERR

How to know if an application is using Cloud Foundry?

試著忘記壹切 提交于 2020-12-26 12:08:49
问题 I am working on a .NET application that uses IBM Watson for sentiment analysis. I am new to this project and don't know the proper working of the IBM Watson. Recently, sentiment Analysis stopped working and we sent an email to IBM about it and they said that it might because we have not yet migrated it from Cloud Foundry to Resource Group. I don't know whether we are using Cloud Foundary or not. How can I check it? People who have worked on this project before are currently not available and

How to know if an application is using Cloud Foundry?

落花浮王杯 提交于 2020-12-26 12:05:33
问题 I am working on a .NET application that uses IBM Watson for sentiment analysis. I am new to this project and don't know the proper working of the IBM Watson. Recently, sentiment Analysis stopped working and we sent an email to IBM about it and they said that it might because we have not yet migrated it from Cloud Foundry to Resource Group. I don't know whether we are using Cloud Foundary or not. How can I check it? People who have worked on this project before are currently not available and