Posts

Showing posts from December, 2014

How to turn off WhatsApp messages getting stored to iCloud from iPhone

If you are using WhatsApp messenger on iPhone you might have noticed the data getting automatically backed up to iCloud. If you prefer to turn off this feature, follow the steps below: Go to Settings -> iCloud. Select Documents & Data. You can see WhatsApp listed below. Turn off the feature. If you do not want to turn off this feature, but like to delete the data occasionally, then follow these steps: Go to Settings -> iCloud. Select Storage & Backup. Select manage Storage. The list of all stored data is displayed. Click WhatsApp Messenger. Click Edit to the top right corner. Click the Delete All that appears. Confirm Delete All.

Railo error - java.lang.UnsatisfiedLinkError - when using C++ based CFX tags.

Image
Railo does have a hidden link to add C++ based CFX tags. To enable it, use the following link. http://localhost:8888/railo-context/admin/web.cfm?action=resources.cfx_tags&enable=cfxcpp Just add the tag name and path of DLL and you are good to go. We had to use a C++ based custom tag for our application and everything was fine on our development servers. But when we tried this on Live, we are presented with a Java error. The message is "com.naryx.tagfusion.cfx.CFXNativeLib.processRequest(Ljava/lang/String;Ljava/lang/String;Lcom/naryx/tagfusion/cfx/sessionRequest;Lcom/naryx/tagfusion/cfx/sessionResponse;Z)V" The error says "Railo 4.1.1.009 Error (java.lang.UnsatisfiedLinkError)" and we first thought it was an issue with the CFX tag compatibility with the version of windows. But on closely checking we can see that the Railo version on Live was 4.1.1.009 and that on development is  4.2.1.008. To confirm the error, we took the express editio