RE: Installation issues

2005-02-21 Thread chris holt
I believe this is an issue because you are using Tomcat version 4.x.
Try tomcat version 5.0.28 and see if the problem persists.

Chris

-Original Message-
From: Edd Dawson [mailto:[EMAIL PROTECTED] 
Sent: Sunday, February 20, 2005 12:40 PM
To: Hema Menon
Cc: jetspeed-user@jakarta.apache.org
Subject: Re: Installation issues


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 -

type Exception report

message

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception

javax.servlet.ServletException: Failed to initalize jetspeed. 
org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
at
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:20
6)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:256)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
80)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:643)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authenticator
Base.java:494)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
80)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:241
7)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:180)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherVa
lve.java:171)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:172)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
80)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
80)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:193)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:78
1)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC
onnection(Http11Protocol.java:549)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:58
9)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:666)
at java.lang.Thread.run(Thread.java:534)

root cause

org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
at org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:76)
at
org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:135
)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.jav
a:935)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:823)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.j
ava:3422)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3623
)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.ja
va:821)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
at
org.apache.catalina.core.StandardHost.addChild

Re: Installation issues

2005-02-20 Thread Edd Dawson
Hi

I tried a new tactic, and have downloaded and installed Tomcat 5.0.30
and then unzipped jetspeed into it and followed all the readme file
instructions..

I now get the following (different) Error:

VelocityViewServlet : Error processing the template

java.lang.NullPointerException
at 
org.apache.jetspeed.velocity.JetspeedVelocityViewServlet.getVelocityEngine(JetspeedVelocityViewServlet.java:296)
at 
org.apache.jetspeed.velocity.JetspeedVelocityViewServlet.getTemplate(JetspeedVelocityViewServlet.java:208)
at 
org.apache.velocity.tools.view.servlet.VelocityViewServlet.handleRequest(Unknown
Source)
at 
org.apache.portals.bridges.velocity.BridgesVelocityViewServlet.handleRequest(BridgesVelocityViewServlet.java:85)
at 
org.apache.jetspeed.velocity.JetspeedVelocityViewServlet.handleRequest(JetspeedVelocityViewServlet.java:186)
at 
org.apache.velocity.tools.view.servlet.VelocityViewServlet.doRequest(Unknown
Source)
at 
org.apache.velocity.tools.view.servlet.VelocityViewServlet.doGet(Unknown
Source)
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.ApplicationDispatcher.invoke(ApplicationDispatcher.java:696)
at 
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:585)
at 
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:510)
at 
org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:259)
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.ApplicationDispatcher.invoke(ApplicationDispatcher.java:696)
at 
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:585)
at 
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:510)
at 
org.apache.jetspeed.container.invoker.ServletPortletInvoker.invoke(ServletPortletInvoker.java:213)
at 
org.apache.jetspeed.container.invoker.ServletPortletInvoker.render(ServletPortletInvoker.java:124)
at 
org.apache.pluto.PortletContainerImpl.renderPortlet(PortletContainerImpl.java:103)
at 
org.apache.jetspeed.container.JetspeedPortletContainerWrapper.renderPortlet(JetspeedPortletContainerWrapper.java:88)
at 
org.apache.jetspeed.aggregator.impl.PortletRendererImpl.renderNow(PortletRendererImpl.java:110)
at 
org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.build(PageAggregatorImpl.java:251)
at 
org.apache.jetspeed.aggregator.AggregatorValve.invoke(AggregatorValve.java:48)
at 
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at 
org.apache.jetspeed.pipeline.valve.impl.ActionValveImpl.invoke(ActionValveImpl.java:117)
at 
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at 
org.apache.jetspeed.container.ContainerValve.invoke(ContainerValve.java:76)
at 
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at 
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:133)
at 
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at 
org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:139)
at 
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at 
org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:108)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:437)
at 
org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:102)
at 
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at 
org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:55)
at 
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at 
org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:127)
at 
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at 
org.apache.jets

Re: Installation issues

2005-02-20 Thread Edd Dawson
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 -

type Exception report

message

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception

javax.servlet.ServletException: Failed to initalize jetspeed. 
org.apache.jetspeed.exception.JetspeedException: Unable to create
Engine
at 
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:206)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:494)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:193)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:666)
at java.lang.Thread.run(Thread.java:534)

root cause

org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
at org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:76)
at 
org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:135)
at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:935)
at 
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:823)
at 
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3422)
at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:3623)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
at 
org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDeployer.java:700)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.inv

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 Shah Amit
Use forward slash "/" instead of "\". I think maven files have to use 
forward slash. Atleast thats what I use and that works for me.

Goodluck
Amit
Original Message Follows
From: Edd Dawson <[EMAIL PROTECTED]>
Reply-To: Edd Dawson <[EMAIL PROTECTED]>
To: Hema Menon <[EMAIL PROTECTED]>
CC: Jetspeed Users List 
Subject: Re: Installation issues
Date: Sun, 20 Feb 2005 11:56:44 +
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]

-
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]



RE: Installation issues

2005-02-19 Thread Fredrick Thornton
{drive letter}:\Documents and Settings\{your.home}

F R E D R I C K  T H O R N T O N
 
Do whatsoever you do so well that no man living no man dead and no man yet
to be born could do it better.
B. E. Mayes
 
[EMAIL PROTECTED]
206.850.6108 mobile
-Original Message-
From: Edd Dawson [mailto:[EMAIL PROTECTED] 
Sent: Saturday, February 19, 2005 5:22 PM
To: jetspeed-user@jakarta.apache.org
Subject: Installation issues

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]



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



Re: Installation issues

2005-02-19 Thread Hema Menon
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]



Re: Installation issues

2005-02-19 Thread Eric L. Wittle
Edd,
Note that java properties files really don't like the traditional 
Windows path separator '\'; this is a prefix for special characters in 
Java. In your properties files, you need to use the Unix path separator 
'/' instead, or a double-backslash '\\' for each separator.

Having said this, I'm not sure that the symptom you'd see of using this 
syntax would be a failure to find the goal start.test.server, since that 
goal isn't in your build.properties file. However, it is probably worth 
trying to fix this first.

-Eric
Edd Dawson 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]
 


-
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]