[jboss-user] [JBoss Seam] - Re: Timer issue just broke my site after a week of no issues

2006-11-29 Thread [EMAIL PROTECTED]
np, yes, please file a bug report on that, that is exactly the kind of thing that the ejb3 team need to know about View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989826#3989826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Seam] - Re: Timer issue just broke my site after a week of no issues

2006-11-29 Thread modoc
I did ask on the EJB3 forum, but eventually worked it out on my own. The problem is that there is no stack trace. I don't have eclipse open atm, but basically the JBoss code catches all exceptions, wraps them in an EJBException, but doesn't include the root exception, just it's msg. So you ne

[jboss-user] [JBoss Seam] - Re: Timer issue just broke my site after a week of no issues

2006-11-29 Thread [EMAIL PROTECTED]
You probably need to ask about this in the EJB3 forum. But you at least need to show us the stacktrace of the NPE. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989616#3989616 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Seam] - Re: Timer issue just broke my site after a week of no issues

2006-11-27 Thread modoc
So this is still a problem. Can anyone tell me what would cause this error: ERROR [org.jboss.ejb.txtimer.TimerImpl] Error invoking ejbTimeout: javax.ejb.EJBException: java.lang.NullPointerException to occur only when the timed task takes more than a few seconds? And what I can do about it?

[jboss-user] [JBoss Seam] - Re: Timer issue just broke my site after a week of no issues

2006-11-26 Thread modoc
And by "too long" i mean on the order of 3-10 seconds. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988718#3988718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988718 ___

[jboss-user] [JBoss Seam] - Re: Timer issue just broke my site after a week of no issues

2006-11-26 Thread modoc
So it looks like the mail checking part was taking "too long" and then things blew up. When I cleaned out the incoming mail spool, it started working without issue. So in the interim I can have the scheduled method execute more frequently, hence having less e-mail to process each time. Howeve

[jboss-user] [JBoss Seam] - Re: Timer issue just broke my site after a week of no issues

2006-11-26 Thread modoc
I am using jboss 4.0.5, installed with the jmes installer, and the error started happening when i was using seam 1.0.1. I upgraded to 1.1 just now in an attempt to fix it, but the error persists. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988713#3988713