Re: Intermittent Stax Exception

2009-08-21 Thread Otho
Sounds like it. But then again it seems to only occur on a certain page. Mind posting the code? Is there a large object tree pulled in? Or do you have a SessionState object in your page which grows and gets referenced too long? 2009/8/19 martijn.list > Could the NPE be caused by an out-of-memo

Re: Intermittent Stax Exception

2009-08-19 Thread martijn.list
Could the NPE be caused by an out-of-memory? A NPE can sometimes be thrown on an out of memory. Martijn zack1403 wrote: The page works fine for ~24 hours before this exception starts to show up. If the user.home property was not set it would probably error out first thing. I am not setting it

Re: Intermittent Stax Exception

2009-08-19 Thread zack1403
Yes martijn.list wrote: > > Is your application the only web application running in the Servlet > container? > > Martijn > > -- View this message in context: http://www.nabble.com/Intermittent-Stax-Exception-tp24648581p25051825.html Sent from the Tapestry - User mailing list archive at N

Re: Intermittent Stax Exception

2009-08-19 Thread martijn.list
Is your application the only web application running in the Servlet container? Martijn zack1403 wrote: The page works fine for ~24 hours before this exception starts to show up. If the user.home property was not set it would probably error out first thing. I am not setting it anywhere else ei

Re: Intermittent Stax Exception

2009-08-19 Thread zack1403
The page works fine for ~24 hours before this exception starts to show up. If the user.home property was not set it would probably error out first thing. I am not setting it anywhere else either. Thanks, Zack martijn.list wrote: > > Afaics resolve only throws a NullPointerException when eithe

Re: Intermittent Stax Exception

2009-08-19 Thread zack1403
Thanks for the points felix. The real issue is that the exception is intermittent. I've closed the bug 2 times only to be opened again when customers start calling. The page is incredibly simple and I can safely say everything is split up as much as possible. Its a simple unsubscribe page very

Re: Intermittent Stax Exception

2009-08-19 Thread martijn.list
zack1403 wrote: This issue is popping up randomly on my production app and I cant relate it to any change. The exception is also deep rooted in tapestry. I can post code if necessary but it is a very simple isolated page and the exception is occurring at line 1 of the tml. Any ideas? Exceptio

Re: Intermittent Stax Exception

2009-08-19 Thread Felix Gonschorek
hi zack, i'am very sorry to hear that it was'nt possible to find a solution and that you are going to switch the framework. we've had problems too but luckily we were able to solve them all so far. since we are using tapestry we are way more productive than with other frameworks or technolog

Re: Intermittent Stax Exception

2009-08-19 Thread zack1403
Ummm alright well I guess this is just a bug? We are switching the site slowly back over to a more mature framework without all the bugs. I am having to rewrite this isolated page in php to get it working in the mean time. I guess I bet on the wrong horse with tapestry. Zack -- View this messa

Re: Intermittent Stax Exception

2009-08-07 Thread zack1403
Thanks for the help felix! I regularly check the dependency hierarchy to make sure there are not any big conflicts. Commons-collections is conflicted but thats it. Nothing in woodstox or javassist. I have had so many issues like this lately with tapestry. Its incredibly annoying and time wast

Re: Intermittent Stax Exception

2009-08-06 Thread Felix Gonschorek
Did you check that you don't have any dependencies which override tapestry dependencies? i had several time problems with woodstox and javassist when there where wrong (mostly older) versions resolved (versions differing from tapestry's (transitive) dependencies). the maven tree dependencies vie

Re: Intermittent Stax Exception

2009-08-06 Thread zack1403
Hey guys this has actually become a big issue as it is breaking a substantial part of our app. There is not a single line of my code in the trace. Ive tried upgrading to the most recent snapshot with the same results. It really looks like its a problem with woodstox. Can anyone help me out? Z

Re: Intermittent Stax Exception

2009-07-24 Thread zack1403
I am actually able to reproduce one situation where it shows up. If I modify the source of ViewEmail.tml the exception shows up. A restart promptly fixes it. This is just one instance, as it will show up from time to time on production which is not being modified. I'm not sure it is an issue

Re: Intermittent Stax Exception

2009-07-24 Thread Thiago H. de Paula Figueiredo
Em Fri, 24 Jul 2009 14:27:03 -0300, zack1403 escreveu: This issue is popping up randomly on my production app and I cant relate it to any change. The exception is also deep rooted in tapestry. I can post code if necessary but it is a very simple isolated page and the exception is occur