Maybe the following exception got something to do with out problem. When I am commiting something to the So6 queue, I see the following exception:
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Long.parseLong(Long.java:415)
at java.lang.Long.parseLong(Long.java:452)
at java.text.DigitList.getLong(DigitList.java:149)
at java.text.DecimalFormat.parse(DecimalFormat.java:1068)
at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1388)
at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1156)
at java.text.DateFormat.parse(DateFormat.java:333)
at org.libresource.LibresourceEvent.toLibresourceEvent(Unknown Source)
at org.libresource.core.ejb.MailNotificationsDispatcherBean.onMessage(Unknown Source)
at sun.reflect.GeneratedMethodAccessor128.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.objectweb.jonas_ejb.container.JMessageEndpointProxy.invoke(JMessageEndpointProxy.java:200)
at $Proxy0.onMessage(Unknown Source)
at org.objectweb.joram.client.connector.InboundSession.onMessage(Unknown Source)
at org.objectweb.joram.client.jms.Session.run(Unknown Source)
at org.objectweb.joram.client.connector.InboundSession.run(Unknown Source)
at org.objectweb.jonas.resource.ResourceWorkManager$WorkerPool.run(ResourceWorkManager.java:437)
This is not included in one of the log files. This I see on the screen, when I am logged on to the LibreSource server.
No, unfortunatly is not the reason… This is related to event notification…