Re: NPE problem

2008-02-29 Thread Baofeng Yu
There's a workaround for the JDK bug in Tapestry 5.0.10. On Fri, Feb 29, 2008 at 8:40 AM, Baofeng Yu <[EMAIL PROTECTED]> wrote: Looks like the NPE problem is due to a JDK 5 bug. After I upgrade JDK to 1.6, the problem is fixed. Baofeng Baofeng Yu wrote: > Yes, it happens co

Re: NPE problem

2008-02-29 Thread Davor Hrg
in Tapestry 5.0.10. > > On Fri, Feb 29, 2008 at 8:40 AM, Baofeng Yu <[EMAIL PROTECTED]> wrote: > > Looks like the NPE problem is due to a JDK 5 bug. After I upgrade JDK to > > 1.6, the problem is fixed. > > > > Baofeng > > > > > > > > >

Re: NPE problem

2008-02-29 Thread Howard Lewis Ship
There's a workaround for the JDK bug in Tapestry 5.0.10. On Fri, Feb 29, 2008 at 8:40 AM, Baofeng Yu <[EMAIL PROTECTED]> wrote: > Looks like the NPE problem is due to a JDK 5 bug. After I upgrade JDK to > 1.6, the problem is fixed. > > Baofeng > > > > >

Re: NPE problem

2008-02-29 Thread Baofeng Yu
Looks like the NPE problem is due to a JDK 5 bug. After I upgrade JDK to 1.6, the problem is fixed. Baofeng Baofeng Yu wrote: Yes, it happens consistently when I restart jboss and access the page the first time after the restart. Afterwards, it's all OK. I am using 5.0.9. Baofeng R

Re: NPE problem

2008-02-28 Thread Baofeng Yu
Yes, it happens consistently when I restart jboss and access the page the first time after the restart. Afterwards, it's all OK. I am using 5.0.9. Baofeng Robert Zeigler wrote: Does this happen consistently? I see the same stack trace on occasion. Also using mod_jk, tomcat 4.x, but no jboss

Re: NPE problem

2008-02-28 Thread Robert Zeigler
Does this happen consistently? I see the same stack trace on occasion. Also using mod_jk, tomcat 4.x, but no jboss, and I can't reliably reproduce this issue. It just pops up on occasion. So I'd be interested in knowing if you can consistently reproduce this problem. Btw, what version of

NPE problem

2008-02-28 Thread Baofeng Yu
Hi All, I deployed a tapestry application into Jboss and am having the following problem: If I call a page directly with the url: http://localhost:8080/test/start, all works OK. But when I access the page with the url: http://localhost/test/start , it first returns a NullPointerException. I