Doug Drechsel
Doug Drechsel
Hi Antonio, I am going take a look at your issue. What is image: MY_DOCKER_IMAGE? Tnx
Also, i would like to see the svc entry for derby kubectl get svc -n mywls_and_derby_install_namespace Tnx And the deployments kubectl get deploy -n mywls_and_derby_install_namespace
A few more things, whats the Dockerfile look like that you used to create the Derby container? And, any errors in the derby log k logs verrazzano-derby-7b5b4557bb-rvwg8 -n derby verrazzano-derby...
Hi @antonionappi88 I see that you are using Derby within a WLS Docker image. In that case, the GenericComponent Stanza is unnecessary. If Derby was a standalone component then it...
Hi @antonionappi88, I had to get back to basics. I downloaded a containerized derby from here https://github.com/az82/docker-derby Started it with docker run -d -p 80:1527 az82/docker-derby Attached to it and...
Hi @antonionappi88, That's good news. I did see that ProtocolError early on when I was testing with Istio 1.4.6 Shortly, we will be releasing Verrazzano with Istio 1.7.3 and I...
I do I have added the adapter support to the repo here https://github.com/oracle-samples/oracleadapter-parse This is an example config.json for the Oracle Storage Adapter running against Free23c locally ``` { "appId":...
+1 This is causing dependency conflicts because of the old jersey
Have a service that supports subscribing and maintaining subscriptions for notifications on certain banking actions, in this case external transfers. The service should allow a user to sign up for...