this is not OFBiz specific error. this is Core Java error. you are trying to call a instance method on null object.
Your skipPermissionCheck is null. and you are calling method equalsIgnoreCase on the object. Thanks and Regards -- Chirag Manocha Emforium Software Pvt. Ltd. | ALL-IN Software +91-98735-47457 | +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. From: "Dimitri Valax" <dimitri.va...@valtech.fr> To: dev@ofbiz.apache.org Sent: Wednesday, February 23, 2011 8:46:36 PM Subject: Potential bug. Hello, I'am a new french ofbiz user. After having checked out, I'am having a "Null pointer acces" error String skipPermissionCheck = null; if (UtilValidate.isEmpty(skipPermissionCheck) || (!skipPermissionCheck.equalsIgnoreCase("true") && !skipPermissionCheck.equalsIgnoreCase("granted"))) { I don't know if you are aware of that? Dimitri Valax Consultant dimitri.va...@valtech.fr<mailto:dimitri.va...@valtech.fr> Mobile : +33 (0)6 63 23 95 13 Valtech 5 avenue Marcel Dassault - Batiment A 31500 Toulouse Tél. : +33 (0)5 62 47 64 00 Fax : +33 (0)5 62 47 64 10 www.valtech.fr<http://www.valtech.fr/>