-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
rpa-bridge-1.0.0
-
None
Providing a license file "camunda-license.txt" on the classpath of the bridge is not recognized as a valid license on startup.
The license file can be provided on the classpath as "camunda-license.txt" by
- calling java -Dloader.path=<folder-name> -jar camunda-bpm-rpa-bridge.jar where <folder-name> contains the license file named "camunda-license.txt"
- adding the license file named "camunda-license.txt" to the bridge JAR (e.g. copying it into the JAR at BOOT-INF/classes/
Hint:
Has been fixed in the Spring Boot Starter with CAM-12165 by loading the license resource as input stream directly via the classloader of the license store instead of handling it as a file
This is the controller panel for Smart Panels app
- is related to
-
CAM-12165 License Key cannot be read from classpath in Spring Boot App
- Closed