Re: Jetspeed 1.4B2

2002-12-10 Thread James Moliere
Greetings, I installed Tomcat 4.1.16 and downloaded the jetspeed war file from the jakarta web site (version 1.4B2) and when I executed http://localhost:8080/jetspeed/ I got the following error Horrible Exception: java.lang.NullPointerException at org.apache.jetspeed.modules.pages.Jetspe

Re: Trying to use the tutorial - solved

2002-12-10 Thread Steve
I got it working. I will answer my own post in case anyone else runs into this: I was using ant v1.4.1. This version does not have the required class. I upgraded my ant to the latest version which is 1.5.1. I do not know if it was necessary, but I also copied this new versions ant.jar into the jet

Error creating dbpsml-schema.sql on postgresql

2002-12-10 Thread greg
Hello, I am trying to generate the dbpsml-schema.sql script for postgresql and get the error that follows. I have configured the dbpsml.properties file as indicated in the installation instructions. ant will create the sql file without a problem for hypersonic or mysql, but not postgres. I am us

Thanks

2002-12-10 Thread Jeffrey Owens
I've downloaded the source, built and done some initial configuration and everything looks great. It was quick and easy. The new tutorial is awesome, I've been messing around with Jetspeed for 6 months and already learned some of the lessons in that document, but there is a lot for me to learn

Trying to use the tutorial

2002-12-10 Thread Steve
I would like to try the tutorial on the bluesunrise site. These instructions are so complete, that I feel like an idiot for having to ask this question. I have also been able to download jetspeed from cvs and deploy it on tomcat many times in the past. - I have created a folder called C:\develop

RE: Jetspeed 1.4B2

2002-12-10 Thread David Sean Taylor
I just downloaded the war release, installed on Tomcat 4.1.16, and no problems. Im on Java 1.4. I have no time to look now, since Im leaving the office for the day. -- To unsubscribe, e-mail: For additional commands, e-mail:

AW: Jetspeed 1.4B2

2002-12-10 Thread Mark Ostermann
Hi, i got the same error too. I am using Tomcat 4.1.12 with Jetspeed 1.4b2. I've tried it with the war file and with the source files. I always get the error seen below. I've looked in jetspeed.log and I find a lot of these errors: [10 Dez 2002 19:43:24 ERROR] - RegistryService: Could not unmarsha

Re: Jetspeed 1.4B2

2002-12-10 Thread James Moliere
After downloading Tomcat 4.1.12 and downloading the war file from Jakarta. I executed the command "http://localhost:8080/jetspeed/ in my IE browser and got the following error Horrible Exception: java.lang.NullPointerException at org.apache.jetspeed.modules.pages.JetspeedTemplatePage.

RE: Jetspeed 1.4B2

2002-12-10 Thread James Moliere
Paul, Thanks! -Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 10:25 AM To: Jetspeed Users List Subject: Re: Jetspeed 1.4B2 James, If you are using Tomcat 4.0.4, I suggest upgrading to Tomcat 4.1.12 Paul Spencer James Moliere wrote: > G

Re: Jetspeed 1.4B2

2002-12-10 Thread Paul Spencer
James, If you are using Tomcat 4.0.4, I suggest upgrading to Tomcat 4.1.12 Paul Spencer James Moliere wrote: Greetings, I'm getting the error below when I build Jetspeed 1.4B2. What jar file contains this class? I'm going nuts trying to find it. Thanks! java.lang.NoClassDefFoundError: org

Jetspeed 1.4B2

2002-12-10 Thread James Moliere
Greetings, I'm getting the error below when I build Jetspeed 1.4B2. What jar file contains this class? I'm going nuts trying to find it. Thanks! java.lang.NoClassDefFoundError: org/w3c/dom/ls/DocumentLS at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoa

Re: PLEASE HELP - installation of jportal

2002-12-10 Thread Martin Baur
well, my fault. it works now. i forgot to do ant war :( sorry for bothering you guys - Original Message - From: "Martin Baur" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Tuesday, December 10, 2002 5:00 PM Subject: PLEASE HELP - installation of jportal Hi all

PLEASE HELP - installation of jportal

2002-12-10 Thread Martin Baur
Hi all I deleted the old jetspeed version and installed the new one. I am now trying to install jportal (the demo site) but I get a 404 when I try to call it. i really don't know what's wrong.

RE: Anybody knows?

2002-12-10 Thread Mark Orciuch
Fixed in 1.4b2. Best regards, Mark C. Orciuch Next Generation Solutions, Ltd. e-Mail: [EMAIL PROTECTED] web: http://www.ngsltd.com > -Original Message- > From: Pierre Henry [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 10, 2002 1:22 AM > To: Jetspeed Users List > Subject: RE: Any

RE: new release - cannot install

2002-12-10 Thread Pierre Henry
Thanks a lot, it works fine with Tomcat version 4.1.12 !

Re: jportal installatiuon problem

2002-12-10 Thread Martin Baur
is this a stupid question or does just nobody know ? - Original Message - From: "Martin Baur" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Tuesday, December 10, 2002 3:30 AM Subject: jportal installatiuon problem Hi all I installed jportal as described. I don

Re: new release - cannot install

2002-12-10 Thread Paul Spencer
Try using Tomcat 4.1.12. Their were some changes relative the XML parser the may be causing Tomcat 4.0.4 a problem. I am using 4.1.12. Paul Spencer Paul Spencer Pierre Henry wrote: Hi all ! First I'd like to say good job for the new tutorial. Seems to be pretty complete and well structured

RE: new release - cannot install

2002-12-10 Thread Luta, Raphael (VUN)
Check http://jakarta.apache.org/jetspeed/site/install.html#Requirements Maybe you're missing some of the required components for 1.4b2 like JAXP. Else verify that you do have the xml-apis.jar library in your WAR WEB-INF/lib directory. > -Message d'origine- > De : Pierre Henry [mailto:[EMA

new release - cannot install

2002-12-10 Thread Pierre Henry
Hi all ! First I'd like to say good job for the new tutorial. Seems to be pretty complete and well structured, nice job, thanks ! Now I downloaded the new 1.4b2 release because I wanted to enjoy the benefits from this tutorial, and for the new features. So I downloaded the source release, built th

RE: log in user programmatically (was Anybody Knows?)

2002-12-10 Thread Luta, Raphael (VUN)
Why not simply write a custom SessionValidator that logs in as "anon"/"anon" is use is not authenticated and has not given any login/password ? Check Turbine documentation on how to use the SessionValidator and AccessController classes. > -Message d'origine- > De : Joe Barefoot [mailto:[