antonionappi88

Results 7 comments of antonionappi88

Hi @ddrechse, Sorry the image is in our private registry. Here my Dockerfile ``` FROM gitlab-registry.cern.ch/jeedy/appservers/weblogic/rpm-images/v12.2.1.4.210119-0.el7.cern-jdk8-1.8.0-281 ENV DERBY_OPTS="-Dderby.system.home=/var/lib/derby" \ DERBY_SYSTEM_DIR="/var/lib/derby" # JEEDY_MIDDLEWARE_DIR Oracle Middleware installation dir RUN chmod -R ug+x...

Instead for the K8s resources: Service ```yaml apiVersion: v1 kind: Service metadata: labels: k8s-app: verrazzano.io verrazzano.binding: base-domain-binding verrazzano.cluster: local name: wlsdatabase namespace: base-domain-ns spec: clusterIP: 10.96.5.196 ports: - name: derby-listen...

The script `configure_db.sh` fails because it cannot reach wsldatabase:10220. This is the error: `IJ ERROR: Unable to establish connection`

Hi @ddrechse , Sorry I didn't manage to look at it today. I tried that because i wanted to use specifically the generic component. Should it work anyway right ?...

Hi @ddrechse , I think isn't worth to look at this, better to try directly with oam. Anyway this derby image that we have is used to work(we have it...