Re: Installation issues

2005-02-20 Thread Edd Dawson
 
org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:73)
at 
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at 
org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:191)
at 
org.apache.jetspeed.engine.AbstractEngine.service(AbstractEngine.java:259)
at 
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:225)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:534)


Does anyone have any ideas?

thanks
Edd

p.s i really hope to get this working as it sounds like just what i am
looking for, but its all conspiring against me! I should convert to
Linux at home :S


On Sun, 20 Feb 2005 18:08:23 +, Edd Dawson <[EMAIL PROTECTED]> wrote:
> Hi Hema
> 
> Yes i had changed the properties file as set out in the readme.. :S
> 
> thanks
> Edd
> 
> 
> On Sun, 20 Feb 2005 08:50:31 -0900, Hema Menon <[EMAIL PROTECTED]> wrote:
> > My guess is that there is a mismatch in jars. BTW, there is some
> > information in the readme.txt about configuring on tomcat4. I hope you
> > have done that.
> >
> > 
> > 3. By default, the M1 binary release is configured for Tomcat 5.
> > To use Tomcat 4 and ensure that the security.xml context file is
> > properly deployed,
> > one will also have to override this property before starting
> > tomcat in webapps/jetspeed/WEB-INF/conf/jetspeed.properties:
> >
> > autodeployment.catalina.version.major=4
> >
> > 4. Finally, Tomcat 5 users can remove the webapps/jetspeed.xml file
> > since it is here only for Tomcat 4 compatibility.
> >The same goes for the conf/Catalina directory for Tomcat 4 users
> > since this is a Tomcat5 artifact.
> > 
> >
> > Hema
> >
> > On Sun, 20 Feb 2005 17:39:40 +, Edd Dawson <[EMAIL PROTECTED]> wrote:
> > > I am getting a little success now!
> > >
> > > I have downloaded the zip and extracted it into my tomcat directory as
> > > requested, I then startup the jetspeed database which works fine, and
> > > then start tomcat.
> > >
> > > However when i go to http://127.0.0.1:8080/jetspeed/portal I get the
> > > following error 500:
> > >
> > > HTTP Status 500 -
>

Re: Installation issues

2005-02-20 Thread Edd Dawson
 
org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:124)
at 
org.springframework.context.support.AbstractXmlApplicationContext.refreshBeanFactory(AbstractXmlApplicationContext.java:64)
at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:239)
at 
org.springframework.context.support.FileSystemXmlApplicationContext.(FileSystemXmlApplicationContext.java:114)
at 
org.springframework.context.support.FileSystemXmlApplicationContext.(FileSystemXmlApplicationContext.java:96)
at 
org.apache.jetspeed.components.SpringComponentManager.(SpringComponentManager.java:44)
at 
org.apache.jetspeed.engine.SpringEngine.initComponents(SpringEngine.java:108)
at 
org.apache.jetspeed.engine.AbstractEngine.init(AbstractEngine.java:135)
... 52 more

Apache Tomcat/4.1.29



Does anyone know the cause of this?

thanks
Edd


