When opening arbitrary process definition - the following message appears in bpms DR6 log: 17:22:20,009 ERROR [org.jbpm.designer.web.server.DictionaryServlet] (http-/127.0.0.1:8080-6) null It's definitely not serious, but I think we should keep the server logs free from errors thrown by common user actions.
lowered logging to info
I don't think lowering the logging level is the solution. It's not correct to log exceptions with the INFO level. Why is the exception happening in the first place? The message is obviously null.
*** This bug has been marked as a duplicate of bug 983349 ***