Re: [Hypercontent-users] version 2 error
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2006-01-18 15:26:02
|
Hi Carl, This section from your log indicates it is probably an issue with the "repository.base" property, since both the bootstrap project and disk cache are specified using that property. Do you have this set to an absolute path? If not, I would recommend trying that, as relative paths always get tricky. ERROR 2006-01-18 14:47:59,200 There was a problem initializing the HyperContent disk cache: please check that the "cache_dir" property in "WEB-INF/classes/properties/hypercontent.properties" is set to a valid directory INFO 2006-01-18 14:47:59,227 HyperContent initiating startup at Wed Jan 18 14:47:59 GMT 2006 on thread main ERROR 2006-01-18 14:47:59,866 Unable to initialize bootstrap project: please check the settings in the /properties/Projects.xml file in your classpath Cheers, Alex On Jan 18, 2006, at 9:49 AM, Carl Barrow wrote: > Hi Alex, > > Thats what I thought the problem was but after checking I couldn't > find a problem. I'll keep trying to sort it out. > > I've attached a log file for you to take a look at. > > Cheers > Carl > > Alex Vigdor wrote: > >> Hi Carl, >> You may want to check in the log for "Unable to initialize >> bootstrap project" - it looks to me like it was unable to load the >> bootstrap repository. Double check the value of "repository.base" >> in the hypercontent.properties file, and if that looks OK you may >> want to have a look at "/properties/Projects.xml", which uses the >> "repository.base" property to construct the full path where the >> system expects to find the bootstrap repository. >> >> Cheers, >> Alex >> >> On Jan 18, 2006, at 9:04 AM, Carl Barrow wrote: >> >>> I get this error in the browser when I try to access the project if >>> I didn't make it clear. >>> Cheers >>> Carl >>> >>> Carl Barrow wrote: >>> >>>> Hi Alex, >>>> >>>> I 'm getting this error when I try to run HyperContent 2. I did >>>> move it to a new location on the server but the original install >>>> now gives me the error too. Any ideas? >>>> >>>> Cheers >>>> Carl >>>> >>>> >>>> >>>> >>>> Error occurred: The information on this screen may help an >>>> administrator find the problem >>>> java.lang.NullPointerException >>>> at >>>> org.hypercontent.project.ProjectFactory.refresh(ProjectFactory.java: >>>> 72) >>>> at >>>> org.hypercontent.project.ProjectFactory.getProject(ProjectFactory.ja >>>> va :155) >>>> at >>>> org.hypercontent.server.ContentServer.initRequest(ContentServer.java >>>> : 175) >>>> at >>>> org.hypercontent.server.ContentServer.service(ContentServer.java: >>>> 408) >>>> at >>>> org.hypercontent.servlet.CompositionServlet.doGet(CompositionServlet >>>> .j ava: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(App >>>> li cationFilterChain.java:237) >>>> at >>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(Application >>>> Fi lterChain.java:157) >>>> at >>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapper >>>> Va lve.java:214) >>>> at >>>> org.apache.catalina.core.StandardValveContext.invokeNext(StandardVal >>>> ve Context.java:104) >>>> at >>>> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.ja >>>> va :520) >>>> at >>>> org.apache.catalina.core.StandardContextValve.invokeInternal(Standar >>>> dC ontextValve.java:198) >>>> at >>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContext >>>> Va lve.java:152) >>>> at >>>> org.apache.catalina.core.StandardValveContext.invokeNext(StandardVal >>>> ve Context.java:104) >>>> at >>>> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.ja >>>> va :520) >>>> at >>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve. >>>> ja va:137) >>>> at >>>> org.apache.catalina.core.StandardValveContext.invokeNext(StandardVal >>>> ve Context.java:104) >>>> at >>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve. >>>> ja va:118) >>>> at >>>> org.apache.catalina.core.StandardValveContext.invokeNext(StandardVal >>>> ve Context.java:102) >>>> at >>>> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.ja >>>> va :520) >>>> at >>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVa >>>> lv e.java:109) >>>> at >>>> org.apache.catalina.core.StandardValveContext.invokeNext(StandardVal >>>> ve Context.java:104) >>>> at >>>> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.ja >>>> va :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.jav >>>> a: 799) >>>> at >>>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proc >>>> es sConnection(Http11Protocol.java:705) >>>> at >>>> org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.jav >>>> a: 577) >>>> at >>>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Thread >>>> Po ol.java:683) >>>> at java.lang.Thread.run(Thread.java:534) |