Elbert Bautista
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Articles
Recent activity by Elbert Bautista-
Windows filename or extension is too long
I am running on Windows, and when executing mvn spring-boot:run, I get the error: `CreateProcess error=206, The filename or extension is too long.` This is a hardcoded limitation imposed by Wind...
-
PKIX SunCertPathBuilderException
I’m unable to build due to a PKIX SunCertPathBuilderException exception If you’re running an older versions of java (e.g. below 1.8u101) you may run into a similar error as below: [ERROR] Non-resol...
-
Unable to connect to host.docker.internal
I’m running in a linux environment and getting "Unable to connect to host.docker.internal" error The Broadleaf Starter Projects are optimized for MacOS and Windows development so some of the defa...
-
Ubuntu Local Starter Projects Setup
System SetupBelow are the minimum setup steps required to get the Backend Flex Package API Starter Project running on a fresh installation of Ubuntu (tested against Ubuntu 20.04 LTS: 4 vCPUs + 16 G...
-
Working With Broadleaf Messaging and Spring Cloud Stream Config
Overview Broadleaf uses Spring Cloud Stream as an abstraction layer for interacting with messages and brokers allowing the framework to support a number of backing broker implementations that are ...
-
Unauthorized errors when trying to hit the admin or storefront
When I try to access the admin console or storefronts I get "unauthorized" errors in the browser . Looking at the auth container logs may reveal the following exception: org.springframewor...
-
SolrConnectionValidator SolrInitializationException
I'm trying to startup a particular service and running into: com.broadleafcommerce.search.provider.solr.SolrConnectionValidator$SolrInitializationException: Failed to execute query on collec...
-
AccessDenied ReasonPhrase:Forbidden Building Project
When trying to do a build i.e. `mvn clean install` I get a 403 Forbidden Error: If you run into the following error, please check the following: 1. If the error message indicates that it is...
-
Solr, Kafka, or Postgres Docker Connection Failure
I’m unable to start the app due to a Solr, Kafka, or Postgres Connection Failure Double check you have given Docker enough resources. The supporting services may fail to start up or may fail ...
-
Demo Data: How does the Hot Sauce data get loaded?
By default, one of the supporting services defined in this project is a Postgres DB. For this project, each individual Flex Package is configured to point to the same Postgres instance with a un...