Elbert Bautista

Elbert Bautista

  • Total activity 31
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5

Activity overview

Latest activity by Elbert Bautista
  • Elbert Bautista

    Elbert Bautista created an article,

    Caused by: java.io.IOException: /var/keys/zk-kafka-client-jaas.conf (No such file or directory)

    On certain systems (e.g. Ubuntu), when running the initializr project in exploded mode, you may receive error messages when trying to run the Flex Package applications indicating that it cannot fin...

  • Elbert Bautista

    Elbert Bautista created an article,

    Do credentials change when doing a mvn flex:generate?

    The answer is - very little. Specifically, the https-keystore.jks  and https-truststore.jksfiles are regenerated. This is mostly done because there may have been a flex package mix change in the ma...

  • Elbert Bautista

    Elbert Bautista created an article,

    java.io.FileNotFoundException: /var/keys/credentials-report.env (Operation not permitted)

    With an initializr-based project, if you are having trouble getting started when running the docker-compose:up command where various security files are not being found in docker, e.g you may see er...

  • Elbert Bautista

    Elbert Bautista created an article,

    Where do I find credentials for...?

    With an Initializr-based project, Broadleaf generates all important security credentials for you when running: mvn clean install flex:generate   In your security folder you will notice a credential...

  • Elbert Bautista

    Elbert Bautista created an article,

    Common Error Response Debug Guide

    This guide aims to help debug common error response scenarios that may occur in a production Broadleaf Microservices deployment.   500 Response - Invalid Redirect URI Typically surfaced as an erro...

  • Elbert Bautista

    Elbert Bautista created an article,

    Disable inter-cluster SSL

    Overview (This section is applicable only to Initializr-based projects) With an Initializr-based project, Broadleaf generates an initial starting point that produces sensible and secure defaults a...

  • Elbert Bautista

    Elbert Bautista created an article,

    Dockerfile boot-layer-service-jdk11

    I see that the Dockerfiles used in the starter project all extend from repository.broadleafcommerce.com:5001/broadleaf/boot-layer-service-jdk11, can you provide some details around that image? ...

  • Elbert Bautista

    Elbert Bautista created an article,

    OpenShift Deployment Tutorial

    The OpenShift Deployment Tutorial has moved here: https://developer.broadleafcommerce.com/tutorials/devops/openshift

  • Elbert Bautista

    Elbert Bautista created an article,

    Demo Data: Disabling Demo Data

    How do I disable loading the demo data? Starting with versions 1.4+, the default liquibase changelogs segment demo data from other required change sets using the "demo" liquibase context You ca...

  • Elbert Bautista

    Elbert Bautista created an article,

    How do you create new permissions in the admin?

    how do I create a new permission and use it in the admin? During development, adding new permissions is something you'd achieve with direct SQL inserts. Let's assume we want to add ...