[Anthill] Anthill not running anymore

Asbjorn Hoiland Aarrestad asbjorn at aarrestad.com
Fri May 28 06:50:20 CDT 2004


you must also check that you do not have any dependency groups reffering 
to a deleted project.

- asbjørn

J.Sugrue at pilz.ie wrote:

>Hi. 
>
>Tomcat is running as Root.
>
>I found the .anthill.properties file in my root home dir. It shows : 
>
>#Anthill Home Directory
>#Fri May 28 10:46:08 IST 2004
>anthill.root.dir=/usr/anthill
>
>
>Which is correct. 
>
>I also tried starting and stopping Tomcat using /usr/jakarta-tomcat .. / 
>bin/startup.sh and shutdown.sh - However, that didn't help. 
>I'll try the scripts in etc/init.d now .. 
>
>Any other ideas?
>Thanks 
>
>James
>
>
>
>
>Asbjorn Hoiland Aarrestad <asbjorn at aarrestad.com> 
>Sent by: anthill-bounces at lists.urbancode.com
>28/05/2004 09:35
>Please respond to
>Anthill user list <anthill at lists.urbancode.com>
>
>
>To
>Anthill user list <anthill at lists.urbancode.com>
>cc
>
>Subject
>Re: [Anthill] Anthill not running anymore
>
>
>
>
>
>
>probably an error related to system variables.
>
>Check the $HOME variable when starting tomcat... What user is tomcat 
>running as?
>
>try manually starting and stopping tomcat by running the script in 
>/etc/init.d/..... Does this help?
>
>There is a file in $HOME (starting with "." )
>
>- asbjørn
>
>J.Sugrue at pilz.ie wrote:
>
>  
>
>>By the way, this is the stack trace I get when I try to put in the path 
>>    
>>
>to 
>  
>
>>Anthill - 
>>
>>java.lang.NullPointerException
>>       at 
>>    
>>
>org.apache.jsp.errorPage_jsp._jspService(errorPage_jsp.java:66)
>  
>
>>       at 
>>org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
>>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>>       at 
>>org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:204)
>>       at 
>>org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
>>       at 
>>org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
>>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>>       at 
>>org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
>>       at 
>>org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
>>       at 
>>org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
>>       at 
>>com.urbancode.anthill.web.admin.ConfigureAnthillServlet.processRequest(ConfigureAnthillServlet.java:99)
>>       at 
>>com.urbancode.anthill.web.admin.ConfigureAnthillServlet.doPost(ConfigureAnthillServlet.java:118)
>>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
>>       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:260)
>>       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.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:2415)
>>       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:170)
>>       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:223)
>>       at 
>>org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
>>       at 
>>org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:386)
>>       at 
>>org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
>>       at 
>>org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530)
>>       at java.lang.Thread.run(Thread.java:536)
>>
>>
>>
>>
>>
>>
>>J.Sugrue at pilz.ie 
>>Sent by: anthill-bounces at lists.urbancode.com
>>28/05/2004 08:20
>>Please respond to
>>Anthill user list <anthill at lists.urbancode.com>
>>
>>
>>To
>>anthill at lists.urbancode.com
>>cc
>>
>>Subject
>>[Anthill] Anthill not running anymore
>>
>>
>>
>>
>>
>>
>>Hi. 
>>I really hope someone can help me with this - 
>>
>>We are running Anthill for many projects at the moment, and it was all 
>>going fine. We are running it on Linux with Tomcat as the server. 
>>However, once I restarted Linux and tried to go back to the Anthill site 
>>(Tomcat has started) I see the configuration page  as follows: 
>>
>>Anthill Configuration
>>Anthill needs to be configured on your system. To configure Anthill 
>>    
>>
>please 
>  
>
>>enter the absolute path of the Anthill installation. 
>>
>>
>>This doesn't seem good to me - all the info is still there on the server 
>>    
>>
>- 
>  
>
>>I can't see an Anthill.properties file however - could that be the 
>>problem? 
>>Or do I need to start up some other service? 
>>
>>Any help would be great - thanks
>>
>>James
>>
>>_______________________________________________
>>Anthill mailing list
>>Anthill at lists.urbancode.com
>>http://lists.urbancode.com/mailman/listinfo/anthill
>>
>>
>>This email is intended solely for the use of the named addressee(s). Any 
>>unauthorised disclosure, copying or distribution of the confidential 
>>information contained therein, or the taking of any action based on it, 
>>    
>>
>is 
>  
>
>>prohibited. The sender disclaims any liability for the integrity of this 
>>email. Legally binding declarations must be in written form.
>>
>>_______________________________________________
>>Anthill mailing list
>>Anthill at lists.urbancode.com
>>http://lists.urbancode.com/mailman/listinfo/anthill
>>
>>
>>    
>>
>
>_______________________________________________
>Anthill mailing list
>Anthill at lists.urbancode.com
>http://lists.urbancode.com/mailman/listinfo/anthill
>
>
>This email is intended solely for the use of the named addressee(s). Any 
>unauthorised disclosure, copying or distribution of the confidential 
>information contained therein, or the taking of any action based on it, is 
>prohibited. The sender disclaims any liability for the integrity of this 
>email. Legally binding declarations must be in written form.
>
>_______________________________________________
>Anthill mailing list
>Anthill at lists.urbancode.com
>http://lists.urbancode.com/mailman/listinfo/anthill
>  
>




More information about the Anthill mailing list