1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
| Go...
XSL transf. done.
20 avr. 2007 15:02:30 org.apache.velocity.runtime.log.JdkLogChute log
INFO: FileResourceLoader : adding path '.'
finn vaut || et temp vaut ||
NOM : FR-Formation-EM-4 -- Date de conges : 2006-12-25
finn vaut || et temp vaut ||
NOM : FR-Formation-EM-4 -- Date de conges : 2007-01-01
finn vaut || et temp vaut ||
NOM : FR-Formation-AN-4 -- Date de conges : 2006-12-25
finn vaut || et temp vaut ||
NOM : FR-Formation-AN-4 -- Date de conges : 2007-01-01
finn vaut |2007-03-23| et temp vaut ||
NOM : FR-Formation-AN-4 -- DEbut : 2007-03-19 Fin : 2007-03-23
finn vaut |2007-03-30| et temp vaut ||
NOM : FR-Formation-AN-4 -- DEbut : 2007-03-26 Fin : 2007-03-30
finn vaut |null| et temp vaut ||
20 avr. 2007 15:02:31 org.apache.velocity.runtime.log.JdkLogChute log
GRAVE: Method calculerNbJours threw exception for reference $date in template resultat.vm at [1627,43]
org.apache.velocity.exception.MethodInvocationException: Invocation of method 'calculerNbJours' in class com.capgemini.adc.opc.DateHelper threw exception java.lang.NullPointerException @ resultat.vm[1627,49]
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:286)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:419)
at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:73)
at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:125)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.Template.merge(Template.java:254)
at com.capgemini.adc.opc.Main.main(Main.java:72)
Caused by: java.lang.NullPointerException
at com.capgemini.adc.opc.DateHelper.afficheMap(DateHelper.java:88)
at com.capgemini.adc.opc.DateHelper.calculerNbJours(DateHelper.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
... 7 more |