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: [email protected]
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(StandardHost.java:595)
        at
org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDeplo
yer.java:700)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at
org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:2
52)
        at
org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)
        at org.apache.commons.digester.Rule.end(Rule.java:276)
        at
org.apache.commons.digester.Digester.endElement(Digester.java:1058)
        at
org.apache.xerces.parsers.AbstractSAXParser.endElement(AbstractSAXParser
.java:568)
        at
org.apache.xerces.impl.XMLNamespaceBinder.endElement(XMLNamespaceBinder.
java:646)
        at
org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(XMLDTDValida
tor.java:3006)
        at
org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(XMLDTDValidator.ja
va:930)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.handleEndElement(X
MLDocumentFragmentScannerImpl.java:1145)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XML
DocumentFragmentScannerImpl.java:988)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDis
patcher.dispatch(XMLDocumentFragmentScannerImpl.java:1446)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDo
cumentFragmentScannerImpl.java:333)
        at
org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardPars
erConfiguration.java:525)
        at
org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardPars
erConfiguration.java:581)
        at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:147)
        at
org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java
:1157)
        at
org.apache.commons.digester.Digester.parse(Digester.java:1567)
        at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeploy
er.java:385)
        at
org.apache.catalina.core.StandardHost.install(StandardHost.java:819)
        at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java
:442)
        at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:399)
        at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:718)
        at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:35
8)
        at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSu
pport.java:166)
        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1196)
        at
org.apache.catalina.core.StandardHost.start(StandardHost.java:754)
        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
        at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:363)
        at
org.apache.catalina.core.StandardService.start(StandardService.java:497)
        at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2190)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:512)
        at
org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
        at
org.apache.catalina.startup.Catalina.process(Catalina.java:180)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
Caused by: org.apache.jetspeed.exception.JetspeedException: Jetspeed
Initialization exception!
        at
org.apache.jetspeed.engine.AbstractEngine.init(AbstractEngine.java:155)
        at org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:64)
        ... 51 more
Caused by: java.lang.VerifyError: (class:
org/apache/xerces/parsers/IntegratedParserConfiguration, method:
configurePipeline signature: ()V) Incompatible type for getting or
setting field
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at
java.lang.Class.privateGetDeclaredConstructors(Class.java:1618)
        at java.lang.Class.getConstructor0(Class.java:1930)
        at java.lang.Class.newInstance0(Class.java:278)
        at java.lang.Class.newInstance(Class.java:261)
        at
org.apache.xerces.util.ObjectFactory.newInstance(ObjectFactory.java:296)
        at
org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:224
)
        at
org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:119
)
        at org.apache.xerces.parsers.DOMParser.(DOMParser.java:109)
        at
org.apache.xerces.jaxp.DocumentBuilderImpl.(DocumentBuilderImpl.java:106
)
        at
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Doc
umentBuilderFactoryImpl.java:88)
        at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDe
finitions(XmlBeanDefinitionReader.java:123)
        at
org.springframework.context.support.AbstractXmlApplicationContext.loadBe
anDefinitions(AbstractXmlApplicationContext.java:124)
        at
org.springframework.context.support.AbstractXmlApplicationContext.refres
hBeanFactory(AbstractXmlApplicationContext.java:64)
        at
org.springframework.context.support.AbstractApplicationContext.refresh(A
bstractApplicationContext.java:239)
        at
org.springframework.context.support.FileSystemXmlApplicationContext.(Fil
eSystemXmlApplicationContext.java:114)
        at
org.springframework.context.support.FileSystemXmlApplicationContext.(Fil
eSystemXmlApplicationContext.java:96)
        at
org.apache.jetspeed.components.SpringComponentManager.(SpringComponentMa
nager.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 +0000, Edd Dawson <[EMAIL PROTECTED]>
wrote:
> I downloaded the following file:
> 
> http://www.mirrorservice.org/sites/ftp.apache.org/portals/jetspeed-2/B
> INARIES/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 +0000, 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\<user> 
> > > > folder.
> > > >
> > > > The goal start.test.server should be present in your maven.xml 
> > > > file as shown below:
> > > >
> > > > <goal name="start.test.server">
> > > >         <echo message="====================================" />
> > > >         <echo message="        Testing Database            " />
> > > >         <echo message="====================================" />
> > > >          <java classname="org.hsqldb.Server" fork="yes">
> > > >           <classpath>
> > > >             <path refid="maven.dependency.classpath"/>
> > > >             <pathelement path="${maven.build.dest}"/>
> > > >           </classpath>
> > > >
> > > > Hema
> > > >
> > > >
> > > > On Sun, 20 Feb 2005 01:22:28 +0000, 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]


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

Reply via email to