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.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at 
org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:252)
        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(XMLDTDValidator.java:3006)
        at 
org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(XMLDTDValidator.java:930)
        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.handleEndElement(XMLDocumentFragmentScannerImpl.java:1145)
        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:988)
        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1446)
        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:333)
        at 
org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:525)
        at 
org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.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(StandardHostDeployer.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:358)
        at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.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.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.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(DocumentBuilderFactoryImpl.java:88)
        at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:123)
        at 
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 +0000, 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 +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]

Reply via email to