Hi,
Tomcat service on the Bonita BPM app server in our production clogs and it needs to be restarted every week. Version of BPM is bonita-6.2.2-tomcat and JDK version is 1.6 (jdk-6u45-windows-i586). Found the following exceptions in the log file.
-
Jun 12, 2014 1:55:18 PM
org.bonitasoft.forms.server.ApplicationResourceServlet doGet
SEVERE: Error while getting the resource
application/css/fonts/Signika-Regular.woff
java.lang.NullPointerException
at
org.bonitasoft.forms.server.ApplicationResourceServlet.getTenantID(ApplicationResourceServlet.java:212) -
Jun 12, 2014 2:01:14 PM
org.bonitasoft.console.common.server.themes.ThemeResourceServlet
getThemePackageFile
SEVERE: Error while generating the response.
ClientAbortException: java.io.IOException
at
org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:369) -
Caused by: java.text.ParseException: Unparseable date: “06/09/2014 15:26”
at java.text.DateFormat.parse(DateFormat.java:337)
at
org.codehaus.groovy.runtime.DefaultGroovyStaticMethods.parse(DefaultGroovyStaticMethods.java:181)
at sun.reflect.GeneratedMethodAccessor248.invoke(Unknown Source)