OK, I think I nailed it ! Xerces fails to load a file using a canonical filepath reference, if its path contains spaces !
Since the deault path for Tomcat when using the .exe install is "Program Files/Apache Group/Tomcat 4.1", the bug always appear if don't change the default directory... I've checked a workaround patch in CVS: it seems to fix the issue now that I can reproduce it on my workstation. Please try the CVS version, or simply install Tomcat in a directory whose path contains no space. -- Rapha�l Luta - [EMAIL PROTECTED] Technology and New Initiatives Vivendi Universal Networks - Paris > -----Message d'origine----- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Envoy� : mercredi 11 d�cembre 2002 17:59 > � : Jetspeed Users List > Objet : Re: Jetspeed 1.4b2 installation > > > I tried with both exe and zip Tomcat 4.1.12 installations and > the error > persists. > I have also tried with Tomcat 4.1.16 and I had the same error again. > > James, which Java VM and OS are you using? > > Helder > > ----- Original Message ----- > From: "James Moliere" <[EMAIL PROTECTED]> > To: "Jetspeed Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, December 11, 2002 4:49 PM > Subject: Re: Jetspeed 1.4b2 installation > > > > Greetings, > > I had success implementing Jetspeed 1.4b2 when I installed > tomcat 4.1.12 as > > the zip file not the exe file. In other words, when I > unzipped tomcat and > > then ran the server using startup.bat, I had success with > Jetspeed. When I > > installed Tomcat using the tomcat...exe, I got the error below. > > > > > > At 02:58 PM 12/11/2002 +0000, you wrote: > > >Hi! > > > > > >I report the same NullPointerException when trying to > instal v.1.4b2: > > > > > >Horrible Exception: java.lang.NullPointerException > > > at > > > >org.apache.jetspeed.modules.pages.JetspeedTemplatePage.doBuil > dBeforeAction(Jets > p > > >eedTemplatePage.java:159) > > > at > > > >org.apache.jetspeed.modules.pages.JetspeedVelocityPage.doBuil > dBeforeAction(Jets > p > > >eedVelocityPage.java:83) > > > at > > > > org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPa > ge.java:137) > > > at org.apache.turbine.modules.Page.build(Page.java:90) > > > at > org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123) > > > at org.apache.turbine.Turbine.doGet(Turbine.java:563) > > > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:740) > > > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > > > > >My environment: > > > > > >Windows 2000 Professional > > >Java VM 1.4.0 > > >Tomcat 4.1.12 (standard) > > >Turbine, Velocity, Castor and XML Parsers JAR files are > those that come with > > >Tomcat and Jetspeed installations. > > > > > >Helder > > > > > > > > >-- > > >To unsubscribe, > > >e-mail: <mailto:[EMAIL PROTECTED]> > > >For additional commands, e-mail: > > ><mailto:[EMAIL PROTECTED]> > > > > James Moliere > > [EMAIL PROTECTED] > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