On Sun, 20 Feb 2005 14:11:21 +, Edd Dawson <[EMAIL PROTECTED]> wrote:
> I downloaded the following file:
> 
> http://www.mirrorservice.org/sites/ftp.apache.org/portals/jetspeed-2/BINARIES/jetspeed-2.0-M1.zip
> 
> thanks
> Edd
> 
> 
> On Sun, 20 Feb 2005 04:46:19 -0900, Hema Menon <[EMAIL PROTECTED]> wrote:
> > Ok, then the question is where did you get the Jetspeed from? Did you
> > check it out of CVS?
> >
> > Hema
> >
> >
> > On Sun, 20 Feb 2005 11:56:44 +, Edd Dawson <[EMAIL PROTECTED]> wrote:
> > > Thanks all for pointing out where to put my build.properties file and
> > > that i should use \\ rather than just \
> > >
> > > However i still get the following:
> > >
> > > C:\Program Files\Apache Group\jetspeed>maven start.test.server
> > > __  __
> > > |  \/  |__ _Apache__ ___
> > > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > > |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> > >
> > > BUILD FAILED
> > > Goal "start.test.server" does not exist in this project.
> > > Total time: 4 seconds
> > > Finished at: Sun Feb 20 00:45:38 GMT 2005
> > >
> > > I don't have a maven.xml file anywhere relating to jetspeed.. I am a
> > > complete novice to Maven here :S
> > >
> > > thanks
> > > Edd
> > >
> > > On Sat, 19 Feb 2005 19:32:37 -0900, Hema Menon <[EMAIL PROTECTED]> wrote:
> > > > The build.properties should be present in your user home. On windows,
> > > > it usually is in C:\Documents and Settings\ folder.
> > > >
> > > > The goal start.test.server should be present in your maven.xml file as
> > > > shown below:
> > > >
> > > > 
> > > > 
> > > > 
> > > > 
> > > >  
> > > >   
> > > > 
> > > > 
> > > >   
> > > >
> > > > Hema
> > > >
> > > >
> > > > On Sun, 20 Feb 2005 01:22:28 +, Edd Dawson <[EMAIL PROTECTED]> 
> > > > wrote:
> > > > > Hi
> > > > >
> > > > > I have been trying to follow the getting started instructions at:
> > > > >
> > > > > http://portals.apache.org/jetspeed-2/getting-started.html
> > > > >
> > > > > I am trying to install on windows XP
> > > > > My Tomcat version is 4.1
> > > > > My Java version is 1.4.2_06
> > > > > I have ant 1.6.2 installed and Maven 1.0.2 and both are in my PATH
> > > > >
> > > > > Jetspeed has been unpacked to C:\Program Files\Apache Group\jetspeed\
> > > > > maven is installed in C:\Program Files\Apache Software 
> > > > > Foundation\Maven 1.0.2
> > > > >
> > > > > What i need to know is where i should create a build.properties file
> > > > > as requested in this part of the guide:
> > > > >
> > > > > "Please set these values in your ${USER_HOME}/build.properties file:"
> > > > >
> > > > > I created a build.properties in C:\Program Files\Apache
> > > > > Group\jetspeed\ with the values:
> > > > >
> > > > > org.apache.jetspeed.project.home=C:\Program Files\Apache 
> > > > > Group\jetspeed\
> > > > > org.apache.jetspeed.server.home=C:\Program Files\Apache Group\Tomcat 
> > > > > 4.1\
> > > > > org.apache.jet

Re: Installation issues

2005-02-20 Thread Edd Dawson
I downloaded the following file:

http://www.mirrorservice.org/sites/ftp.apache.org/portals/jetspeed-2/BINARIES/jetspeed-2.0-M1.zip

thanks
Edd


