java.lang.NullPointerException
at com.documentum.web.form.Util.getRequestParameter(Unknown Source)
That NullPointerException is coming from a non-JBoss (application specific) class. You'll have to check what that piece of code is doing and which null object is being operated on.