Spring boot and Open UI5 error : JSON.parse: unexpected end of data – when setting resourceroots
Problem : After setting the tag data-sap-ui-resourceroots the UI5 loading stops with the error “JSON.parse: unexpected end of data …” Reason :...
Problem : After setting the tag data-sap-ui-resourceroots the UI5 loading stops with the error “JSON.parse: unexpected end of data …” Reason :...
This short tutorial is about getting test classes running for the Cassandra repositories in a Spring boot application. The example provided uses Maven, S...
Problem : Application URLs (local urls) not loading in iframe inside an application UI. Reason : Spring sets the X-Frame-Options to Deny by default. Fix : Allow...
Add this custom Vaadin servlet to show a different favicon (other than the Vaadin default) in your UI application – [java] import com.vaadin.server.*; imp...
Click on any node to find Mohanlal’s relation to that person (default selection is actress Rekha). Disclaimer : Based of the Whatsapp forward* only, which...
Problem : Openfire server does not listen to port 5222. Symptoms : netstat -tulpn | grep LISTEN – will not show ports 5222 or 5223. tail -1000 /opt/openfi...
To set priority/order of ProxyPass (and ReverseProxyPass) rules, write the one with most precedence above the rest, and so forth. Delete any non-dot-con...
For cases where Apache2 is available within the box/local host, but not from LAN, you might have to open port 80 in the firewall. This is a simple comman...
A reference code to extract a selected shape (this case polygon, could be another shape like Rectangle) – [java] BufferedImage in = ImageIO.read(new File(...
Problem : Torch installation fails to install dependencies (“bash install-deps”) with the message “Error. OpenBLAS could not be compiled”...