On Sun, 20 Feb 2005 04:46:19 -0900, Hema Menon <[EMAIL PROTECTED]> wrote:
> Ok, then the question is where did you get the Jetspeed from? Did you
> check it out of CVS?
> 
> Hema
> 
> 
> On Sun, 20 Feb 2005 11:56:44 +, Edd Dawson <[EMAIL PROTECTED]> wrote:
> > Thanks all for pointing out where to put my build.properties file and
> > that i should use \\ rather than just \
> >
> > However i still get the following:
> >
> > C:\Program Files\Apache Group\jetspeed>maven start.test.server
> > __  __
> > |  \/  |__ _Apache__ ___
> > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> >
> > BUILD FAILED
> > Goal "start.test.server" does not exist in this project.
> > Total time: 4 seconds
> > Finished at: Sun Feb 20 00:45:38 GMT 2005
> >
> > I don't have a maven.xml file anywhere relating to jetspeed.. I am a
> > complete novice to Maven here :S
> >
> > thanks
> > Edd
> >
> > On Sat, 19 Feb 2005 19:32:37 -0900, Hema Menon <[EMAIL PROTECTED]> wrote:
> > > The build.properties should be present in your user home. On windows,
> > > it usually is in C:\Documents and Settings\ folder.
> > >
> > > The goal start.test.server should be present in your maven.xml file as
> > > shown below:
> > >
> > > 
> > > 
> > > 
> > > 
> > >  
> > >   
> > > 
> > > 
> > >   
> > >
> > > Hema
> > >
> > >
> > > On Sun, 20 Feb 2005 01:22:28 +, Edd Dawson <[EMAIL PROTECTED]> wrote:
> > > > Hi
> > > >
> > > > I have been trying to follow the getting started instructions at:
> > > >
> > > > http://portals.apache.org/jetspeed-2/getting-started.html
> > > >
> > > > I am trying to install on windows XP
> > > > My Tomcat version is 4.1
> > > > My Java version is 1.4.2_06
> > > > I have ant 1.6.2 installed and Maven 1.0.2 and both are in my PATH
> > > >
> > > > Jetspeed has been unpacked to C:\Program Files\Apache Group\jetspeed\
> > > > maven is installed in C:\Program Files\Apache Software Foundation\Maven 
> > > > 1.0.2
> > > >
> > > > What i need to know is where i should create a build.properties file
> > > > as requested in this part of the guide:
> > > >
> > > > "Please set these values in your ${USER_HOME}/build.properties file:"
> > > >
> > > > I created a build.properties in C:\Program Files\Apache
> > > > Group\jetspeed\ with the values:
> > > >
> > > > org.apache.jetspeed.project.home=C:\Program Files\Apache Group\jetspeed\
> > > > org.apache.jetspeed.server.home=C:\Program Files\Apache Group\Tomcat 
> > > > 4.1\
> > > > org.apache.jetspeed.catalina.version.major=4
> > > > org.apache.jetspeed.server.shared=C:\Program Files\Apache Group\Tomcat
> > > > 4.1\shared\lib\
> > > > org.apache.jetspeed.deploy.war.dir=C:\Program Files\Apache
> > > > Group\Tomcat 4.1\webapps\
> > > > org.apache.jetspeed.services.autodeployment.user=admin
> > > > org.apache.jetspeed.services.autodeployment.password=password
> > > >
> > > > yet when i run maven start.test.server as required in step 4 i get the
> > > > following error:
> > > >
> > > > C:\Program Files\Apache Group\jetspeed>maven start.test.server
> > > >  __  __
> > > > |  \/  |__ _Apache__ ___
> > > > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > > > |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> > > >
> > > > BUILD FAILED
> > > > Goal "start.test.server" does not exist in this project.
> > > > Total time: 4 seconds
> > > > Finished at: Sun Feb 20 00:45:38 GMT 2005
> > > >
> > > > Where am i going wrong?
> > > >
> > > > thanks
> > > > Edd
> > > >
> > > > -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > > --
> > >
> > > ~~
> > > Hema Menon
> > >
> >
> 
> --
> 
> ~~
> Hema Menon
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation issues

2005-02-20 Thread Edd Dawson
Thanks all for pointing out where to put my build.properties file and
that i should use \\ rather than just \

However i still get the following:

C:\Program Files\Apache Group\jetspeed>maven start.test.server
__  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

BUILD FAILED
Goal "start.test.server" does not exist in this project.
Total time: 4 seconds
Finished at: Sun Feb 20 00:45:38 GMT 2005

I don't have a maven.xml file anywhere relating to jetspeed.. I am a
complete novice to Maven here :S

thanks
Edd


