java.rmi.UnmarshalException: failed to unmarshal cookie; nested exception is:
        java.io.NotSerializableException: comcbr.propertyBean
------------------------------------------
就是propertyBean这个class 没有序列化
public class propertyBean  implements java.io.Serializable {
...
...
...
}就可以了