[Hypercontent-users] HC2 - Any luck running HC2 in an existing tomcat?
Brought to you by:
alexvigdor
From: Mike B <mbe...@gm...> - 2005-05-18 14:50:07
|
Using: tomcat 5.0 jdk1.4.2_08 I followed Alex's instructions in the readme and set the absolute path for the bootstrap and sample project repository. I also changed the baseurl in hypercontent.properties file to be http://localhost:8080/hypercontent to match it's location in tomcat's webapps directory. After I start tomcat hypercontent appears to be running fine. I can see the index page and list of mounted projects. Once I log in though, I get nothing but blank screens and errors in hypercontent.log. I've looked for other path settings that I may have overlooked but haven't found any. Here's some of the output from hypercontent.log. Thanks Mike DEBUG 2005-05-18 10:39:02,407 Redirected / to http://134.53.131.123:8080/hypercontent/?mode=3Dinteractive ERROR 2005-05-18 10:39:02,416 Servlet.service() for servlet HyperContent threw exception java.lang.NoClassDefFoundError at org.apache.velocity.app.Velocity.init(Velocity.java:106) at org.hypercontent.util.velocity.Configure.go(Configure.java:25) at org.hypercontent.project.engine.stage.VelocityStage.process(Velo= cityStage.java:69) at org.hypercontent.project.engine.Pipeline.process(Pipeline.java:2= 99) at org.hypercontent.project.engine.Pipeline.process(Pipeline.java:2= 73) at org.hypercontent.project.Project.getAsset(Project.java:523) at org.hypercontent.project.AssetRequest.getAsset(AssetRequest.java= :150) at org.hypercontent.server.ContentServer.service(ContentServer.java= :415) at org.hypercontent.servlet.CompositionServlet.doGet(CompositionSer= vlet.java:104) 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(Applica= tionFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWra= pperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardCon= textValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostVa= lve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportVa= lve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngi= neValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapte= r.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor= .java:856) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.= processConnection(Http11Protocol.java:744) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcp= Endpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(Lead= erFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Th= readPool.java:684) at java.lang.Thread.run(Thread.java:534) DEBUG 2005-05-18 10:39:09,350 FSMountList Adding mount at / ERROR 2005-05-18 10:39:09,351 =20 org.hypercontent.filesystem.FileSystemException: The filesystem could not mounted due to faulty arguments - please check your configuration at org.hypercontent.filesystem.impl.LocalNonEditioningFileSystemImp= l.mount(LocalNonEditioningFileSystemImpl.java:121) at org.hypercontent.filesystem.FileSystemFactory.mountFileSystemMan= ager(FileSystemFactory.java:155) at org.hypercontent.filesystem.FSMount.getManager(FSMount.java:75) at org.hypercontent.project.Project.<init>(Project.java:354) at org.hypercontent.project.ProjectFactory.refresh(ProjectFactory.j= ava:84) at org.hypercontent.project.ProjectFactory.getProjectKeys(ProjectFa= ctory.java:168) at org.hypercontent.workflow.thread.BatchMonitor.run(BatchMonitor.j= ava:69) at java.lang.Thread.run(Thread.java:534) |