On Sat, 19 Feb 2005 19:32:37 -0900, Hema Menon <[EMAIL PROTECTED]> wrote:
> The build.properties should be present in your user home. On windows,
> it usually is in C:\Documents and Settings\ folder.
> 
> The goal start.test.server should be present in your maven.xml file as
> shown below:
> 
> 
> 
> 
> 
>  
>   
> 
>     
>   
> 
> Hema
> 
> 
> On Sun, 20 Feb 2005 01:22:28 +, Edd Dawson <[EMAIL PROTECTED]> wrote:
> > Hi
> >
> > I have been trying to follow the getting started instructions at:
> >
> > http://portals.apache.org/jetspeed-2/getting-started.html
> >
> > I am trying to install on windows XP
> > My Tomcat version is 4.1
> > My Java version is 1.4.2_06
> > I have ant 1.6.2 installed and Maven 1.0.2 and both are in my PATH
> >
> > Jetspeed has been unpacked to C:\Program Files\Apache Group\jetspeed\
> > maven is installed in C:\Program Files\Apache Software Foundation\Maven 
> > 1.0.2
> >
> > What i need to know is where i should create a build.properties file
> > as requested in this part of the guide:
> >
> > "Please set these values in your ${USER_HOME}/build.properties file:"
> >
> > I created a build.properties in C:\Program Files\Apache
> > Group\jetspeed\ with the values:
> >
> > org.apache.jetspeed.project.home=C:\Program Files\Apache Group\jetspeed\
> > org.apache.jetspeed.server.home=C:\Program Files\Apache Group\Tomcat 4.1\
> > org.apache.jetspeed.catalina.version.major=4
> > org.apache.jetspeed.server.shared=C:\Program Files\Apache Group\Tomcat
> > 4.1\shared\lib\
> > org.apache.jetspeed.deploy.war.dir=C:\Program Files\Apache
> > Group\Tomcat 4.1\webapps\
> > org.apache.jetspeed.services.autodeployment.user=admin
> > org.apache.jetspeed.services.autodeployment.password=password
> >
> > yet when i run maven start.test.server as required in step 4 i get the
> > following error:
> >
> > C:\Program Files\Apache Group\jetspeed>maven start.test.server
> >  __  __
> > |  \/  |__ _Apache__ ___
> > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> >
> > BUILD FAILED
> > Goal "start.test.server" does not exist in this project.
> > Total time: 4 seconds
> > Finished at: Sun Feb 20 00:45:38 GMT 2005
> >
> > Where am i going wrong?
> >
> > thanks
> > Edd
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> --
> 
> ~~
> Hema Menon
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Installation issues

2005-02-19 Thread Edd Dawson
Hi

I have been trying to follow the getting started instructions at:

http://portals.apache.org/jetspeed-2/getting-started.html


I am trying to install on windows XP
My Tomcat version is 4.1
My Java version is 1.4.2_06
I have ant 1.6.2 installed and Maven 1.0.2 and both are in my PATH

Jetspeed has been unpacked to C:\Program Files\Apache Group\jetspeed\
maven is installed in C:\Program Files\Apache Software Foundation\Maven 1.0.2

What i need to know is where i should create a build.properties file
as requested in this part of the guide:

"Please set these values in your ${USER_HOME}/build.properties file:"

I created a build.properties in C:\Program Files\Apache
Group\jetspeed\ with the values:

org.apache.jetspeed.project.home=C:\Program Files\Apache Group\jetspeed\
org.apache.jetspeed.server.home=C:\Program Files\Apache Group\Tomcat 4.1\
org.apache.jetspeed.catalina.version.major=4
org.apache.jetspeed.server.shared=C:\Program Files\Apache Group\Tomcat
4.1\shared\lib\
org.apache.jetspeed.deploy.war.dir=C:\Program Files\Apache
Group\Tomcat 4.1\webapps\
org.apache.jetspeed.services.autodeployment.user=admin
org.apache.jetspeed.services.autodeployment.password=password


yet when i run maven start.test.server as required in step 4 i get the
following error:

C:\Program Files\Apache Group\jetspeed>maven start.test.server
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

BUILD FAILED
Goal "start.test.server" does not exist in this project.
Total time: 4 seconds
Finished at: Sun Feb 20 00:45:38 GMT 2005


Where am i going wrong?

thanks
Edd

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]