Re: [Wicket-user] Problem restarting application in Tomcat

2007-02-13 Thread Gabor Szokoli
On 2/12/07, Rüdiger Schulz [EMAIL PROTECTED] wrote: I had the same error with 1.2.4. I just updated to 1.2.5, and the error message changed to: Hi, Excuse me if this is not relevant, but on a trivial application with wicket 1.2.4 the tomcat ant tasks work perfectly for me, for example: taskdef

Re: [Wicket-user] Problem restarting application in Tomcat

2007-02-12 Thread Rüdiger Schulz
Hello, I had the same error with 1.2.4. I just updated to 1.2.5, and the error message changed to: WicketMessage: Markup of type 'html' for component 'de.indyphone.logokits.wicket.LogoKitOverviewPage' not found. Enable debug messages for wicket.util.resource to get a list of all filenames tried:

Re: [Wicket-user] Problem restarting application in Tomcat

2007-02-12 Thread Igor Vaynberg
On 2/12/07, Rüdiger Schulz [EMAIL PROTECTED] wrote: Simply restarting tomcat solves this, but doing this with every redploy is a little tedious :( And I just changed from Jboss to Tomcat because I hoped I could speed up development... OT but if you want real speedy development try using

Re: [Wicket-user] Problem restarting application in Tomcat

2007-02-12 Thread Rüdiger Schulz
Igor Vaynberg schrieb: On 2/12/07, *Rüdiger Schulz* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Simply restarting tomcat solves this, but doing this with every redploy is a little tedious :( And I just changed from Jboss to Tomcat because I hoped I could speed up

Re: [Wicket-user] Problem restarting application in Tomcat

2007-01-30 Thread Johan Compagner
i dont think that null pointer is fixed for 1.2.x at least i didn't do that check. Maybe we should? johan On 1/30/07, Igor Vaynberg [EMAIL PROTECTED] wrote: try the code from the latest 1.2.x branch -igor On 1/29/07, Luis Pablo Gallo [EMAIL PROTECTED] wrote: I tried in both modes, and

Re: [Wicket-user] Problem restarting application in Tomcat

2007-01-30 Thread Johan Compagner
ahh you already checked in the same thing i guess :) On 1/30/07, Igor Vaynberg [EMAIL PROTECTED] wrote: looks like the npe was hiding the real exception, i just checked in a change that should fix that. update from svn wicket-1.2.x branch and deploy that, then look for the exception in the log

[Wicket-user] Problem restarting application in Tomcat

2007-01-29 Thread Luis Pablo Gallo
I have an app developed with wicket 1.2.4 running on a Tomcat 5.5.20. Whenever I upload a new jar archive with changes in my classes and I restart the application (not the hole server) I get a NullPointerException in the XmlPullParser that has nothing to do with my application classes. I saw

Re: [Wicket-user] Problem restarting application in Tomcat

2007-01-29 Thread Eelco Hillenius
Problems like that should have been fixed for a while now, so it may be something outside of Wicket. But could you give us your complete stacktrace please? Eelco On 1/29/07, Luis Pablo Gallo [EMAIL PROTECTED] wrote: I have an app developed with wicket 1.2.4 running on a Tomcat 5.5.20.

Re: [Wicket-user] Problem restarting application in Tomcat

2007-01-29 Thread Luis Pablo Gallo
If it's something outside of Wicket it has nothing to do with my application because there isn't any line of a class of mine in the stack trace, such stack trace is: java.lang.NullPointerException at wicket.markup.parser.XmlPullParser.parse(XmlPullParser.java:390) at

Re: [Wicket-user] Problem restarting application in Tomcat

2007-01-29 Thread Igor Vaynberg
http://www.nabble.com/Wicket-Exceptions-tf3013426.html#a8368437 -igor On 1/29/07, Luis Pablo Gallo [EMAIL PROTECTED] wrote: If it's something outside of Wicket it has nothing to do with my application because there isn't any line of a class of mine in the stack trace, such stack trace is:

Re: [Wicket-user] Problem restarting application in Tomcat

2007-01-29 Thread Luis Pablo Gallo
I saw that thread, but either I don't understand it or it doesn't have the solution. On 1/29/07, Igor Vaynberg [EMAIL PROTECTED] wrote: http://www.nabble.com/Wicket-Exceptions-tf3013426.html#a8368437 -igor On 1/29/07, Luis Pablo Gallo [EMAIL PROTECTED] wrote: If it's something outside of

Re: [Wicket-user] Problem restarting application in Tomcat

2007-01-29 Thread Igor Vaynberg
did you deploy your app in development or deployment mode? -igor On 1/29/07, Luis Pablo Gallo [EMAIL PROTECTED] wrote: I saw that thread, but either I don't understand it or it doesn't have the solution. On 1/29/07, Igor Vaynberg [EMAIL PROTECTED] wrote:

Re: [Wicket-user] Problem restarting application in Tomcat

2007-01-29 Thread Luis Pablo Gallo
I tried in both modes, and it makes no difference. On 1/29/07, Igor Vaynberg [EMAIL PROTECTED] wrote: did you deploy your app in development or deployment mode? -igor On 1/29/07, Luis Pablo Gallo [EMAIL PROTECTED] wrote: I saw that thread, but either I don't understand it or it doesn't

Re: [Wicket-user] Problem restarting application in Tomcat

2007-01-29 Thread Igor Vaynberg
try the code from the latest 1.2.x branch -igor On 1/29/07, Luis Pablo Gallo [EMAIL PROTECTED] wrote: I tried in both modes, and it makes no difference. On 1/29/07, Igor Vaynberg [EMAIL PROTECTED] wrote: did you deploy your app in development or deployment mode? -igor On 1/29/07,

Re: [Wicket-user] Problem restarting application in Tomcat

2007-01-29 Thread Luis Pablo Gallo
I'm using the latest release. Is this a fixed issue in the source files? On 1/29/07, Igor Vaynberg [EMAIL PROTECTED] wrote: try the code from the latest 1.2.x branch -igor On 1/29/07, Luis Pablo Gallo [EMAIL PROTECTED] wrote: I tried in both modes, and it makes no difference. On

Re: [Wicket-user] Problem restarting application in Tomcat

2007-01-29 Thread Igor Vaynberg
i dont know. we are not sure what is causing it since it only affects a very small set of our users and none of the core devs can reproduce it on their setups. we did some work to what we think is a related issue (running out of open file handles) so it might help or it might not. -igor On

Re: [Wicket-user] Problem restarting application in Tomcat

2007-01-29 Thread Luis Pablo Gallo
I can't reproduce it either. It happens on the hosting where we have our client's app running. In my development environment I can't make this happen, so I can't trace it. But this is really annoying and delays our work, that's why we're trying to find its source and solution. So I should try the

Re: [Wicket-user] Problem restarting application in Tomcat

2007-01-29 Thread Igor Vaynberg
looks like the npe was hiding the real exception, i just checked in a change that should fix that. update from svn wicket-1.2.x branch and deploy that, then look for the exception in the log and let us know what it is. -igor On 1/29/07, Luis Pablo Gallo [EMAIL PROTECTED] wrote: I can't