This is not an error. This is simply a warning, meaning that you did not pass in a runtime environment variable into Broadleaf. It defaults to fall back on 'development', and use all of the development.properties files (see commmon-shared.properties for a description on how this works).
If you want to get rid of this warning, simply pass a -Druntime.environment=development or -Druntime.environment=production. The possible values for this corresponds to the properties files in the runtime-properties directory in 'site' and 'admin'. These are currently:
development
integrationdev
integrationqa
production
staging
There is another file in there also called common.properties. Any values that you put in here will be shared across all environments unless explicitly overridden by that specific environment's properties file.
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.