Re: NPE initializing 2.1.6 showcase in Tomcat 6.0.18

2009-01-23 Thread Lukasz Lenart
2009/1/22 Jan Fröhlich : > And if - are there any other work arounds than installing tomcat in a > different path, cause I have to use a preinstalled tomcat in a path with > blank spaces. You can checkout XWork and build it for your self or I can share my build, then you have to only replace tha

Re: NPE initializing 2.1.6 showcase in Tomcat 6.0.18

2009-01-22 Thread Musachy Barroso
fixed in xwork trunk, not that it helps much musachy On Thu, Jan 22, 2009 at 3:00 PM, Lukasz Lenart wrote: > 2009/1/22 Jan Fröhlich : >> is that already verified, that the NPE occurs cause of the spaces in the >> path names? >> And if - are there any other work arounds than installing tomca

Re: NPE initializing 2.1.6 showcase in Tomcat 6.0.18

2009-01-22 Thread Lukasz Lenart
2009/1/22 Jan Fröhlich : > is that already verified, that the NPE occurs cause of the spaces in the path > names? > And if - are there any other work arounds than installing tomcat in a > different path, cause I have to use a preinstalled tomcat in a path with > blank spaces. Yes, I can confirm

RE: AW: NPE initializing 2.1.6 showcase in Tomcat 6.0.18

2009-01-22 Thread Martin Gainty
lizing 2.1.6 showcase in Tomcat 6.0.18 > > Jan Fröhlich wrote: > > And if - are there any other work arounds than installing tomcat in a > > different path, cause I have to use a preinstalled tomcat in a path > > with blank spaces. > > I didn't see any other response

Re: AW: NPE initializing 2.1.6 showcase in Tomcat 6.0.18

2009-01-22 Thread Dale Newfield
Jan Fröhlich wrote: And if - are there any other work arounds than installing tomcat in a different path, cause I have to use a preinstalled tomcat in a path with blank spaces. I didn't see any other responses, so I'll throw out the obvious answer that may or may not work: Have you tried addi

AW: NPE initializing 2.1.6 showcase in Tomcat 6.0.18

2009-01-22 Thread Jan Fröhlich
- Von: Giovanni Azua [mailto:brave...@swissonline.ch] Gesendet: Freitag, 16. Januar 2009 12:49 An: 'Struts Users Mailing List' Betreff: RE: NPE initializing 2.1.6 showcase in Tomcat 6.0.18 hi there! Ok now the showcase works for me too. I think I found the cause of the problem. (Under

RE: NPE initializing 2.1.6 showcase in Tomcat 6.0.18

2009-01-16 Thread Giovanni Azua
9 11:14 AM > To: Struts Users Mailing List > Subject: Re: NPE initializing 2.1.6 showcase in Tomcat 6.0.18 > > 2009/1/16 Lukasz Lenart : > >> I installed Tomcat service and drop the war that comes within the > >> struts-2.1.6-all.zip and then saw the NPE blow. I restarte

Re: NPE initializing 2.1.6 showcase in Tomcat 6.0.18

2009-01-16 Thread Lukasz Lenart
2009/1/16 Lukasz Lenart : >> I installed Tomcat service and drop the war that comes within the >> struts-2.1.6-all.zip and then saw the NPE blow. I restarted the showcase >> several times from Tomcat manager but still got the NPE. > I've started it from console (via bat file) maybe that's the case

Re: NPE initializing 2.1.6 showcase in Tomcat 6.0.18

2009-01-16 Thread Lukasz Lenart
2009/1/16 Giovanni Azua : > I have the same here: > > Struts 2.1.6 > Tomcat 6.0.18 > JSE JDK 1.6.0_11 > Windows XP > > I installed Tomcat service and drop the war that comes within the > struts-2.1.6-all.zip and then saw the NPE blow. I restarted the showcase > several times from Tomcat manager but

RE: NPE initializing 2.1.6 showcase in Tomcat 6.0.18

2009-01-16 Thread Giovanni Azua
have a bit more time will checkout the sources and debug a bit. Best regards, Giovanni > -Original Message- > From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] > Sent: Thursday, January 15, 2009 9:48 PM > To: Struts Users Mailing List > Subject: Re: NPE initializing

Re: NPE initializing 2.1.6 showcase in Tomcat 6.0.18

2009-01-15 Thread Lukasz Lenart
JDK 1.6_11 Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: NPE initializing 2.1.6 showcase in Tomcat 6.0.18

2009-01-15 Thread Lukasz Lenart
I made the same setup, no problems. Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: NPE initializing 2.1.6 showcase in Tomcat 6.0.18

2009-01-15 Thread Musachy Barroso
It works for me, but I see how that could happen, if (file != null) { lastModified = file.lastModified(); files.put(fileName, new FileRevision(file, lastModified)); } else { // Never expire a non-file resource files.put(fileName, new FileRevision()); } in the else case,

NPE initializing 2.1.6 showcase in Tomcat 6.0.18

2009-01-15 Thread Giovanni Azua
Hi, I have just freshly installed Tomcat 6.0.18 and the newest Struts 2.1.6 showcase but starting the context fails with NPE :( Best regards, Giovanni java.lang.NullPointerException at com.opensymphony.xwork2.util.FileManager$FileRevision.needsReloading(FileMan ager.java:209) at