development icon indicating copy to clipboard operation
development copied to clipboard

Parse error by buidid - playground web test

Open StavrevaS opened this issue 8 years ago • 1 comments

Playground test, in the system.log the following error occurs:

02/09/2017_15:45:25.779 FSP_INTS-BSS: ERROR: ThreadID http-listener-1(2): ApplicationBean: 70023: Error formating build date java.text.ParseException: Unparseable date: "201702" at java.text.DateFormat.parse(DateFormat.java:366) at org.oscm.ui.beans.ApplicationBean.initBuildIdAndDate(ApplicationBean.java:159) at org.oscm.ui.beans.ApplicationBean.getBuildId(ApplicationBean.java:423) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at javax.el.BeanELResolver.getValue(BeanELResolver.java:363) at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176) at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203) at com.sun.el.parser.AstValue.getValue(AstValue.java:140) at com.sun.el.parser.AstValue.getValue(AstValue.java:204) at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:226) at org.jboss.weld.el.WeldValueExpression.getValue(WeldValueExpression.java:50)

StavrevaS avatar Feb 09 '17 15:02 StavrevaS

The name of jenkins job is too long. It is being cut and rest of the date is lost. We should use shorter names than glassfish4_WEB_Playground_estbescirh7. When the name if the jenkins job is shorter, problem is gone. The issue is not gl4 specific problem. The issue will be fixed later.

DawidCh avatar Feb 28 '17 11:02 DawidCh